Searched defs:vnic_wq (Results 1 – 3 of 3) sorted by relevance
74 struct vnic_wq { struct77 struct vnic_wq_ctrl __iomem *ctrl; /* memory-mapped */ argument79 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; argument80 struct vnic_wq_buf *to_use; argument81 struct vnic_wq_buf *to_clean; argument85 static inline unsigned int svnic_wq_desc_avail(struct vnic_wq *wq) in svnic_wq_desc_avail() argument
85 struct vnic_wq { struct88 struct vnic_wq_ctrl __iomem *ctrl; /* memory-mapped */ argument90 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; argument91 struct vnic_wq_buf *to_use; argument92 struct vnic_wq_buf *to_clean; argument96 static inline unsigned int vnic_wq_desc_avail(struct vnic_wq *wq) in vnic_wq_desc_avail() argument
80 struct vnic_wq { struct83 struct vnic_wq_ctrl __iomem *ctrl; /* memory-mapped */ argument85 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; argument86 struct vnic_wq_buf *to_use; argument87 struct vnic_wq_buf *to_clean; argument99 struct vnic_wq wq; argument