Home
last modified time | relevance | path

Searched refs:vnic_wq_copy (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/fnic/
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) in vnic_wq_copy_desc_avail() argument
34 static inline void *vnic_wq_copy_next_desc(struct vnic_wq_copy *wq) in vnic_wq_copy_next_desc()
40 static inline void vnic_wq_copy_post(struct vnic_wq_copy *wq) in vnic_wq_copy_post()
71 static inline void vnic_wq_copy_service(struct vnic_wq_copy *wq, in vnic_wq_copy_service()
73 void (*q_service)(struct vnic_wq_copy *wq, in vnic_wq_copy_service()
104 void vnic_wq_copy_enable(struct vnic_wq_copy *wq);
105 int vnic_wq_copy_disable(struct vnic_wq_copy *wq);
106 void vnic_wq_copy_free(struct vnic_wq_copy *wq);
112 void vnic_wq_copy_clean(struct vnic_wq_copy *wq,
[all …]
A Dvnic_wq_copy.c13 void vnic_wq_copy_enable(struct vnic_wq_copy *wq) in vnic_wq_copy_enable()
18 int vnic_wq_copy_disable(struct vnic_wq_copy *wq) in vnic_wq_copy_disable()
39 void vnic_wq_copy_clean(struct vnic_wq_copy *wq, in vnic_wq_copy_clean()
40 void (*q_clean)(struct vnic_wq_copy *wq, in vnic_wq_copy_clean()
57 void vnic_wq_copy_free(struct vnic_wq_copy *wq) in vnic_wq_copy_free()
66 int vnic_wq_copy_alloc(struct vnic_dev *vdev, struct vnic_wq_copy *wq, in vnic_wq_copy_alloc()
84 void vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index, in vnic_wq_copy_init()
A Dfnic_res.h67 static inline void fnic_queue_wq_copy_desc_icmnd_16(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_icmnd_16()
112 static inline void fnic_queue_wq_copy_desc_itmf(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_itmf()
138 static inline void fnic_queue_wq_copy_desc_flogi_reg(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_flogi_reg()
157 static inline void fnic_queue_wq_copy_desc_fip_reg(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_fip_reg()
181 static inline void fnic_queue_wq_copy_desc_fw_reset(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_fw_reset()
194 static inline void fnic_queue_wq_copy_desc_lunmap(struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc_lunmap()
A DMakefile19 vnic_wq_copy.o \
A Dfnic_scsi.c189 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq, unsigned int hwq) in free_wq_copy_descs()
250 struct vnic_wq_copy *wq = &fnic->hw_copy_wq[0]; in fnic_fw_reset_handler()
304 struct vnic_wq_copy *wq = &fnic->hw_copy_wq[0]; in fnic_flogi_reg_handler()
356 struct vnic_wq_copy *wq, in fnic_queue_wq_copy_desc()
467 struct vnic_wq_copy *wq; in fnic_queuecommand()
851 static inline int is_ack_index_in_range(struct vnic_wq_copy *wq, in is_ack_index_in_range()
880 struct vnic_wq_copy *wq; in fnic_fcpio_ack_handler()
1644 void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq, in fnic_wq_copy_cleanup_handler()
1710 struct vnic_wq_copy *wq = &fnic->hw_copy_wq[hwq]; in fnic_queue_abort_io_req()
2282 struct vnic_wq_copy *wq; in fnic_queue_dr_io_req()
A Dfnic.h465 ____cacheline_aligned struct vnic_wq_copy hw_copy_wq[FNIC_WQ_COPY_MAX];
520 void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq,

Completed in 20 milliseconds