Searched refs:error_bits (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/md/
H A Ddm-io.c35 unsigned long error_bits; member in struct:io
121 unsigned long error_bits = io->error_bits; local
130 fn(error_bits, context);
136 set_bit(region, &io->error_bits);
415 unsigned long error_bits; member in struct:sync_io
423 sio->error_bits = error;
429 unsigned long *error_bits, unsigned short ioprio)
442 io->error_bits = 0;
455 if (error_bits)
427 sync_io(struct dm_io_client *client, unsigned int num_regions, struct dm_io_region *where, blk_opf_t opf, struct dpages *dp, unsigned long *error_bits, unsigned short ioprio) argument
[all...]
H A Ddm-raid1.c262 unsigned long error_bits; local
280 error_bits = -1;
281 dm_io(&io_req, ms->nr_mirrors, io, &error_bits, IOPRIO_DEFAULT);
282 if (unlikely(error_bits != 0)) {
284 if (test_bit(i, &error_bits))
/linux-master/arch/sparc/kernel/
H A Dsbus.c278 unsigned long afsr, afar, error_bits; local
289 error_bits = afsr &
292 upa_writeq(error_bits, afsr_reg);
299 (((error_bits & SYSIO_UEAFSR_PPIO) ?
301 ((error_bits & SYSIO_UEAFSR_PDRD) ?
303 ((error_bits & SYSIO_UEAFSR_PDWR) ?
352 unsigned long afsr, afar, error_bits; local
363 error_bits = afsr &
366 upa_writeq(error_bits, afsr_reg);
372 (((error_bits
430 unsigned long afsr, afar, error_bits; local
[all...]
H A Dpsycho_common.c309 u64 afsr, afar, error_bits; local
314 error_bits = afsr &
319 if (!error_bits)
321 upa_writeq(error_bits, pbm->pci_afsr);
324 (((error_bits & PSYCHO_PCIAFSR_PMA) ?
326 ((error_bits & PSYCHO_PCIAFSR_PTA) ?
328 ((error_bits & PSYCHO_PCIAFSR_PRTRY) ?
330 ((error_bits & PSYCHO_PCIAFSR_PPERR) ?
360 if (error_bits & (PSYCHO_PCIAFSR_PTA | PSYCHO_PCIAFSR_STA)) {
364 if (error_bits
[all...]
H A Dpci_psycho.c140 unsigned long afsr, afar, error_bits; local
148 error_bits = afsr &
151 if (!error_bits)
153 upa_writeq(error_bits, afsr_reg);
158 (((error_bits & PSYCHO_UEAFSR_PPIO) ?
160 ((error_bits & PSYCHO_UEAFSR_PDRD) ?
162 ((error_bits & PSYCHO_UEAFSR_PDWR) ?
219 unsigned long afsr, afar, error_bits; local
227 error_bits = afsr &
230 if (!error_bits)
[all...]
H A Dpci_schizo.c381 unsigned long afsr, afar, error_bits; local
397 error_bits = afsr &
400 if (!error_bits)
402 upa_writeq(error_bits, afsr_reg);
407 (((error_bits & SCHIZO_UEAFSR_PPIO) ?
409 ((error_bits & SCHIZO_UEAFSR_PDRD) ?
411 ((error_bits & SCHIZO_UEAFSR_PDWR) ?
469 unsigned long afsr, afar, error_bits; local
485 error_bits = afsr &
488 if (!error_bits)
643 unsigned long afsr, afar, error_bits; local
[all...]
H A Dpci_sabre.c205 unsigned long afsr, afar, error_bits; local
213 error_bits = afsr &
217 if (!error_bits)
219 upa_writeq(error_bits, afsr_reg);
224 ((error_bits & SABRE_UEAFSR_PDRD) ?
226 ((error_bits & SABRE_UEAFSR_PDWR) ?
228 ((error_bits & SABRE_UEAFSR_PDTE) ?
265 unsigned long afsr, afar, error_bits; local
273 error_bits = afsr &
276 if (!error_bits)
[all...]
H A Dpci_common.c485 u16 status, error_bits; local
488 error_bits =
491 if (error_bits) {
492 pci_write_config_word(pdev, PCI_STATUS, error_bits);
509 u16 status, error_bits; local
512 error_bits =
514 if (error_bits) {
515 pci_write_config_word(pdev, PCI_STATUS, error_bits);
532 u16 status, error_bits; local
535 error_bits
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi_fw.c595 cqe->cqe_common.error_bitmap.error_bits.cqe_error_status_bits;
839 cqe->cqe_common.error_bitmap.error_bits.cqe_error_status_bits;
/linux-master/include/linux/qed/
H A Discsi_common.h108 struct cqe_error_bitmap error_bits; member in union:cqe_error_status

Completed in 163 milliseconds