Searched refs:dpc_completed_tail (Results 1 – 5 of 5) sorted by relevance
26 DbgBreakIf(con->dpc_info.dpc_completed_tail == NULL); in lm_tcp_complete_bufs()28 con->dpc_info.dpc_completed_tail, con->dpc_info.dpc_bufs_completed); in lm_tcp_complete_bufs()29 con->dpc_info.dpc_completed_tail = NULL; in lm_tcp_complete_bufs()103 … con->dpc_info.dpc_completed_tail = &tcp_buf->link; /* last tcp_buf that needs to be completed */ in lm_tcp_complete_nbytes()158 con->dpc_info.dpc_completed_tail = &tcp_buf->link; in lm_tcp_complete_nbytes()
123 if (con->dpc_info.dpc_completed_tail) { in lm_tcp_next_entry_dpc_active_list()124 return (lm_tcp_buffer_t *)s_list_next_entry(con->dpc_info.dpc_completed_tail); in lm_tcp_next_entry_dpc_active_list()
357 if (con->dpc_info.dpc_completed_tail != NULL) { in lm_tcp_tx_complete_tcp_fp()
1160 if (con->dpc_info.dpc_completed_tail != NULL) { in lm_tcp_rx_complete_tcp_fp()
363 …s_list_entry_t * dpc_completed_tail; /* points to the tail of the sub-list of active_tb_list that… member