Lines Matching defs:ring
37 static inline u64 pf2vf_read_mbox(struct nitrox_device *ndev, int ring)
41 reg_addr = NPS_PKT_MBOX_VF_PF_PFDATAX(ring);
46 int ring)
50 reg_addr = NPS_PKT_MBOX_PF_VF_PFDATAX(ring);
94 pf2vf_write_mbox(ndev, msg.value, vfdev->ring);
132 /* get the vfno from ring */
135 vfdev->ring = i;
137 vfdev->msg.value = pf2vf_read_mbox(ndev, vfdev->ring);
154 /* get the vfno from ring */
157 vfdev->ring = (i + 64);
159 vfdev->msg.value = pf2vf_read_mbox(ndev, vfdev->ring);