Searched refs:active_rings_per_vf (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/ |
D | octep_config.h | 84 #define CFG_GET_ACTIVE_RPVF(cfg) ((cfg)->sriov_cfg.active_rings_per_vf) 170 u8 active_rings_per_vf; member
|
D | octep_cn9k_pf.c | 213 conf->sriov_cfg.active_rings_per_vf = conf->sriov_cfg.max_rings_per_vf; in octep_init_config_cn93_pf() 229 conf->pf_ring_cfg.srn, conf->sriov_cfg.active_rings_per_vf, in octep_init_config_cn93_pf() 375 u32 vf, active_vfs, active_rings_per_vf, vf_mbox_queue; in octep_poll_pfvf_mailbox() local 382 active_rings_per_vf = CFG_GET_ACTIVE_RPVF(oct->conf); in octep_poll_pfvf_mailbox() 384 vf_mbox_queue = vf * active_rings_per_vf; in octep_poll_pfvf_mailbox()
|
D | octep_cnxk_pf.c | 237 conf->sriov_cfg.active_rings_per_vf = conf->sriov_cfg.max_rings_per_vf; in octep_init_config_cnxk_pf() 248 conf->pf_ring_cfg.srn, conf->sriov_cfg.active_rings_per_vf, in octep_init_config_cnxk_pf() 404 u32 vf, active_vfs, active_rings_per_vf, vf_mbox_queue; in octep_poll_pfvf_mailbox_cnxk_pf() local 410 active_rings_per_vf = CFG_GET_ACTIVE_RPVF(oct->conf); in octep_poll_pfvf_mailbox_cnxk_pf() 412 vf_mbox_queue = vf * active_rings_per_vf; in octep_poll_pfvf_mailbox_cnxk_pf()
|