/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 18 struct wx *wx = bus->priv; in wx_phy_read_reg_mdi() local 47 struct wx *wx = bus->priv; in wx_phy_write_reg_mdi() local 73 struct wx *wx = bus->priv; in wx_phy_read_reg_mdi_c22() local 82 struct wx *wx = bus->priv; in wx_phy_write_reg_mdi_c22() local 91 struct wx *wx = bus->priv; in wx_phy_read_reg_mdi_c45() local 101 struct wx *wx = bus->priv; in wx_phy_write_reg_mdi_c45() local 108 static void wx_intr_disable(struct wx *wx, u64 qmask) in wx_intr_disable() 123 void wx_intr_enable(struct wx *wx, u64 qmask) in wx_intr_enable() 143 void wx_irq_disable(struct wx *wx) in wx_irq_disable() 167 static int wx_fmgr_cmd_op(struct wx *wx, u32 cmd, u32 cmd_addr) in wx_fmgr_cmd_op() [all …]
|
H A D | wx_sriov.c | 15 struct wx *wx = pci_get_drvdata(pdev); in wx_vf_configuration() local 22 static int wx_alloc_vf_macvlans(struct wx *wx, u8 num_vfs) in wx_alloc_vf_macvlans() 50 static void wx_sriov_clear_data(struct wx *wx) in wx_sriov_clear_data() 74 static int __wx_enable_sriov(struct wx *wx, u8 num_vfs) in __wx_enable_sriov() 128 static void wx_sriov_reinit(struct wx *wx) in wx_sriov_reinit() 135 void wx_disable_sriov(struct wx *wx) in wx_disable_sriov() 150 struct wx *wx = pci_get_drvdata(dev); in wx_pci_sriov_enable() local 178 struct wx *wx = pci_get_drvdata(dev); in wx_pci_sriov_disable() local 186 struct wx *wx = pci_get_drvdata(pdev); in wx_pci_sriov_configure() local 207 static int wx_set_vf_mac(struct wx *wx, u16 vf, const u8 *mac_addr) in wx_set_vf_mac() [all …]
|
H A D | wx_lib.c | 604 struct wx *wx = netdev_priv(rx_ring->netdev); in wx_process_skb_fields() local 721 struct wx *wx = netdev_priv(tx_ring->netdev); in wx_clean_tx_irq() local 852 struct wx *wx = q_vector->wx; in wx_poll() local 1492 struct wx *wx = netdev_priv(tx_ring->netdev); in wx_xmit_frame_ring() local 1578 struct wx *wx = netdev_priv(netdev); in wx_xmit_frame() local 1600 void wx_napi_enable_all(struct wx *wx) in wx_napi_enable_all() 1612 void wx_napi_disable_all(struct wx *wx) in wx_napi_disable_all() 1624 static bool wx_set_vmdq_queues(struct wx *wx) in wx_set_vmdq_queues() 1691 static void wx_set_rss_queues(struct wx *wx) in wx_set_rss_queues() 1727 static void wx_set_num_queues(struct wx *wx) in wx_set_num_queues() [all …]
|
H A D | wx_type.h | 1077 struct wx *wx; member 1207 struct wx { struct 1216 struct wx_bus_info bus; argument 1217 struct wx_mbx_info mbx; argument 1218 struct wx_mac_info mac; argument 1220 enum wx_media_type media_type; argument 1221 struct wx_eeprom_info eeprom; argument 1222 struct wx_addr_filter_info addr_ctrl; argument 1223 struct wx_fc_info fc; argument 1224 struct wx_mac_addr *mac_table; argument [all …]
|
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 54 static void txgbe_check_minimum_link(struct wx *wx) in txgbe_check_minimum_link() 71 static int txgbe_enumerate_functions(struct wx *wx) in txgbe_enumerate_functions() 92 static void txgbe_sfp_detection_subtask(struct wx *wx) in txgbe_sfp_detection_subtask() 109 static void txgbe_link_config_subtask(struct wx *wx) in txgbe_link_config_subtask() 129 struct wx *wx = container_of(work, struct wx, service_task); in txgbe_service_task() local 137 static void txgbe_init_service(struct wx *wx) in txgbe_init_service() 144 static void txgbe_up_complete(struct wx *wx) in txgbe_up_complete() 195 static void txgbe_reset(struct wx *wx) in txgbe_reset() 215 static void txgbe_disable_device(struct wx *wx) in txgbe_disable_device() 272 void txgbe_down(struct wx *wx) in txgbe_down() [all …]
|
H A D | txgbe_aml.c | 18 void txgbe_gpio_init_aml(struct wx *wx) in txgbe_gpio_init_aml() 35 struct wx *wx = txgbe->wx; in txgbe_gpio_irq_handler_aml() local 55 int txgbe_test_hostif(struct wx *wx) in txgbe_test_hostif() 71 static int txgbe_identify_sfp_hostif(struct wx *wx, struct txgbe_hic_i2c_read *buffer) in txgbe_identify_sfp_hostif() 83 static int txgbe_set_phy_link_hostif(struct wx *wx, int speed, int autoneg, int duplex) in txgbe_set_phy_link_hostif() 109 static void txgbe_get_link_capabilities(struct wx *wx) in txgbe_get_link_capabilities() 124 static void txgbe_get_phy_link(struct wx *wx, int *speed) in txgbe_get_phy_link() 139 int txgbe_set_phy_link(struct wx *wx) in txgbe_set_phy_link() 166 static int txgbe_sfp_to_linkmodes(struct wx *wx, struct txgbe_sfp_id *id) in txgbe_sfp_to_linkmodes() 210 int txgbe_identify_sfp(struct wx *wx) in txgbe_identify_sfp() [all …]
|
H A 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()
|
H A D | txgbe_irq.c | 22 void txgbe_irq_enable(struct wx *wx, bool queues) in txgbe_irq_enable() 45 int txgbe_request_queue_irqs(struct wx *wx) in txgbe_request_queue_irqs() 126 struct wx *wx = txgbe->wx; in txgbe_misc_irq_handle() local 164 struct wx *wx = txgbe->wx; in txgbe_misc_irq_thread_fn() local 219 struct wx *wx = txgbe->wx; in txgbe_setup_misc_irq() local
|
H A D | txgbe_type.h | 432 struct wx *wx; member
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 53 static void ngbe_init_type_code(struct wx *wx) in ngbe_init_type_code() 89 static int ngbe_sw_init(struct wx *wx) in ngbe_sw_init() 146 static void ngbe_irq_enable(struct wx *wx, bool queues) in ngbe_irq_enable() 175 struct wx *wx = data; in ngbe_intr() local 209 static irqreturn_t __ngbe_msix_misc(struct wx *wx, u32 eicr) in __ngbe_msix_misc() 226 struct wx *wx = data; in ngbe_msix_misc() local 237 struct wx *wx = data; in ngbe_misc_and_queue() local 260 static int ngbe_request_msix_irqs(struct wx *wx) in ngbe_request_msix_irqs() 320 static int ngbe_request_irq(struct wx *wx) in ngbe_request_irq() 341 static void ngbe_disable_device(struct wx *wx) in ngbe_disable_device() [all …]
|
H A 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()
|
H A 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/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.h | 24 u8 wx; member
|
/linux/drivers/input/touchscreen/ |
H A D | raydium_i2c_ts.c | 874 u8 wx, wy; in raydium_mt_event() local
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 53 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dml32_dscceComputeDelay() local
|