HomeSort by relevance Sort by last modified time
    Searched refs:nic_type (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/legacynet/
idle.c 43 static __lowmem t_PXENV_UNDI_GET_NIC_TYPE nic_type; local
45 if (pxe_call(PXENV_UNDI_GET_NIC_TYPE, &nic_type))
48 if (nic_type.NicType != PCI_NIC && nic_type.NicType != CardBus_NIC)
56 return (nic_type.info.pci.Vendor_ID << 16) + nic_type.info.pci.Dev_ID;
  /external/syslinux/gpxe/src/drivers/net/
atl1e.c 232 hw->nic_type = athr_l2e_revB;
235 hw->nic_type = athr_l1e;
237 hw->nic_type = athr_l2e_revA;
530 if (hw->nic_type != athr_l2e_revB) {
548 if (hw->nic_type != athr_l2e_revB)
568 if (hw->nic_type != athr_l2e_revB) {
    [all...]
atl1e.h 155 enum atl1e_nic_type nic_type; member in struct:atl1e_hw
    [all...]

Completed in 151 milliseconds