Searched refs:LM_FC_EQ (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/ |
H A D | lm_l5.c | 352 bd_chain = &LM_FC_EQ(pdev, idx).bd_chain; in lm_fc_setup_eq() 383 LM_FC_EQ(pdev, idx).hw_con_idx_ptr = sb_indexes + HC_INDEX_FCOE_EQ_CONS; in lm_fc_setup_eq() 395 LM_FC_EQ(pdev, idx).hc_sb_info.hc_sb = STATUS_BLOCK_NORMAL_SL_TYPE; //STATUS_BLOCK_USTORM_TYPE; in lm_fc_setup_eq() 396 LM_FC_EQ(pdev, idx).hc_sb_info.hc_index_value = HC_INDEX_FCOE_EQ_CONS; in lm_fc_setup_eq() 593 …lm_clear_chain_sb_cons_idx(pdev, eq_idx, &LM_FC_EQ(pdev, eq_idx).hc_sb_info, &LM_FC_EQ(pdev, eq_id… in lm_fc_clear_d0_resc() 977 …lm_status = lm_l5_alloc_eq(pdev, &LM_FC_EQ(pdev, eq_sb_idx),&LM_EQ_ADDR_SAVE_FC(pdev, eq_sb_idx),e… in lm_fc_init() 983 … lm_status = lm_fc_alloc_eq_pbl(pdev, &LM_FC_EQ(pdev, eq_sb_idx), &LM_FC_PBL(pdev, eq_sb_idx), in lm_fc_init() 1009 …ramrod_params->fcoe_init.eq_prod = mm_cpu_to_le16(lm_bd_chain_prod_idx(&LM_FC_EQ(pdev, pdev->fcoe_… in lm_fc_init() 1512 eq = &LM_FC_EQ(pdev, sb_idx); in lm_fc_is_eq_completion() 1763 eq_chain = &LM_FC_EQ(pdev, sb_idx); in lm_fc_service_eq_intr()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5st.h | 277 #define LM_FC_EQ(_pdev, _idx) (_pdev)->fcoe_info.run_time.eq_chain[_idx] macro
|