Home
last modified time | relevance | path

Searched refs:vf_mbox_queue (Results 1 – 1 of 1) 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
114 vf_mbox_queue = vf_id * max_rings_per_vf; in octep_send_notification()
115 if (!oct->mbox[vf_mbox_queue]) { in octep_send_notification()
119 mbox = oct->mbox[vf_mbox_queue]; in octep_send_notification()