Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A 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()
268 rings_per_vf = oct->conf->sriov_cfg.max_rings_per_vf; in octep_setup_pfvf_mbox()
302 int rings_per_vf = oct->conf->sriov_cfg.max_rings_per_vf; in octep_delete_pfvf_mbox()
H A Doctep_config.h83 #define CFG_GET_MAX_RPVF(cfg) ((cfg)->sriov_cfg.max_rings_per_vf)
167 u8 max_rings_per_vf; member