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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A DMakefile3 enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \
H A Dvnic_cq.h53 struct vnic_cq { struct
62 static inline unsigned int vnic_cq_service(struct vnic_cq *cq,
103 void vnic_cq_free(struct vnic_cq *cq);
104 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
106 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
111 void vnic_cq_clean(struct vnic_cq *cq);
H A Dvnic_cq.c26 #include "vnic_cq.h"
28 void vnic_cq_free(struct vnic_cq *cq)
35 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
56 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
79 void vnic_cq_clean(struct vnic_cq *cq)
H A Denic.h27 #include "vnic_cq.h"
130 ____cacheline_aligned struct vnic_cq cq[ENIC_CQ_MAX];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A DMakefile10 vnic_cq.o \
H A Dvnic_cq.h61 struct vnic_cq { struct
70 static inline unsigned int vnic_cq_service(struct vnic_cq *cq,
111 void vnic_cq_free(struct vnic_cq *cq);
112 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
114 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
119 void vnic_cq_clean(struct vnic_cq *cq);
H A Dvnic_cq.c22 #include "vnic_cq.h"
24 void vnic_cq_free(struct vnic_cq *cq)
31 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
52 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
75 void vnic_cq_clean(struct vnic_cq *cq)
H A Dvnic_cq_copy.h24 struct vnic_cq *cq,
H A Dfnic.h32 #include "vnic_cq.h"
208 ____cacheline_aligned struct vnic_cq cq[FNIC_CQ_MAX];

Completed in 201 milliseconds