Home
last modified time | relevance | path

Searched refs:s_list_peek_head (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.h126 return (lm_tcp_buffer_t *)s_list_peek_head(&con->active_tb_list); in lm_tcp_next_entry_dpc_active_list()
H A Dlm_l4fp.c48 lm_tcp_buffer_t *tcp_buf = (lm_tcp_buffer_t *)s_list_peek_head(&completed_bufs); in lm_tcp_complete_bufs()
H A Dlm_l4tx.c567 con = (lm_tcp_con_t *)s_list_peek_head(&connections); in lm_toe_service_tx_intr()
H A Dlm_l4rx.c1683 con = (lm_tcp_con_t *)s_list_peek_head(&connections); in lm_toe_service_rx_intr()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxsnd.c494 for (lmpacket = s_list_peek_head(srcq); lmpacket; in bnx_xmit_ring_reclaim()
535 umpacket = (um_txpacket_t *)s_list_peek_head(waitq); in bnx_xmit_ring_xmit_qpkt()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h178 s_list_peek_head( in s_list_peek_head() function
338 #define s_list_peek_head(_s_list) ((_s_list)->head) macro
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlistq.h186 s_list_peek_head( in s_list_peek_head() function
346 #define s_list_peek_head(_s_list) ((_s_list)->head) macro
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c147 for (pTxPkt = (um_txpacket_t *)s_list_peek_head(pPktList); in BnxeTxPktsReclaim()
183 pTxPkt = (um_txpacket_t *)s_list_peek_head(&pTxQ->waitTxDescQ); in BnxeTxSendWaitingPkt()
H A Dbnxe_rx.c68 pLmPkt = (lm_packet_t *)s_list_peek_head(pReclaimList); in BnxeRxPostBuffers()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_send.c683 pkt = (lm_packet_t *) s_list_peek_head(&txq->active_descq); in get_packets_sent()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_resc.c217 coalesce_buf = (lm_coalesce_buffer_t *) s_list_peek_head( in lm_allocate_coalesce_buffers()
224 coalesce_buf = (lm_coalesce_buffer_t *) s_list_peek_head( in lm_allocate_coalesce_buffers()
236 coalesce_buf = (lm_coalesce_buffer_t *) s_list_peek_head( in lm_allocate_coalesce_buffers()
H A Dlm_send.c1105 pkt = (lm_packet_t *) s_list_peek_head(&tx_chain->active_descq); in lm_get_packets_sent()