• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/ixgbe/

Lines Matching refs:mac

574 	switch (adapter->hw.mac.type) {
689 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
750 if (adapter->hw.mac.type != ixgbe_mac_82598EB) {
822 switch (hw->mac.type) {
831 switch (hw->mac.type) {
842 if (hw->mac.type != ixgbe_mac_82598EB) {
932 if (hw->mac.type != ixgbe_mac_82598EB)
998 iflib_set_mac(ctx, hw->mac.addr);
999 switch (adapter->hw.mac.type) {
1024 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
1360 switch (hw->mac.type) {
1366 switch (hw->mac.ops.get_media_type(hw)) {
1375 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber)
1400 if (hw->mac.ops.check_link)
1406 if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
1407 err = hw->mac.ops.get_link_capabilities(hw, &autoneg,
1411 if (hw->mac.ops.setup_link)
1412 err = hw->mac.ops.setup_link(hw, autoneg,
1448 if (hw->mac.type != ixgbe_mac_82598EB) {
1482 if (hw->mac.type == ixgbe_mac_82598EB)
1525 if (hw->mac.type != ixgbe_mac_82598EB) {
1903 if (hw->mac.type != ixgbe_mac_82598EB) {
1929 if (hw->mac.type == ixgbe_mac_82598EB)
1964 switch (hw->mac.type) {
2151 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
2420 hw->mac.autotry_restart = TRUE;
2421 hw->mac.ops.setup_link(hw, speed, TRUE);
2498 if (adapter->hw.mac.type != ixgbe_mac_82598EB) {
2516 switch (adapter->hw.mac.type) {
2555 if (hw->mac.type >= ixgbe_mac_X540)
2565 if ((hw->mac.type == ixgbe_mac_82599EB) &&
2663 if (hw->mac.type >= ixgbe_mac_X550)
2994 ixgbe_set_rar(hw, 0, hw->mac.addr, adapter->pool, IXGBE_RAH_AV);
2996 /* Get the latest mac address, User can use a LAA */
2997 bcopy(IF_LLADDR(ifp), hw->mac.addr, IXGBE_ETH_LENGTH_OF_ADDRESS);
2998 ixgbe_set_rar(hw, 0, hw->mac.addr, adapter->pool, 1);
3057 if (hw->mac.type == ixgbe_mac_82598EB) {
3080 if (hw->mac.type == ixgbe_mac_82598EB)
3089 if (hw->mac.type == ixgbe_mac_82598EB)
3166 switch (hw->mac.type) {
3269 switch (hw->mac.type) {
3299 switch (hw->mac.type) {
3315 switch (hw->mac.type) {
3485 switch (hw->mac.type) {
3510 if (hw->mac.type == ixgbe_mac_82598EB)
3513 err = hw->mac.ops.setup_sfp(hw);
3544 if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
3545 hw->mac.ops.get_link_capabilities(hw, &autoneg, &negotiate);
3546 if (hw->mac.ops.setup_link)
3547 hw->mac.ops.setup_link(hw, autoneg, TRUE);
3591 if (hw->mac.type == ixgbe_mac_82599EB)
3601 ixgbe_set_rar(&adapter->hw, 0, adapter->hw.mac.addr, 0, IXGBE_RAH_AV);
3670 struct ixgbe_dmac_config *dcfg = &hw->mac.dmac_config;
3672 if (hw->mac.type < ixgbe_mac_X550 || !hw->mac.ops.dmac_config)
3685 hw->mac.ops.dmac_config(hw);
3702 switch (adapter->hw.mac.type) {
3784 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
3831 if (hw->mac.type == ixgbe_mac_82598EB) {
3854 if (hw->mac.type == ixgbe_mac_82598EB) {
3903 if (hw->mac.type >= ixgbe_mac_X540)
3913 if ((hw->mac.type == ixgbe_mac_82599EB) &&
4131 if (hw->mac.ops.get_link_capabilities) {
4132 err = hw->mac.ops.get_link_capabilities(hw, &link_caps,
4170 hw->mac.autotry_restart = TRUE;
4171 hw->mac.ops.setup_link(hw, speed, TRUE);
4204 err = hw->mac.ops.get_link_capabilities(hw, &link_caps, &negotiate);
4410 switch (adapter->hw.mac.type) {
4577 switch (adapter->hw.mac.type) {