Searched defs:next_bd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain_st.h21 char *next_bd; /* pointer to next bd to produce or consume */ member in struct:_lm_bd_chain_t
30 u8_t bd_size; /* currently 8 and 16 bytes are supported. ("next_bd" is always 18 bytes) */
H A Dbd_chain.h117 lm_bd_chain_next * next_bd; local
167 next_bd = (lm_bd_chain_next *)(mem_virt + (bd_chain->bd_size) * (bd_chain->usable_bds_per_page));
169 next_bd->addr_hi = mm_cpu_to_le32(mem_phy.as_u32.high);
170 next_bd->addr_lo = mm_cpu_to_le32(mem_phy.as_u32.low);
173 *((u8_t **) next_bd->reserved) = mem_virt + LM_PAGE_SIZE;
179 next_bd = (lm_bd_chain_next *)(mem_virt + (bd_chain->bd_size) * (bd_chain->usable_bds_per_page));
180 next_bd->addr_hi = mm_cpu_to_le32(start_mem_phy.as_u32.high);
181 next_bd->addr_lo = mm_cpu_to_le32(start_mem_phy.as_u32.low);
182 *((u8_t **) next_bd->reserved) = start_mem_virt;
200 lm_bd_chain_next * next_bd; local
469 lm_bd_chain_next *next_bd = (lm_bd_chain_next *)(*virt); local
486 lm_bd_chain_next *next_bd = (lm_bd_chain_next *)bd_chain->next_bd; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h4217 struct eth_tx_next_bd next_bd /* Bd that contains the address of the next page */; member in union:eth_tx_bd_types

Completed in 134 milliseconds