Searched refs:LM_VF_IGU_SB_ID (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/ |
H A D | lm_vf_common.h | 72 #define LM_VF_IGU_SB_ID(_vf_info, _igu_sb_id) ((_vf_info)->vf_chains[(_igu_sb_id)].igu_sb_id) macro
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 131 response->resc.hw_sbs[i].hw_sb_id = LM_VF_IGU_SB_ID(vf_info, i); in lm_pf_vf_fill_acquire_response() 2964 …prod_idx = LM_VF_IGU_SB_ID(vf_info,sb_id)*num_segs; /* bc-assumption consecutive pfs, norm-no assu… in lm_pf_enable_vf_igu_int() 2968 SB_RX_INDEX(pdev,LM_VF_IGU_SB_ID(vf_info,sb_id)) = 0; in lm_pf_enable_vf_igu_int() 2969 lm_int_ack_sb_enable(pdev, LM_VF_IGU_SB_ID(vf_info,sb_id)); in lm_pf_enable_vf_igu_int() 3058 prod_idx = LM_VF_IGU_SB_ID(vf_info, igu_sb_id); in lm_pf_enable_vf() 3692 igu_sb_id = LM_VF_IGU_SB_ID(vf_info,vf_chain_id); in lm_pf_int_vf_igu_sb_cleanup()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_sb.c | 1604 igu_sb_id = LM_VF_IGU_SB_ID(vf_info,sb_idx); in lm_pf_init_vf_non_def_sb()
|