Searched refs:vnic_cq (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/enic/
H A Dvnic_cq.h58 struct vnic_cq { struct
78 void vnic_cq_free(struct vnic_cq *cq);
79 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
84 void vnic_cq_clean(struct vnic_cq *cq);
85 int vnic_cq_mem_size(struct vnic_cq *cq, unsigned int desc_count,
88 static inline unsigned int vnic_cq_service(struct vnic_cq *cq,
128 static inline unsigned int vnic_cq_work(struct vnic_cq *cq,
H A Dvnic_cq.c8 #include "vnic_cq.h"
10 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
35 void vnic_cq_clean(struct vnic_cq *cq)
H A Denic_txrx.c171 struct vnic_cq *cq;
211 struct vnic_cq *cq;
231 struct vnic_cq *cq;
H A Denic.h64 #include "vnic_cq.h"
226 struct vnic_cq *cq;
H A Dif_enic.c404 softc->enic.cq = malloc(sizeof(struct vnic_cq) *
628 struct vnic_cq *cq;
702 struct vnic_cq *cq;
/freebsd-current/sys/modules/enic/
H A DMakefile8 SRCS += vnic_cq.c vnic_dev.c vnic_intr.c vnic_rq.c vnic_wq.c

Completed in 182 milliseconds