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

Lines Matching refs:ops

70 	if (hw->mac.ops.get_rtrup2tc)
71 hw->mac.ops.get_rtrup2tc(hw, map);
234 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw),
247 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw),
263 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
277 if (hw->mac.ops.enable_relaxed_ordering)
278 hw->mac.ops.enable_relaxed_ordering(hw);
290 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw),
302 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
318 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr,
332 return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr,
345 return ixgbe_call_func(hw, hw->mac.ops.set_san_mac_addr,
358 return ixgbe_call_func(hw, hw->mac.ops.get_device_caps,
374 return ixgbe_call_func(hw, hw->mac.ops.get_wwn_prefix,
388 return ixgbe_call_func(hw, hw->mac.ops.get_fcoe_boot_status,
401 return ixgbe_call_func(hw, hw->mac.ops.get_bus_info, (hw),
438 return ixgbe_call_func(hw, hw->mac.ops.stop_adapter, (hw),
478 status = ixgbe_call_func(hw, hw->phy.ops.identify, (hw),
499 status = ixgbe_call_func(hw, hw->phy.ops.reset, (hw),
514 status = ixgbe_call_func(hw, hw->phy.ops.get_firmware_version,
535 return ixgbe_call_func(hw, hw->phy.ops.read_reg, (hw, reg_addr,
554 return ixgbe_call_func(hw, hw->phy.ops.write_reg, (hw, reg_addr,
566 return ixgbe_call_func(hw, hw->phy.ops.setup_link, (hw),
580 return ixgbe_call_func(hw, hw->phy.ops.setup_internal_link, (hw),
596 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed,
611 return ixgbe_call_func(hw, hw->phy.ops.setup_link_speed, (hw, speed,
623 return ixgbe_call_func(hw, hw->phy.ops.set_phy_power, (hw, on),
639 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed,
652 if (hw->mac.ops.disable_tx_laser)
653 hw->mac.ops.disable_tx_laser(hw);
664 if (hw->mac.ops.enable_tx_laser)
665 hw->mac.ops.enable_tx_laser(hw);
678 if (hw->mac.ops.flap_tx_laser)
679 hw->mac.ops.flap_tx_laser(hw);
694 return ixgbe_call_func(hw, hw->mac.ops.setup_link, (hw, speed,
711 return ixgbe_call_func(hw, hw->mac.ops.setup_mac_link, (hw, speed,
727 return ixgbe_call_func(hw, hw->mac.ops.get_link_capabilities, (hw,
740 return ixgbe_call_func(hw, hw->mac.ops.led_on, (hw, index),
753 return ixgbe_call_func(hw, hw->mac.ops.led_off, (hw, index),
766 return ixgbe_call_func(hw, hw->mac.ops.blink_led_start, (hw, index),
779 return ixgbe_call_func(hw, hw->mac.ops.blink_led_stop, (hw, index),
792 return ixgbe_call_func(hw, hw->eeprom.ops.init_params, (hw),
809 return ixgbe_call_func(hw, hw->eeprom.ops.write, (hw, offset, data),
827 return ixgbe_call_func(hw, hw->eeprom.ops.write_buffer,
842 return ixgbe_call_func(hw, hw->eeprom.ops.read, (hw, offset, data),
858 return ixgbe_call_func(hw, hw->eeprom.ops.read_buffer,
872 return ixgbe_call_func(hw, hw->eeprom.ops.validate_checksum,
882 return ixgbe_call_func(hw, hw->eeprom.ops.update_checksum, (hw),
897 return ixgbe_call_func(hw, hw->mac.ops.insert_mac_addr,
915 return ixgbe_call_func(hw, hw->mac.ops.set_rar, (hw, index, addr, vmdq,
928 return ixgbe_call_func(hw, hw->mac.ops.clear_rar, (hw, index),
940 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq),
952 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq_san_mac,
964 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),
978 return ixgbe_call_func(hw, hw->mac.ops.init_rx_addrs, (hw),
1005 return ixgbe_call_func(hw, hw->mac.ops.update_uc_addr_list, (hw,
1027 return ixgbe_call_func(hw, hw->mac.ops.update_mc_addr_list, (hw,
1040 return ixgbe_call_func(hw, hw->mac.ops.enable_mc, (hw),
1052 return ixgbe_call_func(hw, hw->mac.ops.disable_mc, (hw),
1064 return ixgbe_call_func(hw, hw->mac.ops.clear_vfta, (hw),
1081 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind,
1101 return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind,
1114 return ixgbe_call_func(hw, hw->mac.ops.fc_enable, (hw),
1126 return ixgbe_call_func(hw, hw->mac.ops.setup_fc, (hw),
1143 return ixgbe_call_func(hw, hw->mac.ops.set_fw_drv_ver, (hw, maj, min,
1159 return ixgbe_call_func(hw, hw->mac.ops.dmac_config, (hw),
1171 return ixgbe_call_func(hw, hw->mac.ops.dmac_update_tcs, (hw),
1184 return ixgbe_call_func(hw, hw->mac.ops.dmac_config_tcs, (hw),
1200 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee),
1213 if (hw->mac.ops.set_source_address_pruning)
1214 hw->mac.ops.set_source_address_pruning(hw, enable, pool);
1226 if (hw->mac.ops.set_ethertype_anti_spoofing)
1227 hw->mac.ops.set_ethertype_anti_spoofing(hw, enable, vf);
1242 return ixgbe_call_func(hw, hw->mac.ops.read_iosf_sb_reg, (hw, reg_addr,
1258 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr,
1269 if (hw->mac.ops.disable_mdd)
1270 hw->mac.ops.disable_mdd(hw);
1280 if (hw->mac.ops.enable_mdd)
1281 hw->mac.ops.enable_mdd(hw);
1292 if (hw->mac.ops.mdd_event)
1293 hw->mac.ops.mdd_event(hw, vf_bitmap);
1305 if (hw->mac.ops.restore_mdd_vf)
1306 hw->mac.ops.restore_mdd_vf(hw, vf);
1318 return ixgbe_call_func(hw, hw->phy.ops.enter_lplu, (hw),
1335 return ixgbe_call_func(hw, hw->phy.ops.handle_lasi, (hw),
1349 return ixgbe_call_func(hw, hw->mac.ops.bypass_rw, (hw, cmd, status),
1367 return ixgbe_call_func(hw, hw->mac.ops.bypass_valid_rd,
1385 return ixgbe_call_func(hw, hw->mac.ops.bypass_set,
1398 return ixgbe_call_func(hw, hw->mac.ops.bypass_rd_eep,
1412 return ixgbe_call_func(hw, hw->mac.ops.read_analog_reg8, (hw, reg,
1426 return ixgbe_call_func(hw, hw->mac.ops.write_analog_reg8, (hw, reg,
1439 return ixgbe_call_func(hw, hw->mac.ops.init_uta_tables, (hw),
1455 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset,
1471 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte_unlocked,
1487 return ixgbe_call_func(hw, hw->link.ops.read_link, (hw, addr,
1502 return ixgbe_call_func(hw, hw->link.ops.read_link_unlocked,
1519 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset,
1536 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte_unlocked,
1552 return ixgbe_call_func(hw, hw->link.ops.write_link,
1567 return ixgbe_call_func(hw, hw->link.ops.write_link_unlocked,
1582 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_eeprom,
1597 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_eeprom,
1610 return ixgbe_call_func(hw, hw->mac.ops.get_supported_physical_layer,
1623 return ixgbe_call_func(hw, hw->mac.ops.enable_rx_dma,
1635 return ixgbe_call_func(hw, hw->mac.ops.disable_sec_rx_path,
1647 return ixgbe_call_func(hw, hw->mac.ops.enable_sec_rx_path,
1661 return ixgbe_call_func(hw, hw->mac.ops.acquire_swfw_sync,
1675 if (hw->mac.ops.release_swfw_sync)
1676 hw->mac.ops.release_swfw_sync(hw, mask);
1690 if (hw->mac.ops.init_swfw_sync)
1691 hw->mac.ops.init_swfw_sync(hw);
1697 if (hw->mac.ops.disable_rx)
1698 hw->mac.ops.disable_rx(hw);
1703 if (hw->mac.ops.enable_rx)
1704 hw->mac.ops.enable_rx(hw);
1716 if (hw->mac.ops.set_rate_select_speed)
1717 hw->mac.ops.set_rate_select_speed(hw, speed);