vnic_rq
struct vnic_rq *rq;
struct vnic_rq *rq;
struct vnic_rq *rq;
enic_initial_post_rx(struct enic *enic, struct vnic_rq *rq)
vnic_rq_service(struct vnic_rq *rq, struct cq_desc *cq_desc,
void(*buf_service)(struct vnic_rq *rq, struct cq_desc *cq_desc,
struct vnic_rq *rq;
static void enic_initial_post_rx(struct enic *, struct vnic_rq *);
enic_setup_rxq_sysctl(struct vnic_rq *rq, int i, struct sysctl_ctx_list *ctx,
softc->enic.rq = malloc(sizeof(struct vnic_rq) * nrxqsets, M_DEVBUF,
struct vnic_rq *rq;
struct vnic_rq *rq;
rq = (struct vnic_rq *)rxq;
struct vnic_rq *rq;
static void enic_setup_rxq_sysctl(struct vnic_rq *, int, struct sysctl_ctx_list *,
void vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index,
void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index,
unsigned int vnic_rq_error_status(struct vnic_rq *rq)
void vnic_rq_enable(struct vnic_rq *rq)
int vnic_rq_disable(struct vnic_rq *rq)
void vnic_rq_clean(struct vnic_rq *rq)
static inline int vnic_rq_fill_count(struct vnic_rq *rq,
int (*buf_fill)(struct vnic_rq *rq), unsigned int count)
void vnic_rq_free(struct vnic_rq *rq);
void vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index,
void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index,
unsigned int vnic_rq_error_status(struct vnic_rq *rq);
void vnic_rq_enable(struct vnic_rq *rq);
int vnic_rq_disable(struct vnic_rq *rq);
void vnic_rq_clean(struct vnic_rq *rq);
static inline unsigned int vnic_rq_desc_avail(struct vnic_rq *rq)
static inline unsigned int vnic_rq_desc_used(struct vnic_rq *rq)
static inline int vnic_rq_fill(struct vnic_rq *rq,
int (*buf_fill)(struct vnic_rq *rq))