/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_wq.c | 156 unsigned int error_interrupt_offset) in vnic_wq_init_start() 168 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init_start() 179 unsigned int error_interrupt_offset) in vnic_wq_init() 190 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init() 153 vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init_start() argument 177 vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init() argument
|
H A D | vnic_wq_copy.c | 98 unsigned int error_interrupt_offset) in vnic_wq_copy_init() 109 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_copy_init() 96 vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_copy_init() argument
|
H A D | vnic_wq.h | 63 u32 error_interrupt_offset; /* 0x48 */ member 173 unsigned int error_interrupt_offset); 176 unsigned int error_interrupt_offset);
|
H A D | fnic_res.c | 236 unsigned int error_interrupt_offset; in fnic_alloc_vnic_resources() local 347 error_interrupt_offset = fnic->err_intr_offset; in fnic_alloc_vnic_resources() 351 error_interrupt_offset = 0; in fnic_alloc_vnic_resources() 360 error_interrupt_offset); in fnic_alloc_vnic_resources() 368 error_interrupt_offset); in fnic_alloc_vnic_resources() 375 error_interrupt_offset); in fnic_alloc_vnic_resources()
|
H A D | vnic_rq.c | 113 unsigned int error_interrupt_offset) in vnic_rq_init() 123 iowrite32(error_interrupt_offset, &rq->ctrl->error_interrupt_offset); in vnic_rq_init() 111 vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_rq_init() argument
|
H A D | vnic_rq.h | 64 u32 error_interrupt_offset; /* 0x40 */ member 228 unsigned int error_interrupt_offset);
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | vnic_wq.c | 144 unsigned int error_interrupt_offset) in vnic_wq_init_start() 156 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init_start() 167 unsigned int error_interrupt_offset) in vnic_wq_init() 178 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init() 141 vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init_start() argument 165 vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init() argument
|
H A D | vnic_wq_copy.c | 86 unsigned int error_interrupt_offset) in vnic_wq_copy_init() 97 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_copy_init() 84 vnic_wq_copy_init(struct vnic_wq_copy *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_copy_init() argument
|
H A D | vnic_wq.h | 51 u32 error_interrupt_offset; /* 0x48 */ member 161 unsigned int error_interrupt_offset); 164 unsigned int error_interrupt_offset);
|
H A D | fnic_res.c | 224 unsigned int error_interrupt_offset; in fnic_alloc_vnic_resources() local 335 error_interrupt_offset = fnic->err_intr_offset; in fnic_alloc_vnic_resources() 339 error_interrupt_offset = 0; in fnic_alloc_vnic_resources() 348 error_interrupt_offset); in fnic_alloc_vnic_resources() 356 error_interrupt_offset); in fnic_alloc_vnic_resources() 363 error_interrupt_offset); in fnic_alloc_vnic_resources()
|
H A D | vnic_rq.c | 101 unsigned int error_interrupt_offset) in vnic_rq_init() 111 iowrite32(error_interrupt_offset, &rq->ctrl->error_interrupt_offset); in vnic_rq_init() 99 vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_rq_init() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.c | 117 unsigned int error_interrupt_offset) in vnic_rq_init_start() 127 iowrite32(error_interrupt_offset, &rq->ctrl->error_interrupt_offset); in vnic_rq_init_start() 140 unsigned int error_interrupt_offset) in vnic_rq_init() 143 error_interrupt_offset); in vnic_rq_init() 114 vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_rq_init_start() argument 138 vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_rq_init() argument
|
H A D | vnic_wq.c | 137 unsigned int error_interrupt_offset) in enic_wq_init_start() 149 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in enic_wq_init_start() 159 unsigned int error_interrupt_offset) in vnic_wq_init() 163 error_interrupt_offset); in vnic_wq_init() 134 enic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) enic_wq_init_start() argument 157 vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init() argument
|
H A D | enic_res.c | 221 unsigned int error_interrupt_offset; in enic_init_vnic_resources() local 239 error_interrupt_offset = enic->intr_count - 2; in enic_init_vnic_resources() 243 error_interrupt_offset = 0; in enic_init_vnic_resources() 252 error_interrupt_offset); in enic_init_vnic_resources() 260 error_interrupt_offset); in enic_init_vnic_resources()
|
H A D | vnic_wq.h | 47 u32 error_interrupt_offset; /* 0x48 */ member 183 unsigned int error_interrupt_offset); 194 unsigned int error_interrupt_offset);
|
H A D | vnic_rq.h | 46 u32 error_interrupt_offset; /* 0x40 */ member 212 unsigned int error_interrupt_offset);
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | vnic_wq.c | 157 unsigned int error_interrupt_offset) in vnic_wq_init_start() 169 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init_start() 179 unsigned int error_interrupt_offset) in svnic_wq_init() 182 error_interrupt_offset); in svnic_wq_init() 154 vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init_start() argument 177 svnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) svnic_wq_init() argument
|
H A D | vnic_wq.h | 44 u32 error_interrupt_offset; /* 0x48 */ member 160 unsigned int error_interrupt_offset); 164 unsigned int error_interrupt_offset);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.c | 104 unsigned int error_interrupt_offset) in vnic_rq_init_start() 114 iowrite32(error_interrupt_offset, &rq->ctrl->error_interrupt_offset); in vnic_rq_init_start() 127 unsigned int error_interrupt_offset) in vnic_rq_init() 130 error_interrupt_offset); in vnic_rq_init() 101 vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_rq_init_start() argument 125 vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_rq_init() argument
|
H A D | vnic_wq.c | 124 unsigned int error_interrupt_offset) in enic_wq_init_start() 136 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in enic_wq_init_start() 146 unsigned int error_interrupt_offset) in vnic_wq_init() 150 error_interrupt_offset); in vnic_wq_init() 121 enic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) enic_wq_init_start() argument 144 vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init() argument
|
H A D | enic_res.c | 208 unsigned int error_interrupt_offset; in enic_init_vnic_resources() local 226 error_interrupt_offset = enic->intr_count - 2; in enic_init_vnic_resources() 230 error_interrupt_offset = 0; in enic_init_vnic_resources() 239 error_interrupt_offset); in enic_init_vnic_resources() 247 error_interrupt_offset); in enic_init_vnic_resources()
|
H A D | vnic_wq.h | 34 u32 error_interrupt_offset; /* 0x48 */ member 170 unsigned int error_interrupt_offset); 181 unsigned int error_interrupt_offset);
|
H A D | vnic_rq.h | 33 u32 error_interrupt_offset; /* 0x40 */ member 199 unsigned int error_interrupt_offset);
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | vnic_wq.c | 143 unsigned int error_interrupt_offset) in vnic_wq_init_start() 155 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init_start() 165 unsigned int error_interrupt_offset) in svnic_wq_init() 168 error_interrupt_offset); in svnic_wq_init() 140 vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) vnic_wq_init_start() argument 163 svnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) svnic_wq_init() argument
|
H A D | vnic_wq.h | 30 u32 error_interrupt_offset; /* 0x48 */ member 146 unsigned int error_interrupt_offset); 150 unsigned int error_interrupt_offset);
|