Home
last modified time | relevance | path

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

/linux-6.8/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.c96 struct wx *wx = netdev_priv(netdev); in wx_get_ethtool_stats() local
146 struct wx *wx = netdev_priv(netdev); in wx_get_mac_stats() local
162 struct wx *wx = netdev_priv(netdev); in wx_get_pause_stats() local
175 struct wx *wx = netdev_priv(netdev); in wx_get_drvinfo() local
192 struct wx *wx = netdev_priv(netdev); in wx_nway_reset() local
201 struct wx *wx = netdev_priv(netdev); in wx_get_link_ksettings() local
210 struct wx *wx = netdev_priv(netdev); in wx_set_link_ksettings() local
219 struct wx *wx = netdev_priv(netdev); in wx_get_pauseparam() local
228 struct wx *wx = netdev_priv(netdev); in wx_set_pauseparam() local
239 struct wx *wx = netdev_priv(netdev); in wx_get_ringparam() local
[all …]
Dwx_lib.c835 struct wx *wx = q_vector->wx; in wx_poll() local
1515 struct wx *wx = netdev_priv(netdev); in wx_xmit_frame() local
1537 void wx_napi_enable_all(struct wx *wx) in wx_napi_enable_all()
1549 void wx_napi_disable_all(struct wx *wx) in wx_napi_disable_all()
1569 static void wx_set_rss_queues(struct wx *wx) in wx_set_rss_queues()
1581 static void wx_set_num_queues(struct wx *wx) in wx_set_num_queues()
1599 static int wx_acquire_msix_vectors(struct wx *wx) in wx_acquire_msix_vectors()
1660 static int wx_set_interrupt_capability(struct wx *wx) in wx_set_interrupt_capability()
1702 static void wx_cache_ring_rss(struct wx *wx) in wx_cache_ring_rss()
1732 static int wx_alloc_q_vector(struct wx *wx, in wx_alloc_q_vector()
[all …]
Dwx_type.h914 struct wx *wx; member
985 struct wx { struct
992 struct wx_bus_info bus; argument
993 struct wx_mac_info mac; argument
996 struct wx_eeprom_info eeprom; argument
997 struct wx_addr_filter_info addr_ctrl; argument
998 struct wx_fc_info fc; argument
999 struct wx_mac_addr *mac_table; argument
1012 enum wx_reset_type reset_type; argument
1015 unsigned int link;
[all …]
/linux-6.8/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_main.c41 static void txgbe_check_minimum_link(struct wx *wx) in txgbe_check_minimum_link()
58 static int txgbe_enumerate_functions(struct wx *wx) in txgbe_enumerate_functions()
84 static void txgbe_irq_enable(struct wx *wx, bool queues) in txgbe_irq_enable()
102 struct wx *wx = data; in txgbe_intr() local
141 static int txgbe_request_msix_irqs(struct wx *wx) in txgbe_request_msix_irqs()
185 static int txgbe_request_irq(struct wx *wx) in txgbe_request_irq()
206 static void txgbe_up_complete(struct wx *wx) in txgbe_up_complete()
229 static void txgbe_reset(struct wx *wx) in txgbe_reset()
246 static void txgbe_disable_device(struct wx *wx) in txgbe_disable_device()
291 void txgbe_down(struct wx *wx) in txgbe_down()
[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
297 struct wx *wx = gpiochip_get_data(chip); in txgbe_gpio_get() 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()
122 int txgbe_validate_eeprom_checksum(struct wx *wx, u16 *checksum_val) in txgbe_validate_eeprom_checksum()
163 static void txgbe_reset_misc(struct wx *wx) in txgbe_reset_misc()
177 int txgbe_reset_hw(struct wx *wx) in txgbe_reset_hw()
Dtxgbe_ethtool.c19 struct wx *wx = netdev_priv(netdev); in txgbe_set_ringparam() local
Dtxgbe_type.h173 struct wx *wx; member
/linux-6.8/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()
139 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.8/drivers/input/rmi4/
Drmi_2d_sensor.h24 u8 wx; member
/linux-6.8/drivers/input/touchscreen/
Draydium_i2c_ts.c874 u8 wx, wy; in raydium_mt_event() local
/linux-6.8/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.8/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.8/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.8/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.8/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c711 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
/linux-6.8/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c855 dml_uint_t pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dscceComputeDelay() local
/linux-6.8/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