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

/drivers/scsi/fnic/
H A Dvnic_wq_copy.h27 struct vnic_wq_copy { struct
36 static inline unsigned int vnic_wq_copy_desc_avail(struct vnic_wq_copy *wq)
41 static inline unsigned int vnic_wq_copy_desc_in_use(struct vnic_wq_copy *wq)
46 static inline void *vnic_wq_copy_next_desc(struct vnic_wq_copy *wq)
52 static inline void vnic_wq_copy_post(struct vnic_wq_copy *wq)
69 static inline void vnic_wq_copy_desc_process(struct vnic_wq_copy *wq, u16 index)
83 static inline void vnic_wq_copy_service(struct vnic_wq_copy *wq,
85 void (*q_service)(struct vnic_wq_copy *wq,
116 void vnic_wq_copy_enable(struct vnic_wq_copy *wq);
117 int vnic_wq_copy_disable(struct vnic_wq_copy *w
[all...]

Completed in 39 milliseconds