Searched refs:gen_buf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4rx.c | 46 lm_tcp_gen_buf_t * gen_buf, 792 …ninsula_process(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t nbytes, lm_tcp_gen_buf_t * gen_buf) in lm_tcp_rx_gen_peninsula_process() argument 799 (gen_buf)? "TRUE" : "FALSE"); in lm_tcp_rx_gen_peninsula_process() 816 if (gen_buf /* add */) { in lm_tcp_rx_gen_peninsula_process() 817 DbgBreakIf(SIG(gen_buf->buf_virt) != L4GEN_BUFFER_SIG); in lm_tcp_rx_gen_peninsula_process() 818 DbgBreakIf(END_SIG(gen_buf->buf_virt, LM_TCP_GEN_BUF_SIZE(pdev)) != L4GEN_BUFFER_SIG_END); in lm_tcp_rx_gen_peninsula_process() 820 d_list_push_tail(&gen_info->dpc_peninsula_list, &gen_buf->link); in lm_tcp_rx_gen_peninsula_process() 825 void lm_tcp_rx_gen_isle_create(lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_gen_buf_t * gen_buf… in lm_tcp_rx_gen_isle_create() argument 849 d_list_push_head(¤t_isle->isle_gen_bufs_list_head, &gen_buf->link); in lm_tcp_rx_gen_isle_create() 855 d_list_push_head(&gen_info->first_isle.isle_gen_bufs_list_head, &gen_buf->link); in lm_tcp_rx_gen_isle_create() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4if.h | 187 OUT lm_tcp_gen_buf_t ** gen_buf /* head of indications generic buffer */ 201 OUT lm_tcp_gen_buf_t ** gen_buf /* head of indications generic buffer */ 219 lm_tcp_gen_buf_t * gen_buf /* head of indications generic buffer */ 228 lm_tcp_gen_buf_t * gen_buf/* head of indications generic buffer */
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_mm_l4.c | 206 lm_tcp_gen_buf_t * gen_buf in _schedule_work_item_for_free_gen_bufs() argument 227 lm_tcp_gen_buf_t * gen_buf, in mm_tcp_return_gen_bufs() argument
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/ |
H A D | mm_l4if.h | 272 lm_tcp_gen_buf_t * gen_buf,
|