Searched refs:pbe_idx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain_st.h37 u16_t pbe_idx; /* index of the current pbe page */ member in struct:_lm_bd_chain_t
H A Dbd_chain.h402 bd_chain->pbe_idx = page_cnt - 1;
492 bd_chain->pbe_idx++;
493 if (bd_chain->pbe_idx == bd_chain->page_cnt) {
494 bd_chain->pbe_idx = 0;
496 bd_chain->next_bd = *(void **)((u8_t *)bd_chain->pbl_virt_addr_table + (sizeof(void *) * bd_chain->pbe_idx));

Completed in 59 milliseconds