Searched refs:pbl (Results 1 – 3 of 3) sorted by relevance
259 lm_fcoe_pbl_t pbl[MAX_EQ_CHAIN]; member260 #define LM_FC_PBL(_pdev, _idx) ((_pdev)->fcoe_info.bind.pbl[_idx])
296 IN lm_fcoe_pbl_t *pbl, in lm_fc_alloc_eq_pbl() argument310 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 …]
103 struct t4_range pbl; member