Searched refs:b_vendorid (Results 1 – 2 of 2) sorted by relevance
39 uint_t b_vendorid; member
3155 != (blp->b_vendorid & blp->b_vmask)) { in ata_check_pciide_blacklist()3180 for (blp = ata_pciide_blacklist; blp->b_vendorid; blp++) { in ata_check_pciide_blacklist()3181 if ((vendorid & blp->b_vmask) != blp->b_vendorid) in ata_check_pciide_blacklist()