Searched refs:s_list_peek_head (Results 1 - 9 of 9) 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);
H A Dlm_l4fp.c48 lm_tcp_buffer_t *tcp_buf = (lm_tcp_buffer_t *)s_list_peek_head(&completed_bufs);
H A Dlm_l4tx.c567 con = (lm_tcp_con_t *)s_list_peek_head(&connections);
H A Dlm_l4rx.c1683 con = (lm_tcp_con_t *)s_list_peek_head(&connections);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h15 * s_list_entry_t * s_list_peek_head (s_list_t *)
178 s_list_peek_head( function
338 #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);
183 pTxPkt = (um_txpacket_t *)s_list_peek_head(&pTxQ->waitTxDescQ);
H A Dbnxe_rx.c68 pLmPkt = (lm_packet_t *)s_list_peek_head(pReclaimList);
/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(
224 coalesce_buf = (lm_coalesce_buffer_t *) s_list_peek_head(
236 coalesce_buf = (lm_coalesce_buffer_t *) s_list_peek_head(
H A Dlm_send.c1105 pkt = (lm_packet_t *) s_list_peek_head(&tx_chain->active_descq);

Completed in 74 milliseconds