Searched refs:vnic_wq_copy (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/scsi/fnic/
H A Dfnic_scsi.c118 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq, unsigned int hwq)
179 struct vnic_wq_copy *wq = &fnic->hw_copy_wq[0];
232 struct vnic_wq_copy *wq = &fnic->hw_copy_wq[0];
289 struct vnic_wq_copy *wq,
396 struct vnic_wq_copy *wq;
749 static inline int is_ack_index_in_range(struct vnic_wq_copy *wq,
778 struct vnic_wq_copy *wq;
1501 void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq,
1567 struct vnic_wq_copy *wq = &fnic->hw_copy_wq[hwq];
2023 struct vnic_wq_copy *w
[all...]
H A Dfnic.h23 #include "vnic_wq_copy.h"
325 ____cacheline_aligned struct vnic_wq_copy hw_copy_wq[FNIC_WQ_COPY_MAX];
385 void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq,
H A Dvnic_wq_copy.h15 struct vnic_wq_copy { struct
24 static inline unsigned int vnic_wq_copy_desc_avail(struct vnic_wq_copy *wq)
29 static inline unsigned int vnic_wq_copy_desc_in_use(struct vnic_wq_copy *wq)
34 static inline void *vnic_wq_copy_next_desc(struct vnic_wq_copy *wq)
40 static inline void vnic_wq_copy_post(struct vnic_wq_copy *wq)
57 static inline void vnic_wq_copy_desc_process(struct vnic_wq_copy *wq, u16 index)
71 static inline void vnic_wq_copy_service(struct vnic_wq_copy *wq,
73 void (*q_service)(struct vnic_wq_copy *wq,
104 void vnic_wq_copy_enable(struct vnic_wq_copy *wq);
105 int vnic_wq_copy_disable(struct vnic_wq_copy *w
[all...]
H A Dvnic_wq_copy.c11 #include "vnic_wq_copy.h"
13 void vnic_wq_copy_enable(struct vnic_wq_copy *wq)
18 int vnic_wq_copy_disable(struct vnic_wq_copy *wq)
39 void vnic_wq_copy_clean(struct vnic_wq_copy *wq,
40 void (*q_clean)(struct vnic_wq_copy *wq,
57 void vnic_wq_copy_free(struct vnic_wq_copy *wq)
66 int vnic_wq_copy_alloc(struct vnic_dev *vdev, struct vnic_wq_copy *wq,
84 void vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index,
H A Dfnic_res.h15 #include "vnic_wq_copy.h"
67 static inline void fnic_queue_wq_copy_desc_icmnd_16(struct vnic_wq_copy *wq,
112 static inline void fnic_queue_wq_copy_desc_itmf(struct vnic_wq_copy *wq,
138 static inline void fnic_queue_wq_copy_desc_flogi_reg(struct vnic_wq_copy *wq,
157 static inline void fnic_queue_wq_copy_desc_fip_reg(struct vnic_wq_copy *wq,
181 static inline void fnic_queue_wq_copy_desc_fw_reset(struct vnic_wq_copy *wq,
194 static inline void fnic_queue_wq_copy_desc_lunmap(struct vnic_wq_copy *wq,
H A DMakefile17 vnic_wq_copy.o \

Completed in 191 milliseconds