Home
last modified time | relevance | path

Searched refs:s_list_push_head (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c526 s_list_push_head(connections, &tcp->tx_con->dpc_info.link); in lm_tcp_tx_process_cqes()
561 s_list_push_head(&connections, &dummy); in lm_toe_service_tx_intr()
H A Dlm_l4rx.c1579 s_list_push_head(connections, &tcp->rx_con->dpc_info.link); in lm_tcp_rx_process_cqes()
1674 s_list_push_head(&connections, &dummy); in lm_toe_service_rx_intr()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h115 s_list_push_head( in s_list_push_head() function
301 #define s_list_push_head(_s_list, _s_entry) \ macro
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlistq.h123 s_list_push_head( in s_list_push_head() function
309 #define s_list_push_head(_s_list, _s_entry) \ macro
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxrcv.c194 s_list_push_head(srcq, &umpacket->lmpacket.link); in bnx_recv_ring_fill()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c365 s_list_push_head(&rxList, &pRxPkt->lm_pkt.link); in BnxeRxRingProcess()
H A Dbnxe_tx.c207 s_list_push_head(&pTxQ->waitTxDescQ, &pTxPkt->lm_pkt.link); in BnxeTxSendWaitingPkt()