| /linux/drivers/scsi/fnic/ |
| H A D | fnic_res.c | 234 unsigned int i, cq_index; in fnic_alloc_vnic_resources() local 284 cq_index = i; in fnic_alloc_vnic_resources() 286 &fnic->cq[cq_index], cq_index, in fnic_alloc_vnic_resources() 295 cq_index = fnic->rq_count + i; in fnic_alloc_vnic_resources() 296 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index], cq_index, in fnic_alloc_vnic_resources() 306 cq_index = fnic->raw_wq_count + fnic->rq_count + i; in fnic_alloc_vnic_resources() 307 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index], in fnic_alloc_vnic_resources() 308 cq_index, in fnic_alloc_vnic_resources() 355 cq_index = i; in fnic_alloc_vnic_resources() 357 cq_index, in fnic_alloc_vnic_resources() [all …]
|
| H A D | vnic_wq.c | 141 void vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init_start() argument 154 iowrite32(cq_index, &wq->ctrl->cq_index); in vnic_wq_init_start() 165 void vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init() argument 176 iowrite32(cq_index, &wq->ctrl->cq_index); in vnic_wq_init()
|
| H A D | vnic_wq_copy.c | 84 void vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index, in vnic_wq_copy_init() argument 95 iowrite32(cq_index, &wq->ctrl->cq_index); in vnic_wq_copy_init()
|
| H A D | vnic_wq.h | 39 u32 cq_index; /* 0x18 */ member 158 void vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, 162 void vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index,
|
| H A D | vnic_rq.c | 99 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init() argument 109 iowrite32(cq_index, &rq->ctrl->cq_index); in vnic_rq_init()
|
| H A D | vnic_rq.h | 42 u32 cq_index; /* 0x18 */ member 214 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index,
|
| H A D | fnic_scsi.c | 877 unsigned int cq_index, in fnic_fcpio_ack_handler() argument 884 unsigned int wq_index = cq_index; in fnic_fcpio_ack_handler() 887 wq = &fnic->hw_copy_wq[cq_index]; in fnic_fcpio_ack_handler() 908 static void fnic_fcpio_icmnd_cmpl_handler(struct fnic *fnic, unsigned int cq_index, in fnic_fcpio_icmnd_cmpl_handler() argument 937 if (hwq != cq_index) { in fnic_fcpio_icmnd_cmpl_handler() 940 hwq, mqtag, tag, cq_index); in fnic_fcpio_icmnd_cmpl_handler() 949 hwq, mqtag, tag, cq_index); in fnic_fcpio_icmnd_cmpl_handler() 1178 static void fnic_fcpio_itmf_cmpl_handler(struct fnic *fnic, unsigned int cq_index, in fnic_fcpio_itmf_cmpl_handler() argument 1193 unsigned int hwq = cq_index; in fnic_fcpio_itmf_cmpl_handler() 1204 if (hwq != cq_index) { in fnic_fcpio_itmf_cmpl_handler() [all …]
|
| H A D | vnic_wq_copy.h | 109 void vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index,
|
| H A D | fnic.h | 515 int fnic_wq_copy_cmpl_handler(struct fnic *fnic, int copy_work_to_do, unsigned int cq_index);
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | vnic_wq.c | 121 void enic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, in enic_wq_init_start() argument 134 iowrite32(cq_index, &wq->ctrl->cq_index); in enic_wq_init_start() 144 void vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init() argument 148 enic_wq_init_start(wq, cq_index, 0, 0, in vnic_wq_init()
|
| H A D | vnic_rq.c | 101 static void vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init_start() argument 112 iowrite32(cq_index, &rq->ctrl->cq_index); in vnic_rq_init_start() 125 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init() argument 129 vnic_rq_init_start(rq, cq_index, 0, 0, error_interrupt_enable, in vnic_rq_init()
|
| H A D | vnic_wq.h | 22 u32 cq_index; /* 0x18 */ member 168 void vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, 178 void enic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index,
|
| H A D | enic_res.c | 221 unsigned int cq_index; in enic_init_vnic_resources() local 250 cq_index = i; in enic_init_vnic_resources() 252 cq_index, in enic_init_vnic_resources() 258 cq_index = enic->rq_count + i; in enic_init_vnic_resources() 260 cq_index, in enic_init_vnic_resources()
|
| H A D | enic_wq.c | 86 unsigned int enic_wq_cq_service(struct enic *enic, unsigned int cq_index, in enic_wq_cq_service() argument 89 struct vnic_cq *cq = &enic->cq[cq_index]; in enic_wq_cq_service()
|
| H A D | enic_wq.h | 6 unsigned int enic_wq_cq_service(struct enic *enic, unsigned int cq_index,
|
| H A D | enic_rq.h | 5 unsigned int enic_rq_cq_service(struct enic *enic, unsigned int cq_index,
|
| H A D | vnic_rq.h | 23 u32 cq_index; /* 0x18 */ member 199 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index,
|
| H A D | enic_rq.c | 411 unsigned int enic_rq_cq_service(struct enic *enic, unsigned int cq_index, in enic_rq_cq_service() argument 414 struct vnic_cq *cq = &enic->cq[cq_index]; in enic_rq_cq_service()
|
| /linux/drivers/scsi/snic/ |
| H A D | vnic_wq.c | 140 void vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, in vnic_wq_init_start() argument 153 iowrite32(cq_index, &wq->ctrl->cq_index); in vnic_wq_init_start() 163 void svnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, in svnic_wq_init() argument 167 vnic_wq_init_start(wq, cq_index, 0, 0, error_interrupt_enable, in svnic_wq_init()
|
| H A D | vnic_wq.h | 18 u32 cq_index; /* 0x18 */ member 143 void vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, 148 void svnic_wq_init(struct vnic_wq *wq, unsigned int cq_index,
|
| /linux/drivers/scsi/bnx2i/ |
| H A D | 57xx_iscsi_hsi.h | 136 u8 cq_index; member 142 u8 cq_index; member 255 u8 cq_index; member 263 u8 cq_index; member 444 u8 cq_index; member 452 u8 cq_index; member 879 u8 cq_index; member 887 u8 cq_index; member 1029 u8 cq_index; member 1037 u8 cq_index; member [all …]
|
| H A D | bnx2i_hwi.c | 141 u16 cq_index; in bnx2i_arm_cq_event_coalescing() local 170 cq_index = ep->qp.cqe_exp_seq_sn + next_index - 1; in bnx2i_arm_cq_event_coalescing() 171 if (cq_index > ep->qp.cqe_size * 2) in bnx2i_arm_cq_event_coalescing() 172 cq_index -= ep->qp.cqe_size * 2; in bnx2i_arm_cq_event_coalescing() 173 if (!cq_index) in bnx2i_arm_cq_event_coalescing() 174 cq_index = 1; in bnx2i_arm_cq_event_coalescing() 176 cq_db->sqn[0] = cq_index; in bnx2i_arm_cq_event_coalescing() 368 login_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_login() 442 tmfabort_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_tmf() 489 text_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_text() [all …]
|