Home
last modified time | relevance | path

Searched refs:fcoe_info (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h260 #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]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c572 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()
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()
956 DbgBreakIf(pdev->fcoe_info.run_time.num_of_cqs > 1); in lm_fc_init()
961 if(CHK_NULL(pdev->fcoe_info.bind.ramrod_mem_virt)) in lm_fc_init()
1180 mm_mem_zero(&pdev->fcoe_info, sizeof(lm_fcoe_info_t)); in lm_fc_init_vars()
[all …]
H A Dlm_l5sp.c186 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()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c275 &pUM->lm_dev.fcoe_info.run_time.state_blk, in BnxeFcoeOffloadConnWqeWork()
H A Dbnxe_hw.c1141 &pUM->lm_dev.fcoe_info.run_time.state_blk; in BnxeHwStartFCOE()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3132 lm_fcoe_info_t fcoe_info; member