Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dvnic_cq.h58 struct vnic_cq { struct
76 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, argument
81 void vnic_cq_clean(struct vnic_cq *cq);
83 static inline unsigned int vnic_cq_service(struct vnic_cq *cq, in vnic_cq_service()
123 static inline unsigned int vnic_cq_work(struct vnic_cq *cq, in vnic_cq_work()
H A Dvnic_cq.c10 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init()
35 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
H A Denic_txrx.c175 struct vnic_cq *cq; in enic_isc_txd_credits_update()
215 struct vnic_cq *cq; in enic_isc_rxd_available()
235 struct vnic_cq *cq; in enic_isc_rxd_pkt_get()
H A Denic.h251 struct vnic_cq *cq;
H A Dif_enic.c500 softc->enic.cq = malloc(sizeof(struct vnic_cq) * in enic_attach_pre()
734 struct vnic_cq *cq; in enic_tx_queues_alloc()
806 struct vnic_cq *cq; in enic_rx_queues_alloc()
914 struct vnic_cq *cq; in enic_stop()
/freebsd/sys/modules/enic/
H A DMakefile8 SRCS += vnic_cq.c vnic_dev.c vnic_intr.c vnic_rq.c vnic_wq.c