Searched refs:lm_tcp_buffer_t (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4fp.h | 121 static __inline lm_tcp_buffer_t * lm_tcp_next_entry_dpc_active_list(lm_tcp_con_t * con) 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() 126 return (lm_tcp_buffer_t *)s_list_peek_head(&con->active_tb_list); in lm_tcp_next_entry_dpc_active_list()
|
H A D | lm_l4fp.c | 48 lm_tcp_buffer_t *tcp_buf = (lm_tcp_buffer_t *)s_list_peek_head(&completed_bufs); in lm_tcp_complete_bufs() 77 …lm_tcp_buffer_t * tcp_buf = lm_tcp_next_entry_dpc_active_list(con); /* tcp_buf is t… in lm_tcp_complete_nbytes() 123 tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&tcp_buf->link); in lm_tcp_complete_nbytes() 196 lm_tcp_buffer_t * tcp_buf; in lm_tcp_abort_bufs() 221 tcp_buf = (lm_tcp_buffer_t *)lentry_p; in lm_tcp_abort_bufs()
|
H A D | lm_l4rx.c | 33 lm_tcp_buffer_t *tcp_buf, 336 …lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_con_t * con, lm_tcp_buffer_t * tcp_buf, u32_t com… in lm_tcp_complete_tcp_buf() 615 lm_tcp_buffer_t * tcp_buf, in lm_tcp_rx_peninsula_to_rq_copy() 716 lm_tcp_buffer_t * curr_tcp_buf; in lm_tcp_rx_peninsula_to_rq() 737 curr_tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&curr_tcp_buf->link); in lm_tcp_rx_peninsula_to_rq() 1065 lm_tcp_buffer_t * curr_tcp_buf; in lm_tcp_rx_complete_tcp_fp() 1743 lm_tcp_buffer_t *tcp_buf, in lm_tcp_rx_post_buf() 1794 tcp_buf = (lm_tcp_buffer_t *)s_list_peek_tail(&rx_con->active_tb_list); in lm_tcp_rx_post_buf() 1912 lm_tcp_buffer_t *tcp_buf, in _lm_tcp_rx_post_buf()
|
H A D | lm_l4tx.c | 91 lm_tcp_buffer_t *tcp_buf, in lm_tcp_tx_post_buf()
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_mm_l4.c | 250 lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */ in mm_tcp_copy_to_tcp_buf() 305 lm_tcp_buffer_t * tcp_buf, in mm_tcp_rx_peninsula_to_rq_copy_dmae()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/ |
H A D | mm_l4if.h | 149 lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */ 295 lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4if.h | 160 lm_tcp_buffer_t *tcp_buf, 168 lm_tcp_buffer_t *tcp_buf,
|
H A D | lm_l4st.h | 70 } lm_tcp_buffer_t; typedef
|