Lines Matching defs:wx

17 	struct wx *wx = bus->priv;  in wx_phy_read_reg_mdi()  local
46 struct wx *wx = bus->priv; in wx_phy_write_reg_mdi() local
72 struct wx *wx = bus->priv; in wx_phy_read_reg_mdi_c22() local
81 struct wx *wx = bus->priv; in wx_phy_write_reg_mdi_c22() local
90 struct wx *wx = bus->priv; in wx_phy_read_reg_mdi_c45() local
100 struct wx *wx = bus->priv; in wx_phy_write_reg_mdi_c45() local
107 static void wx_intr_disable(struct wx *wx, u64 qmask) in wx_intr_disable()
127 void wx_intr_enable(struct wx *wx, u64 qmask) in wx_intr_enable()
152 void wx_irq_disable(struct wx *wx) in wx_irq_disable()
176 static int wx_fmgr_cmd_op(struct wx *wx, u32 cmd, u32 cmd_addr) in wx_fmgr_cmd_op()
189 static int wx_flash_read_dword(struct wx *wx, u32 addr, u32 *data) in wx_flash_read_dword()
221 void wx_control_hw(struct wx *wx, bool drv) in wx_control_hw()
235 int wx_mng_present(struct wx *wx) in wx_mng_present()
258 static void wx_release_sw_sync(struct wx *wx, u32 mask) in wx_release_sw_sync()
273 static int wx_acquire_sw_sync(struct wx *wx, u32 mask) in wx_acquire_sw_sync()
292 static int wx_host_interface_command_s(struct wx *wx, u32 *buffer, in wx_host_interface_command_s()
380 static bool wx_poll_fw_reply(struct wx *wx, u32 *buffer, u8 send_cmd) in wx_poll_fw_reply()
401 static int wx_host_interface_command_r(struct wx *wx, u32 *buffer, in wx_host_interface_command_r()
498 int wx_host_interface_command(struct wx *wx, u32 *buffer, in wx_host_interface_command()
520 int wx_set_pps(struct wx *wx, bool enable, u64 nsec, u64 cycles) in wx_set_pps()
548 static int wx_read_ee_hostif_data(struct wx *wx, u16 offset, u16 *data) in wx_read_ee_hostif_data()
585 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data) in wx_read_ee_hostif()
608 int wx_read_ee_hostif_buffer(struct wx *wx, in wx_read_ee_hostif_buffer()
682 void wx_init_eeprom_params(struct wx *wx) in wx_init_eeprom_params()
730 void wx_get_mac_addr(struct wx *wx, u8 *mac_addr) in wx_get_mac_addr()
758 static int wx_set_rar(struct wx *wx, u32 index, u8 *addr, u64 pools, in wx_set_rar()
818 static int wx_clear_rar(struct wx *wx, u32 index) in wx_clear_rar()
853 static int wx_clear_vmdq(struct wx *wx, u32 rar, u32 __maybe_unused vmdq) in wx_clear_vmdq()
882 static void wx_init_uta_tables(struct wx *wx) in wx_init_uta_tables()
900 void wx_init_rx_addrs(struct wx *wx) in wx_init_rx_addrs()
954 static void wx_sync_mac_table(struct wx *wx) in wx_sync_mac_table()
974 void wx_mac_set_default_filter(struct wx *wx, u8 *addr) in wx_mac_set_default_filter()
985 void wx_flush_sw_mac_table(struct wx *wx) in wx_flush_sw_mac_table()
1002 static int wx_add_mac_filter(struct wx *wx, u8 *addr, u16 pool) in wx_add_mac_filter()
1033 static int wx_del_mac_filter(struct wx *wx, u8 *addr, u16 pool) in wx_del_mac_filter()
1057 static int wx_available_rars(struct wx *wx) in wx_available_rars()
1081 struct wx *wx = netdev_priv(netdev); in wx_write_uc_addr_list() local
1112 static u32 wx_mta_vector(struct wx *wx, u8 *mc_addr) in wx_mta_vector()
1146 static void wx_set_mta(struct wx *wx, u8 *mc_addr) in wx_set_mta()
1178 static void wx_update_mc_addr_list(struct wx *wx, struct net_device *netdev) in wx_update_mc_addr_list()
1225 struct wx *wx = netdev_priv(netdev); in wx_write_mc_addr_list() local
1244 struct wx *wx = netdev_priv(netdev); in wx_set_mac() local
1262 void wx_disable_rx(struct wx *wx) in wx_disable_rx()
1290 static void wx_enable_rx(struct wx *wx) in wx_enable_rx()
1313 static void wx_set_rxpba(struct wx *wx) in wx_set_rxpba()
1341 static int wx_hpbthresh(struct wx *wx) in wx_hpbthresh()
1378 static int wx_lpbthresh(struct wx *wx) in wx_lpbthresh()
1399 static void wx_pbthresh_setup(struct wx *wx) in wx_pbthresh_setup()
1409 static void wx_configure_port(struct wx *wx) in wx_configure_port()
1437 int wx_disable_sec_rx_path(struct wx *wx) in wx_disable_sec_rx_path()
1455 void wx_enable_sec_rx_path(struct wx *wx) in wx_enable_sec_rx_path()
1462 static void wx_vlan_strip_control(struct wx *wx, bool enable) in wx_vlan_strip_control()
1477 struct wx *wx = netdev_priv(netdev); in wx_set_rx_mode() local
1560 static void wx_set_rx_buffer_len(struct wx *wx) in wx_set_rx_buffer_len()
1584 struct wx *wx = netdev_priv(netdev); in wx_change_mtu() local
1594 void wx_disable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_queue()
1617 static void wx_enable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_queue()
1634 static void wx_configure_srrctl(struct wx *wx, in wx_configure_srrctl()
1653 static void wx_configure_tx_ring(struct wx *wx, in wx_configure_tx_ring()
1698 static void wx_configure_rx_ring(struct wx *wx, in wx_configure_rx_ring()
1750 static void wx_configure_tx(struct wx *wx) in wx_configure_tx()
1772 static void wx_restore_vlan(struct wx *wx) in wx_restore_vlan()
1782 static void wx_store_reta(struct wx *wx) in wx_store_reta()
1800 static void wx_setup_reta(struct wx *wx) in wx_setup_reta()
1823 static void wx_setup_mrqc(struct wx *wx) in wx_setup_mrqc()
1854 void wx_configure_rx(struct wx *wx) in wx_configure_rx()
1901 static void wx_configure_isb(struct wx *wx) in wx_configure_isb()
1909 void wx_configure(struct wx *wx) in wx_configure()
1934 int wx_disable_pcie_master(struct wx *wx) in wx_disable_pcie_master()
1965 int wx_stop_adapter(struct wx *wx) in wx_stop_adapter()
2007 void wx_reset_misc(struct wx *wx) in wx_reset_misc()
2055 int wx_get_pcie_msix_counts(struct wx *wx, u16 *msix_count, u16 max_msix_count) in wx_get_pcie_msix_counts()
2087 static int wx_init_rss_key(struct wx *wx) in wx_init_rss_key()
2103 int wx_sw_init(struct wx *wx) in wx_sw_init()
2161 static int wx_find_vlvf_slot(struct wx *wx, u32 vlan) in wx_find_vlvf_slot()
2203 static int wx_set_vlvf(struct wx *wx, u32 vlan, u32 vind, bool vlan_on, in wx_set_vlvf()
2271 static int wx_set_vfta(struct wx *wx, u32 vlan, u32 vind, bool vlan_on) in wx_set_vfta()
2324 static void wx_clear_vfta(struct wx *wx) in wx_clear_vfta()
2344 struct wx *wx = netdev_priv(netdev); in wx_vlan_rx_add_vid() local
2356 struct wx *wx = netdev_priv(netdev); in wx_vlan_rx_kill_vid() local
2367 static void wx_enable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_drop()
2378 static void wx_disable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_drop()
2389 int wx_fc_enable(struct wx *wx, bool tx_pause, bool rx_pause) in wx_fc_enable()
2467 void wx_update_stats(struct wx *wx) in wx_update_stats()
2539 void wx_clear_hw_cntrs(struct wx *wx) in wx_clear_hw_cntrs()
2575 void wx_start_hw(struct wx *wx) in wx_start_hw()