Searched refs:vnic_cq (Results 1 – 6 of 6) sorted by relevance
58 struct vnic_cq { struct76 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, argument81 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()
10 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()
175 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()
251 struct vnic_cq *cq;
500 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()
8 SRCS += vnic_cq.c vnic_dev.c vnic_intr.c vnic_rq.c vnic_wq.c