Searched defs:bd_size (Results 1 – 3 of 3) sorted by relevance
10 #define BD_PER_PAGE(bd_size) (LM_PAGE_SIZE/(bd_size)) argument16 #define NUM_BDS_USED_FOR_NEXT_PTR(bd_size,is_chain_mode) ((is_chain_mode)? (1 + ((sizeof(lm_bd_chai… argument19 #define USABLE_BDS_PER_PAGE(bd_size,is_chain_mode) ((u32_t) (BD_PER_PAGE(bd_size)-NUM_BDS_USED_F… argument196 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()
30 …u8_t bd_size; /* currently 8 and 16 bytes are supported. ("next_bd" is always… member
1625 u8_t bd_size; in lm_tcp_init_tcp_phys_mem() local