Searched refs:sdid (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/sym/
H A Dsym_fw2.h853 * load the target id into the sdid
857 SCR_TO_REG (sdid),
H A Dsym_fw1.h909 * load the target id into the sdid
913 SCR_TO_REG (sdid),
/freebsd-current/sys/dev/bce/
H A Dif_bce.c675 u16 vid = 0, did = 0, svid = 0, sdid = 0; local
687 sdid = pci_get_subdevice(dev);
691 "SDID = 0x%04X\n", __FUNCTION__, vid, did, svid, sdid);
697 ((sdid == t->bce_sdid) || (t->bce_sdid == PCI_ANY_ID))) {
/freebsd-current/sys/dev/bxe/
H A Dbxe.c2493 uint16_t did, sdid, svid, vid; local
2502 sdid = pci_get_subdevice(dev);
2508 ((sdid == t->bxe_sdid) || (t->bxe_sdid == PCI_ANY_ID))) {

Completed in 200 milliseconds