Searched refs:s_list_next_entry (Results 1 – 8 of 8) sorted by relevance
525 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()
124 return (lm_tcp_buffer_t *)s_list_next_entry(con->dpc_info.dpc_completed_tail); in lm_tcp_next_entry_dpc_active_list()
123 tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&tcp_buf->link); in lm_tcp_complete_nbytes()
737 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()
196 s_list_next_entry( in s_list_next_entry() function344 #define s_list_next_entry(_s_entry) ((_s_entry)->next) macro
72 pLmPkt = (lm_packet_t *)s_list_next_entry(&pLmPkt->link); in BnxeRxPostBuffers()
149 pTxPkt = (um_txpacket_t *)s_list_next_entry(&pTxPkt->lm_pkt.link)) in BnxeTxPktsReclaim()
229 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()