Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dpcic.c2272 int card_type; in pcic_intr() local
2285 card_type = IF_IO; in pcic_intr()
2287 card_type = IF_MEMORY; in pcic_intr()
2302 card_type, in pcic_intr()
2371 if (card_type == IF_MEMORY && value & PCIC_RD_DETECT) { in pcic_intr()
2377 if (card_type == IF_MEMORY && in pcic_intr()
2391 if (card_type == IF_MEMORY && in pcic_intr()
/titanic_41/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c611 int card_type, chip_type; in lyr_init() local
643 card_type = lyr_detect_master_type(master_hdlp); in lyr_init()
648 switch (card_type) { in lyr_init()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2400 uint8_t card_type; member
/titanic_41/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()