Searched refs:sc_nic_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/wi/
H A Dif_wivar.h86 unsigned int sc_nic_id; /* Type of NIC */ member in struct:wi_softc
H A Dif_wi.c302 CTLFLAG_RD, &sc->sc_nic_id, 0, "NIC id");
1642 sc->sc_nic_id = le16toh(ver[0]);
1644 if (sc->sc_nic_id == id->card_id) {
1651 if (sc->sc_nic_id & 0x8000) {

Completed in 52 milliseconds