Home
last modified time | relevance | path

Searched refs:PCIIO_SLOT_NONE (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpcibr_private.h204 (((dev_num) != PCIIO_SLOT_NONE) ? \
206 PCIIO_SLOT_NONE)
209 (((slot) != PCIIO_SLOT_NONE) ? \
211 PCIIO_SLOT_NONE)
Dpciio.h56 #define PCIIO_SLOT_NONE ((pciio_slot_t)255) macro
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_error.c1117 slot = PCIIO_SLOT_NONE; in pcibr_pioerror()
1197 if ((slot == PCIIO_SLOT_NONE) && (space != PCIIO_SPACE_NONE)) { in pcibr_pioerror()
1211 (slot == PCIIO_SLOT_NONE); cs++) { in pcibr_pioerror()
1215 for (cf = 0; (cf < nf) && (slot == PCIIO_SLOT_NONE); cf++) { in pcibr_pioerror()
1220 for (cw = 0; (cw < 6) && (slot == PCIIO_SLOT_NONE); ++cw) { in pcibr_pioerror()
1303 if (slot == PCIIO_SLOT_NONE) { in pcibr_pioerror()
1319 if (slot != PCIIO_SLOT_NONE) { in pcibr_pioerror()
1343 return (slot == PCIIO_SLOT_NONE) ? IOERROR_HANDLED : in pcibr_pioerror()
Dpcibr_config.c187 if (pciio_slot == PCIIO_SLOT_NONE) in pcibr_config_addr()
Dpcibr_slot.c451 if ((!PCIBR_VALID_SLOT(pcibr_soft, slot)) && (slot != PCIIO_SLOT_NONE)) { in pcibr_slot_query()
456 if (slot != PCIIO_SLOT_NONE) { in pcibr_slot_query()
Dpcibr_rrb.c80 (((((s) != PCIIO_SLOT_NONE) && ((s) <= (pciio_slot_t)3)) && (((v) >= 0) && ((v) <= 3))) ? 1 : 0)
Dpcibr_dvr.c595 pciio_slot_t slot = PCIIO_SLOT_NONE; in pcibr_device_slot_get()
654 if (slot != PCIIO_SLOT_NONE) { in pcibr_device_info_new()
1726 (pcibr_soft, PCIIO_SLOT_NONE, PCIIO_FUNC_NONE, in pcibr_attach2()
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dpciio.c437 if (slot == PCIIO_SLOT_NONE) in pciio_slot_func_to_name()
516 pciio_info = pciio_cardinfo_get(pciio_vhdl, PCIIO_SLOT_NONE); in pciio_error_handler()