Searched defs:vnic_cq (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.h58 struct vnic_cq { struct
72 static inline unsigned int vnic_cq_service(struct vnic_cq *cq,
113 void vnic_cq_free(struct vnic_cq *cq);
114 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
116 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
121 void vnic_cq_clean(struct vnic_cq *cq);
/drivers/scsi/fnic/
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);

Completed in 95 milliseconds