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 void lm_tcp_rx_gen_peninsula_process(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t nbytes, lm_tcp_gen_buf_t * gen_buf) argument 799 (gen_buf)? "TRUE" : "FALSE"); 816 if (gen_buf /* add */) { 817 DbgBreakIf(SIG(gen_buf->buf_virt) != L4GEN_BUFFER_SIG); 818 DbgBreakIf(END_SIG(gen_buf->buf_virt, LM_TCP_GEN_BUF_SIZE(pdev)) != L4GEN_BUFFER_SIG_END); 820 d_list_push_tail(&gen_info->dpc_peninsula_list, &gen_buf->link); 825 void lm_tcp_rx_gen_isle_create(lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_gen_buf_t * gen_buf, u8_t sb_idx, u8_t isle_num) argument 849 d_list_push_head(¤t_isle->isle_gen_bufs_list_head, &gen_buf->link); 855 d_list_push_head(&gen_info->first_isle.isle_gen_bufs_list_head, &gen_buf 886 lm_tcp_rx_gen_isle_right_process(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t nbytes, lm_tcp_gen_buf_t * gen_buf, u8_t sb_idx, u8_t isle_num) argument 936 lm_tcp_rx_gen_isle_left_process(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t nbytes, lm_tcp_gen_buf_t * gen_buf, u8_t sb_idx, u8_t isle_num) argument 1033 lm_tcp_gen_buf_t * gen_buf; local 1102 lm_tcp_gen_buf_t * gen_buf; local 1283 lm_tcp_gen_buf_t * gen_buf; local 2380 lm_tcp_return_gen_bufs(struct _lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_gen_buf_t * gen_buf,u32_t flags, u8_t grq_idx) argument 2404 lm_tcp_gen_buf_t * gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(gen_buf_list); local 2422 lm_tcp_rx_indication_returned(struct _lm_device_t *pdev, lm_tcp_state_t * tcp, lm_tcp_gen_buf_t * gen_buf) argument [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 227 lm_tcp_gen_buf_t * gen_buf, 225 mm_tcp_return_gen_bufs( lm_device_t * pdev, lm_tcp_gen_buf_t * gen_buf, u32_t flags, u8_t grq_idxxx ) argument
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/ |
H A D | mm_l4if.h | 261 * gen_buf is a list of generic buffers that ALL need to be returned to the pool 272 lm_tcp_gen_buf_t * gen_buf,
|
Completed in 63 milliseconds