Searched refs:fcoe_info (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5st.h | 260 #define LM_FC_PBL(_pdev, _idx) ((_pdev)->fcoe_info.bind.pbl[_idx]) 277 #define LM_FC_EQ(_pdev, _idx) (_pdev)->fcoe_info.run_time.eq_chain[_idx] 285 …x) = (pdev)->fcoe_info.run_time.fc_eq_base_chain_idx; (eq_idx) < (u32_t)((pdev)->fcoe_info.run_tim… 297 … #define LM_EQ_ADDR_SAVE_FC(_pdev, _idx) (_pdev)->fcoe_info.eq_addr_save.eq_addr[_idx]
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/ |
H A D | lm_l5.c | 345 if(CHK_NULL(pdev) || ERR_IF((ARRSIZE(pdev->fcoe_info.run_time.eq_chain) <= idx))) in lm_fc_setup_eq() 572 mm_memset(&(pdev->fcoe_info.run_time), 0, sizeof(pdev->fcoe_info.run_time)); in lm_fc_free_init_resc() 903 if CHK_NULL(pdev->fcoe_info.bind.ramrod_mem_virt) in lm_fc_get_ramrod_phys_mem() 905 pdev->fcoe_info.bind.ramrod_mem_virt = in lm_fc_get_ramrod_phys_mem() 908 &pdev->fcoe_info.bind.ramrod_mem_phys, in lm_fc_get_ramrod_phys_mem() 912 if CHK_NULL(pdev->fcoe_info.bind.ramrod_mem_virt) in lm_fc_get_ramrod_phys_mem() 946 pdev->fcoe_info.run_time.num_of_cqs = 1; // one EQ in lm_fc_init() 949 if ((pdev->fcoe_info.run_time.num_of_cqs > 1)|| in lm_fc_init() 950 (pdev->params.sb_cnt < pdev->fcoe_info.run_time.num_of_cqs)) in lm_fc_init() 952 … DbgMessage(pdev, INFORM, "lm_fc_init: num_of_cqs=%d\n.\n",pdev->fcoe_info.run_time.num_of_cqs); in lm_fc_init() [all …]
|
H A D | lm_l5sp.c | 186 d_list_remove_entry(&pdev->fcoe_info.run_time.fcoe_list, &fcoe->hdr.link); in lm_fc_del_fcoe_state() 211 d_list_push_tail(&pdev->fcoe_info.run_time.fcoe_list, &fcoe->hdr.link); in lm_fc_init_fcoe_state()
|
/titanic_44/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_fcoe.c | 275 &pUM->lm_dev.fcoe_info.run_time.state_blk, in BnxeFcoeOffloadConnWqeWork()
|
H A D | bnxe_hw.c | 1141 &pUM->lm_dev.fcoe_info.run_time.state_blk; in BnxeHwStartFCOE()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 3132 lm_fcoe_info_t fcoe_info; member
|