Home
last modified time | relevance | path

Searched refs:s_list_next_entry (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c525 if (s_list_next_entry(&tcp->tx_con->dpc_info.link) == NULL) { in lm_tcp_tx_process_cqes()
569 while (s_list_next_entry(&con->dpc_info.link) != NULL) { in lm_toe_service_tx_intr()
573 con = (lm_tcp_con_t *)s_list_next_entry(&con->dpc_info.link); in lm_toe_service_tx_intr()
579 s_list_next_entry(&con->dpc_info.link) = NULL; in lm_toe_service_tx_intr()
588 s_list_next_entry(&con->dpc_info.link) = NULL; in lm_toe_service_tx_intr()
H A Dlm_l4fp.h124 return (lm_tcp_buffer_t *)s_list_next_entry(con->dpc_info.dpc_completed_tail); in lm_tcp_next_entry_dpc_active_list()
H A Dlm_l4fp.c123 tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&tcp_buf->link); in lm_tcp_complete_nbytes()
H A Dlm_l4rx.c737 curr_tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&curr_tcp_buf->link); in lm_tcp_rx_peninsula_to_rq()
1578 if (s_list_next_entry(&tcp->rx_con->dpc_info.link) == NULL) { in lm_tcp_rx_process_cqes()
1685 while (s_list_next_entry(&con->dpc_info.link) != NULL) { in lm_toe_service_rx_intr()
1689 con = (lm_tcp_con_t *)s_list_next_entry(&con->dpc_info.link); in lm_toe_service_rx_intr()
1695 s_list_next_entry(&con->dpc_info.link) = NULL; in lm_toe_service_rx_intr()
1704 s_list_next_entry(&con->dpc_info.link) = NULL; in lm_toe_service_rx_intr()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h196 s_list_next_entry( in s_list_next_entry() function
344 #define s_list_next_entry(_s_entry) ((_s_entry)->next) macro
/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c72 pLmPkt = (lm_packet_t *)s_list_next_entry(&pLmPkt->link); in BnxeRxPostBuffers()
H A Dbnxe_tx.c149 pTxPkt = (um_txpacket_t *)s_list_next_entry(&pTxPkt->lm_pkt.link)) in BnxeTxPktsReclaim()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_resc.c229 coalesce_buf = (lm_coalesce_buffer_t *) s_list_next_entry( in lm_allocate_coalesce_buffers()
255 coalesce_buf = (lm_coalesce_buffer_t *) s_list_next_entry( in lm_allocate_coalesce_buffers()
281 coalesce_buf = (lm_coalesce_buffer_t *) s_list_next_entry( in lm_allocate_coalesce_buffers()