Home
last modified time | relevance | path

Searched refs:error_interrupt_offset (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Dvnic_wq.c119 unsigned int error_interrupt_offset) in vnic_wq_init_start() argument
131 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init_start()
141 unsigned int error_interrupt_offset) in vnic_wq_init() argument
145 error_interrupt_offset); in vnic_wq_init()
Dvnic_rq.c116 unsigned int error_interrupt_offset) in vnic_rq_init_start() argument
126 iowrite32(error_interrupt_offset, &rq->ctrl->error_interrupt_offset); in vnic_rq_init_start()
139 unsigned int error_interrupt_offset) in vnic_rq_init() argument
154 error_interrupt_offset); in vnic_rq_init()
Denic_res.c216 unsigned int error_interrupt_offset; in enic_init_vnic_resources() local
234 error_interrupt_offset = enic->intr_count - 2; in enic_init_vnic_resources()
238 error_interrupt_offset = 0; in enic_init_vnic_resources()
247 error_interrupt_offset); in enic_init_vnic_resources()
255 error_interrupt_offset); in enic_init_vnic_resources()
Dvnic_wq.h47 u32 error_interrupt_offset; /* 0x48 */ member
171 unsigned int error_interrupt_offset);
Dvnic_rq.h45 u32 error_interrupt_offset; /* 0x40 */ member
327 unsigned int error_interrupt_offset);
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_wq_copy.c104 unsigned int error_interrupt_offset) in vnic_wq_copy_init() argument
115 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_copy_init()
Dfnic_res.c236 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()
Dvnic_wq.c116 unsigned int error_interrupt_offset) in vnic_wq_init() argument
127 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init()
Dvnic_rq.c116 unsigned int error_interrupt_offset) in vnic_rq_init() argument
126 iowrite32(error_interrupt_offset, &rq->ctrl->error_interrupt_offset); in vnic_rq_init()
Dvnic_wq.h61 u32 error_interrupt_offset; /* 0x48 */ member
168 unsigned int error_interrupt_offset);
Dvnic_rq.h64 u32 error_interrupt_offset; /* 0x40 */ member
228 unsigned int error_interrupt_offset);
Dvnic_wq_copy.h123 unsigned int error_interrupt_offset);