Home
last modified time | relevance | path

Searched refs:pbl (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h259 lm_fcoe_pbl_t pbl[MAX_EQ_CHAIN]; member
260 #define LM_FC_PBL(_pdev, _idx) ((_pdev)->fcoe_info.bind.pbl[_idx])
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c296 IN lm_fcoe_pbl_t *pbl, in lm_fc_alloc_eq_pbl() argument
310 if(FALSE == pbl->allocated) in lm_fc_alloc_eq_pbl()
316 &pbl->pbl_phys_table_virt, in lm_fc_alloc_eq_pbl()
317 &pbl->pbl_phys_table_phys, in lm_fc_alloc_eq_pbl()
318 &pbl->pbl_virt_table, in lm_fc_alloc_eq_pbl()
319 &pbl->pbl_entries, in lm_fc_alloc_eq_pbl()
320 &pbl->pbl_size, in lm_fc_alloc_eq_pbl()
326 mm_mem_zero(&(pbl) ,sizeof(lm_fcoe_pbl_t)); in lm_fc_alloc_eq_pbl()
329 pbl->allocated = TRUE; in lm_fc_alloc_eq_pbl()
341 lm_fcoe_pbl_t * pbl; in lm_fc_setup_eq() local
[all …]
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h103 struct t4_range pbl; member