Home
last modified time | relevance | path

Searched refs:card_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c2273 int card_type; in pcic_intr() local
2286 card_type = IF_IO; in pcic_intr()
2288 card_type = IF_MEMORY; in pcic_intr()
2303 card_type, in pcic_intr()
2372 if (card_type == IF_MEMORY && value & PCIC_RD_DETECT) { in pcic_intr()
2378 if (card_type == IF_MEMORY && in pcic_intr()
2392 if (card_type == IF_MEMORY && in pcic_intr()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2400 uint8_t card_type; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c1413 iltds_ptr->img_entry[i].card_type = 0; in ql_chip_ioctl()