vnic_wq_copy
____cacheline_aligned struct vnic_wq_copy hw_copy_wq[FNIC_WQ_COPY_MAX];
void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq,
static inline void fnic_queue_wq_copy_desc_itmf(struct vnic_wq_copy *wq,
static inline void fnic_queue_wq_copy_desc_flogi_reg(struct vnic_wq_copy *wq,
static inline void fnic_queue_wq_copy_desc_fip_reg(struct vnic_wq_copy *wq,
static inline void fnic_queue_wq_copy_desc_fw_reset(struct vnic_wq_copy *wq,
static inline void fnic_queue_wq_copy_desc_lunmap(struct vnic_wq_copy *wq,
static inline void fnic_queue_wq_copy_desc_icmnd_16(struct vnic_wq_copy *wq,
void fnic_wq_copy_cleanup_handler(struct vnic_wq_copy *wq,
struct vnic_wq_copy *wq = &fnic->hw_copy_wq[hwq];
static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq, unsigned int hwq)
struct vnic_wq_copy *wq;
struct vnic_wq_copy *wq = &fnic->hw_copy_wq[0];
struct vnic_wq_copy *wq = &fnic->hw_copy_wq[0];
struct vnic_wq_copy *wq,
struct vnic_wq_copy *wq;
static inline int is_ack_index_in_range(struct vnic_wq_copy *wq,
struct vnic_wq_copy *wq;
void vnic_wq_copy_enable(struct vnic_wq_copy *wq)
int vnic_wq_copy_disable(struct vnic_wq_copy *wq)
void vnic_wq_copy_clean(struct vnic_wq_copy *wq,
void (*q_clean)(struct vnic_wq_copy *wq,
void vnic_wq_copy_free(struct vnic_wq_copy *wq)
int vnic_wq_copy_alloc(struct vnic_dev *vdev, struct vnic_wq_copy *wq,
void vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index,
void vnic_wq_copy_enable(struct vnic_wq_copy *wq);
int vnic_wq_copy_disable(struct vnic_wq_copy *wq);
void vnic_wq_copy_free(struct vnic_wq_copy *wq);
int vnic_wq_copy_alloc(struct vnic_dev *vdev, struct vnic_wq_copy *wq,
void vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index,
void vnic_wq_copy_clean(struct vnic_wq_copy *wq,
void (*q_clean)(struct vnic_wq_copy *wq,
static inline unsigned int vnic_wq_copy_desc_avail(struct vnic_wq_copy *wq)
static inline unsigned int vnic_wq_copy_desc_in_use(struct vnic_wq_copy *wq)
static inline void *vnic_wq_copy_next_desc(struct vnic_wq_copy *wq)
static inline void vnic_wq_copy_post(struct vnic_wq_copy *wq)
static inline void vnic_wq_copy_desc_process(struct vnic_wq_copy *wq, u16 index)
static inline void vnic_wq_copy_service(struct vnic_wq_copy *wq,
void (*q_service)(struct vnic_wq_copy *wq,