/linux-6.15/drivers/net/ethernet/wangxun/libwx/ |
D | wx_hw.c | 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() [all …]
|
D | wx_ptp.c | 32 static u64 wx_ptp_timecounter_cyc2time(struct wx *wx, u64 timestamp) in wx_ptp_timecounter_cyc2time() 45 static u64 wx_ptp_readtime(struct wx *wx, struct ptp_system_timestamp *sts) in wx_ptp_readtime() 65 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_adjfine() local 84 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_adjtime() local 101 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_gettimex64() local 114 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_settime64() local 138 static void wx_ptp_clear_tx_timestamp(struct wx *wx) in wx_ptp_clear_tx_timestamp() 165 static void wx_ptp_convert_to_hwtstamp(struct wx *wx, in wx_ptp_convert_to_hwtstamp() 183 static void wx_ptp_tx_hwtstamp(struct wx *wx) in wx_ptp_tx_hwtstamp() 201 static int wx_ptp_tx_hwtstamp_work(struct wx *wx) in wx_ptp_tx_hwtstamp_work() [all …]
|
D | wx_ethtool.c | 71 struct wx *wx = netdev_priv(netdev); in wx_get_sset_count() local 85 struct wx *wx = netdev_priv(netdev); in wx_get_strings() local 113 struct wx *wx = netdev_priv(netdev); in wx_get_ethtool_stats() local 170 struct wx *wx = netdev_priv(netdev); in wx_get_mac_stats() local 186 struct wx *wx = netdev_priv(netdev); in wx_get_pause_stats() local 200 struct wx *wx = netdev_priv(netdev); in wx_get_drvinfo() local 220 struct wx *wx = netdev_priv(netdev); in wx_nway_reset() local 232 struct wx *wx = netdev_priv(netdev); in wx_get_link_ksettings() local 244 struct wx *wx = netdev_priv(netdev); in wx_set_link_ksettings() local 256 struct wx *wx = netdev_priv(netdev); in wx_get_pauseparam() local [all …]
|
D | wx_lib.c | 603 struct wx *wx = netdev_priv(rx_ring->netdev); in wx_process_skb_fields() local 720 struct wx *wx = netdev_priv(tx_ring->netdev); in wx_clean_tx_irq() local 851 struct wx *wx = q_vector->wx; in wx_poll() local 1491 struct wx *wx = netdev_priv(tx_ring->netdev); in wx_xmit_frame_ring() local 1577 struct wx *wx = netdev_priv(netdev); in wx_xmit_frame() local 1599 void wx_napi_enable_all(struct wx *wx) in wx_napi_enable_all() 1611 void wx_napi_disable_all(struct wx *wx) in wx_napi_disable_all() 1631 static void wx_set_rss_queues(struct wx *wx) in wx_set_rss_queues() 1662 static void wx_set_num_queues(struct wx *wx) in wx_set_num_queues() 1680 static int wx_acquire_msix_vectors(struct wx *wx) in wx_acquire_msix_vectors() [all …]
|
D | wx_type.h | 1027 struct wx *wx; member 1121 struct wx { struct 1130 struct wx_bus_info bus; argument 1131 struct wx_mac_info mac; argument 1134 struct wx_eeprom_info eeprom; argument 1135 struct wx_addr_filter_info addr_ctrl; argument 1136 struct wx_fc_info fc; argument 1137 struct wx_mac_addr *mac_table; argument 1150 enum wx_reset_type reset_type; argument 1151 u8 swfw_index; [all …]
|
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_main.c | 50 static void txgbe_check_minimum_link(struct wx *wx) in txgbe_check_minimum_link() 67 static int txgbe_enumerate_functions(struct wx *wx) in txgbe_enumerate_functions() 88 static void txgbe_up_complete(struct wx *wx) in txgbe_up_complete() 122 static void txgbe_reset(struct wx *wx) in txgbe_reset() 142 static void txgbe_disable_device(struct wx *wx) in txgbe_disable_device() 187 void txgbe_down(struct wx *wx) in txgbe_down() 200 void txgbe_up(struct wx *wx) in txgbe_up() 211 static void txgbe_init_type_code(struct wx *wx) in txgbe_init_type_code() 262 static int txgbe_sw_init(struct wx *wx) in txgbe_sw_init() 348 struct wx *wx = netdev_priv(netdev); in txgbe_open() local [all …]
|
D | txgbe_phy.c | 87 struct wx *wx = bus->priv; in txgbe_pcs_read() local 106 struct wx *wx = bus->priv; in txgbe_pcs_write() local 128 struct wx *wx; in txgbe_mdio_pcs_init() local 163 struct wx *wx = phylink_to_wx(config); in txgbe_phylink_mac_select() local 180 struct wx *wx = phylink_to_wx(config); in txgbe_mac_link_down() local 195 struct wx *wx = phylink_to_wx(config); in txgbe_mac_link_up() local 233 struct wx *wx = phylink_to_wx(config); in txgbe_mac_prepare() local 244 struct wx *wx = phylink_to_wx(config); in txgbe_mac_finish() local 265 struct wx *wx = txgbe->wx; in txgbe_phylink_init() local 308 struct wx *wx = txgbe->wx; in txgbe_link_irq_handler() local [all …]
|
D | txgbe_hw.c | 23 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() 127 int txgbe_validate_eeprom_checksum(struct wx *wx, u16 *checksum_val) in txgbe_validate_eeprom_checksum() 168 static void txgbe_reset_misc(struct wx *wx) in txgbe_reset_misc() 182 int txgbe_reset_hw(struct wx *wx) in txgbe_reset_hw()
|
D | txgbe_fdir.c | 158 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 …]
|
D | txgbe_irq.c | 19 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 180 struct wx *wx = txgbe->wx; in txgbe_setup_misc_irq() local
|
D | txgbe_ethtool.c | 20 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
|
D | txgbe_type.h | 343 struct wx *wx; member
|
/linux-6.15/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 51 static void ngbe_init_type_code(struct wx *wx) in ngbe_init_type_code() 87 static int ngbe_sw_init(struct wx *wx) in ngbe_sw_init() 140 static void ngbe_irq_enable(struct wx *wx, bool queues) in ngbe_irq_enable() 169 struct wx *wx = data; in ngbe_intr() local 205 struct wx *wx = data; in ngbe_msix_other() local 227 static int ngbe_request_msix_irqs(struct wx *wx) in ngbe_request_msix_irqs() 279 static int ngbe_request_irq(struct wx *wx) in ngbe_request_irq() 300 static void ngbe_disable_device(struct wx *wx) in ngbe_disable_device() 327 void ngbe_down(struct wx *wx) in ngbe_down() 337 void ngbe_up(struct wx *wx) in ngbe_up() [all …]
|
D | ngbe_mdio.c | 17 struct wx *wx = bus->priv; in ngbe_phy_read_reg_internal() local 26 struct wx *wx = bus->priv; in ngbe_phy_write_reg_internal() local 35 struct wx *wx = bus->priv; in ngbe_phy_read_reg_c22() local 49 struct wx *wx = bus->priv; in ngbe_phy_write_reg_c22() local 68 struct wx *wx = phylink_to_wx(config); in ngbe_mac_link_down() local 81 struct wx *wx = phylink_to_wx(config); in ngbe_mac_link_up() local 125 static int ngbe_phylink_init(struct wx *wx) in ngbe_phylink_init() 154 int ngbe_mdio_init(struct wx *wx) in ngbe_mdio_init()
|
D | ngbe_hw.c | 13 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()
|
D | ngbe_ethtool.c | 18 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.15/drivers/input/rmi4/ |
D | rmi_2d_sensor.h | 24 u8 wx; member
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
|
D | display_mode_vba_20v2.c | 343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
|
/linux-6.15/drivers/input/touchscreen/ |
D | raydium_i2c_ts.c | 874 u8 wx, wy; in raydium_mt_event() local
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 687 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, in dscceComputeDelay() local
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 690 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 708 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core.c | 859 dml_uint_t pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dscceComputeDelay() local
|