HomeSort by: relevance | last modified time | path
    Searched refs:gigabit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
gem.c 35 * See `GEM Gigabit Ethernet ASIC Specification'
378 * Initialization based on `GEM Gigabit Ethernet ASIC Specification'
1329 * Enable MII outputs. Enable GMII if there is a gigabit PHY.
2455 int gigabit; local in function:gem_statuschange
2465 gigabit = 1;
2467 gigabit = 0;
2473 * the GEM Gigabit Ethernet ASIC Specification.
2481 else if (gigabit) {
2503 gigabit != 0)
2521 if (gigabit)
    [all...]
  /src/sys/dev/pci/
if_sip.c 742 "NatSemi DP83820 Gigabit Ethernet",
762 sipcom_lookup(const struct pci_attach_args *pa, bool gigabit)
769 sip->sip_gigabit == gigabit)
1582 /* In the non-gigabit case, we'll copy and try again. */
1757 /* Gigabit autonegotiation takes 5 seconds. */
2107 * Helper; handle receive interrupts on gigabit parts.

Completed in 16 milliseconds