Lines Matching defs:ring
39 static inline u64 pf2vf_read_mbox(struct nitrox_device *ndev, int ring)
43 reg_addr = NPS_PKT_MBOX_VF_PF_PFDATAX(ring);
48 int ring)
52 reg_addr = NPS_PKT_MBOX_PF_VF_PFDATAX(ring);
96 pf2vf_write_mbox(ndev, msg.value, vfdev->ring);
136 /* get the vfno from ring */
139 vfdev->ring = i;
141 vfdev->msg.value = pf2vf_read_mbox(ndev, vfdev->ring);
159 /* get the vfno from ring */
162 vfdev->ring = (i + 64);
164 vfdev->msg.value = pf2vf_read_mbox(ndev, vfdev->ring);