Searched defs:vnic_wq (Results 1 – 3 of 3) sorted by relevance
60 struct vnic_wq { struct63 struct vnic_wq_ctrl __iomem *ctrl; /* memory-mapped */ argument65 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; argument66 struct vnic_wq_buf *to_use; argument67 struct vnic_wq_buf *to_clean; argument71 static inline unsigned int svnic_wq_desc_avail(struct vnic_wq *wq) in svnic_wq_desc_avail() argument
75 struct vnic_wq { struct78 struct vnic_wq_ctrl __iomem *ctrl; /* memory-mapped */ argument80 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; argument81 struct vnic_wq_buf *to_use; argument82 struct vnic_wq_buf *to_clean; argument86 static inline unsigned int vnic_wq_desc_avail(struct vnic_wq *wq) in vnic_wq_desc_avail() argument
67 struct vnic_wq { struct70 struct vnic_wq_ctrl __iomem *ctrl; /* memory-mapped */ argument72 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; argument73 struct vnic_wq_buf *to_use; argument74 struct vnic_wq_buf *to_clean; argument86 struct vnic_wq wq; argument