Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/enic/
Dvnic_wq.c121 unsigned int error_interrupt_offset) in vnic_wq_init_start() argument
133 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_init_start()
143 unsigned int error_interrupt_offset) in vnic_wq_init() argument
147 error_interrupt_offset); in vnic_wq_init()
Dvnic_rq.c121 unsigned int error_interrupt_offset) in vnic_rq_init_start() argument
131 iowrite32(error_interrupt_offset, &rq->ctrl->error_interrupt_offset); in vnic_rq_init_start()
144 unsigned int error_interrupt_offset) in vnic_rq_init() argument
159 error_interrupt_offset); in vnic_rq_init()
Denic_res.c203 unsigned int error_interrupt_offset; in enic_init_vnic_resources() local
221 error_interrupt_offset = enic->intr_count - 2; in enic_init_vnic_resources()
225 error_interrupt_offset = 0; in enic_init_vnic_resources()
234 error_interrupt_offset); in enic_init_vnic_resources()
242 error_interrupt_offset); in enic_init_vnic_resources()
Dvnic_wq.h47 u32 error_interrupt_offset; /* 0x48 */ member
158 unsigned int error_interrupt_offset);
Dvnic_rq.h45 u32 error_interrupt_offset; /* 0x40 */ member
202 unsigned int error_interrupt_offset);
/linux-2.6.39/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);