duplex            161 dev/pci/if_em_hw.c                                                uint16_t duplex);
duplex           2085 dev/pci/if_em_hw.c em_configure_kmrn_for_10_100(struct em_hw *hw, uint16_t duplex)
duplex           2110 dev/pci/if_em_hw.c     if (duplex == HALF_DUPLEX)
duplex           2719 dev/pci/if_em_hw.c     uint16_t duplex;
duplex           2885 dev/pci/if_em_hw.c             ret_val = em_get_speed_and_duplex(hw, &speed, &duplex);
duplex           2891 dev/pci/if_em_hw.c             if (duplex == HALF_DUPLEX)
duplex           3042 dev/pci/if_em_hw.c             uint16_t speed, duplex;
duplex           3043 dev/pci/if_em_hw.c             ret_val = em_get_speed_and_duplex(hw, &speed, &duplex);
duplex           3155 dev/pci/if_em_hw.c                            uint16_t *duplex)
duplex           3177 dev/pci/if_em_hw.c             *duplex = FULL_DUPLEX;
duplex           3180 dev/pci/if_em_hw.c             *duplex = HALF_DUPLEX;
duplex           3186 dev/pci/if_em_hw.c         *duplex = FULL_DUPLEX;
duplex           3199 dev/pci/if_em_hw.c             *duplex = HALF_DUPLEX;
duplex           3206 dev/pci/if_em_hw.c                 *duplex = HALF_DUPLEX;
duplex           3215 dev/pci/if_em_hw.c             ret_val = em_configure_kmrn_for_10_100(hw, *duplex);
duplex           6407 dev/pci/if_em_hw.c     uint16_t phy_data, phy_saved_data, speed, duplex, i;
duplex           6421 dev/pci/if_em_hw.c         ret_val = em_get_speed_and_duplex(hw, &speed, &duplex);
duplex            317 dev/pci/if_em_hw.h int32_t em_get_speed_and_duplex(struct em_hw *hw, uint16_t *speed, uint16_t *duplex);