Symbol: lm_frag_t
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_send.c
342
lm_frag_t *frag;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_send.c
37
lm_frag_t *frag;
usr/src/uts/common/io/bnx/bnx.h
356
lm_frag_t frag_list_buffer[BNX_MAX_SGL_ENTRIES];
usr/src/uts/common/io/bnx/bnxsnd.c
167
lm_frag_t *cpyfrag;
usr/src/uts/common/io/bnx/bnxsnd.c
79
lm_frag_t *fragment;
usr/src/uts/common/io/bnx/include/lm_defs.h
687
lm_frag_t frag_arr[1];
usr/src/uts/common/io/bnx/include/lm_defs.h
695
lm_frag_t frag_arr[_MAX_FRAG_CNT-1]; \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
140
OUT lm_frag_t **frag,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
351
lm_frag_t* frag;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
587
lm_frag_t *frag = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1920
lm_frag_t * frag = frag_list->frag_arr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2132
LM_PAGE_SIZE - sizeof(lm_frag_list_t)) / sizeof(lm_frag_t);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2169
u32_t mem_size_for_new_frag_list = returned_buff_cnt * sizeof(lm_frag_t) + sizeof(lm_frag_list_t);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
306
IN lm_frag_t * frag,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1590
mem_size = sizeof(lm_frag_list_t) + (frag_cnt - 1)*sizeof(lm_frag_t);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1833
(_lm_tcp_calc_frag_cnt(pdev, LM_TCP_DEFAULT_WINDOW_SIZE, mss) - 1)*sizeof(lm_frag_t);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
97
lm_frag_t *frag;
usr/src/uts/common/io/bnxe/577xx/include/lm_defs.h
693
lm_frag_t frag_arr[1];
usr/src/uts/common/io/bnxe/577xx/include/lm_defs.h
701
lm_frag_t frag_arr[_MAX_FRAG_CNT-1]; \
usr/src/uts/common/io/bnxe/bnxe.h
358
lm_frag_t frag_list_buffer[BNXE_MAX_DMA_FRAGS_PER_PKT];
usr/src/uts/common/io/bnxe/bnxe_tx.c
309
lm_frag_t * pFrag;
usr/src/uts/common/io/bnxe/bnxe_tx.c
410
lm_frag_t * pCopyFrag = NULL;