Home
last modified time | relevance | path

Searched refs:max_rings_per_vf (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_pfvf_mbox.c103 u32 max_rings_per_vf, vf_mbox_queue; in octep_send_notification() local
113 max_rings_per_vf = CFG_GET_MAX_RPVF(oct->conf); in octep_send_notification()
114 vf_mbox_queue = vf_id * max_rings_per_vf; in octep_send_notification()
246 rings_per_vf = oct->conf->sriov_cfg.max_rings_per_vf; in octep_setup_pfvf_mbox()
280 int rings_per_vf = oct->conf->sriov_cfg.max_rings_per_vf; in octep_delete_pfvf_mbox()
Doctep_config.h83 #define CFG_GET_MAX_RPVF(cfg) ((cfg)->sriov_cfg.max_rings_per_vf)
167 u8 max_rings_per_vf; member
Doctep_cn9k_pf.c212 conf->sriov_cfg.max_rings_per_vf = CN93_SDP_EPF_RINFO_RPVF(val); in octep_init_config_cn93_pf()
213 conf->sriov_cfg.active_rings_per_vf = conf->sriov_cfg.max_rings_per_vf; in octep_init_config_cn93_pf()
Doctep_cnxk_pf.c236 conf->sriov_cfg.max_rings_per_vf = CNXK_SDP_EPF_RINFO_RPVF(val); in octep_init_config_cnxk_pf()
237 conf->sriov_cfg.active_rings_per_vf = conf->sriov_cfg.max_rings_per_vf; in octep_init_config_cnxk_pf()