Home
last modified time | relevance | path

Searched defs:bd_size (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h10 #define BD_PER_PAGE(bd_size) (LM_PAGE_SIZE/(bd_size)) argument
16 #define NUM_BDS_USED_FOR_NEXT_PTR(bd_size,is_chain_mode) ((is_chain_mode)? (1 + ((sizeof(lm_bd_chai… argument
19 #define USABLE_BDS_PER_PAGE(bd_size,is_chain_mode) ((u32_t) (BD_PER_PAGE(bd_size)-NUM_BDS_USED_F… argument
196 u8_t bd_size, /* currently only 8 and 16 bytes are possible */ in lm_bd_chain_add_page()
269 u8_t bd_size, /* currently only 8 and 16 bytes are possible */ in lm_bd_chain_setup()
376 u8_t bd_size, /* currently only 8 and 16 bytes are possible */ in lm_bd_chain_pbl_setup()
H A Dbd_chain_st.h30 …u8_t bd_size; /* currently 8 and 16 bytes are supported. ("next_bd" is always… member
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1625 u8_t bd_size; in lm_tcp_init_tcp_phys_mem() local