Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/wangxun/libwx/
A Dwx_hw.c29 void wx_intr_enable(struct wx *wx, u64 qmask) in wx_intr_enable()
48 void wx_irq_disable(struct wx *wx) in wx_irq_disable()
131 int wx_mng_present(struct wx *wx) in wx_mng_present()
461 int wx_reset_hostif(struct wx *wx) in wx_reset_hostif()
711 void wx_init_rx_addrs(struct wx *wx) in wx_init_rx_addrs()
887 struct wx *wx = netdev_priv(netdev); in wx_write_uc_addr_list() local
1068 void wx_disable_rx(struct wx *wx) in wx_disable_rx()
1505 void wx_configure(struct wx *wx) in wx_configure()
1558 int wx_stop_adapter(struct wx *wx) in wx_stop_adapter()
1600 void wx_reset_misc(struct wx *wx) in wx_reset_misc()
[all …]
A Dwx_lib.c646 struct wx *wx = q_vector->wx; in wx_poll() local
876 struct wx *wx = netdev_priv(netdev); in wx_xmit_frame() local
898 void wx_napi_enable_all(struct wx *wx) in wx_napi_enable_all()
910 void wx_napi_disable_all(struct wx *wx) in wx_napi_disable_all()
1330 void wx_free_irq(struct wx *wx) in wx_free_irq()
1361 int wx_setup_isb_resources(struct wx *wx) in wx_setup_isb_resources()
1447 struct wx *wx = q_vector->wx; in wx_write_eitr() local
1468 void wx_configure_vectors(struct wx *wx) in wx_configure_vectors()
1723 void wx_free_resources(struct wx *wx) in wx_free_resources()
1926 int wx_setup_resources(struct wx *wx) in wx_setup_resources()
[all …]
A Dwx_type.h589 struct wx *wx; member
615 struct wx { struct
619 struct wx_bus_info bus; argument
622 struct wx_eeprom_info eeprom; argument
637 enum wx_reset_type reset_type; argument
640 unsigned int link;
641 int speed;
665 struct wx_ring *tx_ring[64] ____cacheline_aligned_in_smp; argument
673 dma_addr_t isb_dma;
674 u32 *isb_mem;
[all …]
A Dwx_ethtool.c12 struct wx *wx = netdev_priv(netdev); in wx_get_drvinfo() local
/linux-6.3-rc2/drivers/net/ethernet/wangxun/ngbe/
A Dngbe_main.c108 static int ngbe_sw_init(struct wx *wx) in ngbe_sw_init()
190 struct wx *wx = data; in ngbe_intr() local
222 struct wx *wx = data; in ngbe_msix_other() local
336 static void ngbe_down(struct wx *wx) in ngbe_down()
344 static void ngbe_up(struct wx *wx) in ngbe_up()
375 struct wx *wx = netdev_priv(netdev); in ngbe_open() local
427 struct wx *wx = netdev_priv(netdev); in ngbe_close() local
440 struct wx *wx = pci_get_drvdata(pdev); in ngbe_dev_shutdown() local
457 struct wx *wx = pci_get_drvdata(pdev); in ngbe_shutdown() local
496 struct wx *wx = NULL; in ngbe_probe() local
[all …]
A 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
35 struct wx *wx = bus->priv; in ngbe_phy_read_reg_mdi_c22() local
63 struct wx *wx = bus->priv; in ngbe_phy_write_reg_mdi_c22() local
89 struct wx *wx = bus->priv; in ngbe_phy_read_reg_mdi_c45() local
118 struct wx *wx = bus->priv; in ngbe_phy_write_reg_mdi_c45() local
145 struct wx *wx = bus->priv; in ngbe_phy_read_reg_c22() local
159 struct wx *wx = bus->priv; in ngbe_phy_write_reg_c22() local
172 struct wx *wx = netdev_priv(dev); in ngbe_handle_link_change() local
214 int ngbe_phy_connect(struct wx *wx) in ngbe_phy_connect()
[all …]
A 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()
/linux-6.3-rc2/drivers/net/ethernet/wangxun/txgbe/
A Dtxgbe_main.c98 struct wx *wx = data; in txgbe_intr() local
133 struct wx *wx = data; in txgbe_msix_other() local
199 static int txgbe_request_irq(struct wx *wx) in txgbe_request_irq()
250 static void txgbe_reset(struct wx *wx) in txgbe_reset()
310 static void txgbe_down(struct wx *wx) in txgbe_down()
323 static int txgbe_sw_init(struct wx *wx) in txgbe_sw_init()
385 struct wx *wx = netdev_priv(netdev); in txgbe_open() local
447 struct wx *wx = netdev_priv(netdev); in txgbe_close() local
459 struct wx *wx = pci_get_drvdata(pdev); in txgbe_dev_shutdown() local
513 struct wx *wx = NULL; in txgbe_probe() local
[all …]
A Dtxgbe_hw.c23 static void txgbe_init_thermal_sensor_thresh(struct wx *wx) in txgbe_init_thermal_sensor_thresh()
53 int txgbe_read_pba_string(struct wx *wx, u8 *pba_num, u32 pba_num_size) in txgbe_read_pba_string()
160 static int txgbe_calc_eeprom_checksum(struct wx *wx, u16 *checksum) in txgbe_calc_eeprom_checksum()
215 int txgbe_validate_eeprom_checksum(struct wx *wx, u16 *checksum_val) in txgbe_validate_eeprom_checksum()
256 static void txgbe_reset_misc(struct wx *wx) in txgbe_reset_misc()
270 int txgbe_reset_hw(struct wx *wx) in txgbe_reset_hw()
/linux-6.3-rc2/drivers/input/rmi4/
A Drmi_2d_sensor.h24 u8 wx; member
/linux-6.3-rc2/drivers/input/touchscreen/
A Draydium_i2c_ts.c874 u8 wx, wy; in raydium_mt_event() local
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_mode_vba_20.c319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c689 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, in dscceComputeDelay() local
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c712 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A 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

Completed in 160 milliseconds