Home
last modified time | relevance | path

Searched defs:wx (Results 1 – 25 of 25) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c17 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()
122 void wx_intr_enable(struct wx *wx, u64 qmask) in wx_intr_enable()
141 void wx_irq_disable(struct wx *wx) in wx_irq_disable()
165 static int wx_fmgr_cmd_op(struct wx *wx, u32 cmd, u32 cmd_addr) in wx_fmgr_cmd_op()
[all …]
Dwx_ethtool.c68 struct wx *wx = netdev_priv(netdev); in wx_get_sset_count() local
82 struct wx *wx = netdev_priv(netdev); in wx_get_strings() local
110 struct wx *wx = netdev_priv(netdev); in wx_get_ethtool_stats() local
167 struct wx *wx = netdev_priv(netdev); in wx_get_mac_stats() local
183 struct wx *wx = netdev_priv(netdev); in wx_get_pause_stats() local
197 struct wx *wx = netdev_priv(netdev); in wx_get_drvinfo() local
217 struct wx *wx = netdev_priv(netdev); in wx_nway_reset() local
226 struct wx *wx = netdev_priv(netdev); in wx_get_link_ksettings() local
235 struct wx *wx = netdev_priv(netdev); in wx_set_link_ksettings() local
244 struct wx *wx = netdev_priv(netdev); in wx_get_pauseparam() local
[all …]
Dwx_lib.c835 struct wx *wx = q_vector->wx; in wx_poll() local
1471 struct wx *wx = netdev_priv(tx_ring->netdev); in wx_xmit_frame_ring() local
1535 struct wx *wx = netdev_priv(netdev); in wx_xmit_frame() local
1557 void wx_napi_enable_all(struct wx *wx) in wx_napi_enable_all()
1569 void wx_napi_disable_all(struct wx *wx) in wx_napi_disable_all()
1589 static void wx_set_rss_queues(struct wx *wx) in wx_set_rss_queues()
1620 static void wx_set_num_queues(struct wx *wx) in wx_set_num_queues()
1638 static int wx_acquire_msix_vectors(struct wx *wx) in wx_acquire_msix_vectors()
1697 static int wx_set_interrupt_capability(struct wx *wx) in wx_set_interrupt_capability()
1740 static void wx_cache_ring_rss(struct wx *wx) in wx_cache_ring_rss()
[all …]
Dwx_type.h952 struct wx *wx; member
1038 struct wx { struct
1047 struct wx_bus_info bus; argument
1048 struct wx_mac_info mac; argument
1051 struct wx_eeprom_info eeprom; argument
1052 struct wx_addr_filter_info addr_ctrl; argument
1053 struct wx_fc_info fc; argument
1054 struct wx_mac_addr *mac_table; argument
1067 enum wx_reset_type reset_type; argument
1070 unsigned int link;
[all …]
/linux-6.14.4/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_main.c43 static void txgbe_check_minimum_link(struct wx *wx) in txgbe_check_minimum_link()
60 static int txgbe_enumerate_functions(struct wx *wx) in txgbe_enumerate_functions()
81 static void txgbe_up_complete(struct wx *wx) in txgbe_up_complete()
104 static void txgbe_reset(struct wx *wx) in txgbe_reset()
121 static void txgbe_disable_device(struct wx *wx) in txgbe_disable_device()
166 void txgbe_down(struct wx *wx) in txgbe_down()
176 void txgbe_up(struct wx *wx) in txgbe_up()
186 static void txgbe_init_type_code(struct wx *wx) in txgbe_init_type_code()
229 static int txgbe_sw_init(struct wx *wx) in txgbe_sw_init()
302 struct wx *wx = netdev_priv(netdev); in txgbe_open() local
[all …]
Dtxgbe_phy.c86 struct wx *wx = bus->priv; in txgbe_pcs_read() local
105 struct wx *wx = bus->priv; in txgbe_pcs_write() local
127 struct wx *wx; in txgbe_mdio_pcs_init() local
162 struct wx *wx = phylink_to_wx(config); in txgbe_phylink_mac_select() local
179 struct wx *wx = phylink_to_wx(config); in txgbe_mac_link_down() local
190 struct wx *wx = phylink_to_wx(config); in txgbe_mac_link_up() local
223 struct wx *wx = phylink_to_wx(config); in txgbe_mac_prepare() local
234 struct wx *wx = phylink_to_wx(config); in txgbe_mac_finish() local
255 struct wx *wx = txgbe->wx; in txgbe_phylink_init() local
298 struct wx *wx = txgbe->wx; in txgbe_link_irq_handler() local
[all …]
Dtxgbe_hw.c23 int txgbe_disable_sec_tx_path(struct wx *wx) in txgbe_disable_sec_tx_path()
38 void txgbe_enable_sec_tx_path(struct wx *wx) in txgbe_enable_sec_tx_path()
51 static void txgbe_init_thermal_sensor_thresh(struct wx *wx) in txgbe_init_thermal_sensor_thresh()
80 static int txgbe_calc_eeprom_checksum(struct wx *wx, u16 *checksum) in txgbe_calc_eeprom_checksum()
121 int txgbe_validate_eeprom_checksum(struct wx *wx, u16 *checksum_val) in txgbe_validate_eeprom_checksum()
162 static void txgbe_reset_misc(struct wx *wx) in txgbe_reset_misc()
176 int txgbe_reset_hw(struct wx *wx) in txgbe_reset_hw()
Dtxgbe_fdir.c158 static int txgbe_fdir_check_cmd_complete(struct wx *wx) in txgbe_fdir_check_cmd_complete()
177 static int txgbe_fdir_add_signature_filter(struct wx *wx, in txgbe_fdir_add_signature_filter()
307 int txgbe_fdir_set_input_mask(struct wx *wx, union txgbe_atr_input *input_mask) in txgbe_fdir_set_input_mask()
392 int txgbe_fdir_write_perfect_filter(struct wx *wx, in txgbe_fdir_write_perfect_filter()
453 int txgbe_fdir_erase_perfect_filter(struct wx *wx, in txgbe_fdir_erase_perfect_filter()
494 static void txgbe_fdir_enable(struct wx *wx, u32 fdirctrl) in txgbe_fdir_enable()
516 static void txgbe_init_fdir_signature(struct wx *wx) in txgbe_init_fdir_signature()
545 static void txgbe_init_fdir_perfect(struct wx *wx) in txgbe_init_fdir_perfect()
567 static void txgbe_fdir_filter_restore(struct wx *wx) in txgbe_fdir_filter_restore()
613 void txgbe_configure_fdir(struct wx *wx) in txgbe_configure_fdir()
[all …]
Dtxgbe_irq.c19 void txgbe_irq_enable(struct wx *wx, bool queues) in txgbe_irq_enable()
35 int txgbe_request_queue_irqs(struct wx *wx) in txgbe_request_queue_irqs()
109 struct wx *wx = txgbe->wx; in txgbe_misc_irq_handle() local
138 struct wx *wx = txgbe->wx; in txgbe_misc_irq_thread_fn() local
177 struct wx *wx = txgbe->wx; in txgbe_setup_misc_irq() local
Dtxgbe_ethtool.c20 struct wx *wx = netdev_priv(netdev); in txgbe_set_ringparam() local
175 struct wx *wx = netdev_priv(dev); in txgbe_get_rxnfc() local
266 struct wx *wx = txgbe->wx; in txgbe_update_ethtool_fdir_entry() local
330 struct wx *wx = txgbe->wx; in txgbe_add_ethtool_fdir_entry() local
489 struct wx *wx = netdev_priv(dev); in txgbe_set_rxnfc() local
Dtxgbe_type.h327 struct wx *wx; member
/linux-6.14.4/drivers/net/ethernet/wangxun/ngbe/
Dngbe_main.c50 static void ngbe_init_type_code(struct wx *wx) in ngbe_init_type_code()
86 static int ngbe_sw_init(struct wx *wx) in ngbe_sw_init()
139 static void ngbe_irq_enable(struct wx *wx, bool queues) in ngbe_irq_enable()
168 struct wx *wx = data; in ngbe_intr() local
200 struct wx *wx = data; in ngbe_msix_other() local
216 static int ngbe_request_msix_irqs(struct wx *wx) in ngbe_request_msix_irqs()
268 static int ngbe_request_irq(struct wx *wx) in ngbe_request_irq()
289 static void ngbe_disable_device(struct wx *wx) in ngbe_disable_device()
316 void ngbe_down(struct wx *wx) in ngbe_down()
324 void ngbe_up(struct wx *wx) in ngbe_up()
[all …]
Dngbe_mdio.c16 struct wx *wx = bus->priv; in ngbe_phy_read_reg_internal() local
25 struct wx *wx = bus->priv; in ngbe_phy_write_reg_internal() local
34 struct wx *wx = bus->priv; in ngbe_phy_read_reg_c22() local
48 struct wx *wx = bus->priv; in ngbe_phy_write_reg_c22() local
75 struct wx *wx = phylink_to_wx(config); in ngbe_mac_link_up() local
114 static int ngbe_phylink_init(struct wx *wx) in ngbe_phylink_init()
143 int ngbe_mdio_init(struct wx *wx) in ngbe_mdio_init()
Dngbe_hw.c13 int ngbe_eeprom_chksum_hostif(struct wx *wx) in ngbe_eeprom_chksum_hostif()
39 static int ngbe_reset_misc(struct wx *wx) in ngbe_reset_misc()
50 void ngbe_sfp_modules_txrx_powerctl(struct wx *wx, bool swi) in ngbe_sfp_modules_txrx_powerctl()
64 int ngbe_reset_hw(struct wx *wx) in ngbe_reset_hw()
Dngbe_ethtool.c18 struct wx *wx = netdev_priv(netdev); in ngbe_get_wol() local
31 struct wx *wx = netdev_priv(netdev); in ngbe_set_wol() local
52 struct wx *wx = netdev_priv(netdev); in ngbe_set_ringparam() local
/linux-6.14.4/drivers/input/rmi4/
Drmi_2d_sensor.h24 u8 wx; member
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
Ddisplay_mode_vba_20v2.c343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
/linux-6.14.4/drivers/input/touchscreen/
Draydium_i2c_ts.c874 u8 wx, wy; in raydium_mt_event() local
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c690 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c687 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, in dscceComputeDelay() local
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c708 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c858 dml_uint_t pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dscceComputeDelay() local
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c53 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dml32_dscceComputeDelay() local