Lines Matching defs:tp
1200 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers()
1223 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers()
1241 static void rtl_set_unplug(struct r8152 *tp) in rtl_set_unplug()
1249 static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size, in generic_ocp_read()
1292 static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write()
1363 int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in pla_ocp_read()
1369 int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in pla_ocp_write()
1375 int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in usb_ocp_write()
1380 static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword()
1389 static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_dword()
1396 static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index) in ocp_read_word()
1415 static void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_word()
1436 static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index) in ocp_read_byte()
1453 static void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_byte()
1474 static u16 ocp_reg_read(struct r8152 *tp, u16 addr) in ocp_reg_read()
1488 static void ocp_reg_write(struct r8152 *tp, u16 addr, u16 data) in ocp_reg_write()
1502 static inline void r8152_mdio_write(struct r8152 *tp, u32 reg_addr, u32 value) in r8152_mdio_write()
1507 static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr) in r8152_mdio_read()
1512 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write()
1518 static u16 sram_read(struct r8152 *tp, u16 addr) in sram_read()
1526 struct r8152 *tp = netdev_priv(netdev); in read_mii_word() local
1543 struct r8152 *tp = netdev_priv(netdev); in write_mii_word() local
1564 struct r8152 *tp = netdev_priv(netdev); in __rtl8152_set_mac_address() local
1602 static int vendor_mac_passthru_addr_read(struct r8152 *tp, struct sockaddr *sa) in vendor_mac_passthru_addr_read()
1679 static int determine_ethernet_addr(struct r8152 *tp, struct sockaddr *sa) in determine_ethernet_addr()
1716 static int set_ethernet_addr(struct r8152 *tp, bool in_resume) in set_ethernet_addr()
1739 struct r8152 *tp; in read_bulk_callback() local
1807 struct r8152 *tp; in write_bulk_callback() local
1851 struct r8152 *tp; in intr_callback() local
1924 static void free_rx_agg(struct r8152 *tp, struct rx_agg *agg) in free_rx_agg()
1935 static struct rx_agg *alloc_rx_agg(struct r8152 *tp, gfp_t mflags) in alloc_rx_agg()
1976 static void free_all_mem(struct r8152 *tp) in free_all_mem()
2007 static int alloc_all_mem(struct r8152 *tp) in alloc_all_mem()
2082 static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp) in r8152_get_tx_agg()
2107 static void r8152_csum_workaround(struct r8152 *tp, struct sk_buff *skb, in r8152_csum_workaround()
2163 static int r8152_tx_csum(struct r8152 *tp, struct tx_desc *desc, in r8152_tx_csum()
2248 static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg) in r8152_tx_agg_fill()
2347 static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc) in r8152_rx_csum()
2376 static inline bool rx_count_exceed(struct r8152 *tp) in rx_count_exceed()
2386 static struct rx_agg *rtl_get_free_rx(struct r8152 *tp, gfp_t mflags) in rtl_get_free_rx()
2416 static int rx_bottom(struct r8152 *tp, int budget) in rx_bottom()
2566 static void tx_bottom(struct r8152 *tp) in tx_bottom()
2605 struct r8152 *tp = from_tasklet(tp, t, tx_tl); in bottom_half() local
2625 struct r8152 *tp = container_of(napi, struct r8152, napi); in r8152_poll() local
2645 int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags) in r8152_submit_rx()
2680 static void rtl_drop_queued_tx(struct r8152 *tp) in rtl_drop_queued_tx()
2702 struct r8152 *tp = netdev_priv(netdev); in rtl8152_tx_timeout() local
2711 struct r8152 *tp = netdev_priv(netdev); in rtl8152_set_rx_mode() local
2721 struct r8152 *tp = netdev_priv(netdev); in _rtl8152_set_rx_mode() local
2783 struct r8152 *tp = netdev_priv(netdev); in rtl8152_start_xmit() local
2804 static void r8152b_reset_packet_filter(struct r8152 *tp) in r8152b_reset_packet_filter()
2815 static void rtl8152_nic_reset(struct r8152 *tp) in rtl8152_nic_reset()
2863 static void set_tx_qlen(struct r8152 *tp) in set_tx_qlen()
2868 static inline u16 rtl8152_get_speed(struct r8152 *tp) in rtl8152_get_speed()
2873 static void rtl_eee_plus_en(struct r8152 *tp, bool enable) in rtl_eee_plus_en()
2885 static void rtl_set_eee_plus(struct r8152 *tp) in rtl_set_eee_plus()
2893 static void rxdy_gated_en(struct r8152 *tp, bool enable) in rxdy_gated_en()
2905 static int rtl_start_rx(struct r8152 *tp) in rtl_start_rx()
2948 static int rtl_stop_rx(struct r8152 *tp) in rtl_stop_rx()
2988 static void rtl_set_ifg(struct r8152 *tp, u16 speed) in rtl_set_ifg()
3011 static inline void r8153b_rx_agg_chg_indicate(struct r8152 *tp) in r8153b_rx_agg_chg_indicate()
3017 static int rtl_enable(struct r8152 *tp) in rtl_enable()
3046 static int rtl8152_enable(struct r8152 *tp) in rtl8152_enable()
3057 static void r8153_set_rx_early_timeout(struct r8152 *tp) in r8153_set_rx_early_timeout()
3098 static void r8153_set_rx_early_size(struct r8152 *tp) in r8153_set_rx_early_size()
3131 static int rtl8153_enable(struct r8152 *tp) in rtl8153_enable()
3162 static void rtl_disable(struct r8152 *tp) in rtl_disable()
3205 static void r8152_power_cut_en(struct r8152 *tp, bool enable) in r8152_power_cut_en()
3221 static void rtl_rx_vlan_en(struct r8152 *tp, bool enable) in rtl_rx_vlan_en()
3265 struct r8152 *tp = netdev_priv(dev); in rtl8152_set_features() local
3291 static u32 __rtl_get_wol(struct r8152 *tp) in __rtl_get_wol()
3315 static void __rtl_set_wol(struct r8152 *tp, u32 wolopts) in __rtl_set_wol()
3351 static void r8153_mac_clk_speed_down(struct r8152 *tp, bool enable) in r8153_mac_clk_speed_down()
3364 static void r8156_mac_clk_spd(struct r8152 *tp, bool enable) in r8156_mac_clk_spd()
3385 static void r8153_u1u2en(struct r8152 *tp, bool enable) in r8153_u1u2en()
3397 static void r8153b_u1u2en(struct r8152 *tp, bool enable) in r8153b_u1u2en()
3410 static void r8153_u2p3en(struct r8152 *tp, bool enable) in r8153_u2p3en()
3422 static void r8153b_ups_flags(struct r8152 *tp) in r8153b_ups_flags()
3497 static void r8156_ups_flags(struct r8152 *tp) in r8156_ups_flags()
3579 static void rtl_green_en(struct r8152 *tp, bool enable) in rtl_green_en()
3593 static void r8153b_green_en(struct r8152 *tp, bool enable) in r8153b_green_en()
3608 static u16 r8153_phy_status(struct r8152 *tp, u16 desired) in r8153_phy_status()
3632 static void r8153b_ups_en(struct r8152 *tp, bool enable) in r8153b_ups_en()
3673 static void r8153c_ups_en(struct r8152 *tp, bool enable) in r8153c_ups_en()
3723 static void r8156_ups_en(struct r8152 *tp, bool enable) in r8156_ups_en()
3764 static void r8153_power_cut_en(struct r8152 *tp, bool enable) in r8153_power_cut_en()
3780 static void r8153b_power_cut_en(struct r8152 *tp, bool enable) in r8153b_power_cut_en()
3796 static void r8153_queue_wake(struct r8152 *tp, bool enable) in r8153_queue_wake()
3816 static bool rtl_can_wakeup(struct r8152 *tp) in rtl_can_wakeup()
3823 static void rtl_runtime_suspend_enable(struct r8152 *tp, bool enable) in rtl_runtime_suspend_enable()
3852 static void rtl8153_runtime_enable(struct r8152 *tp, bool enable) in rtl8153_runtime_enable()
3876 static void rtl8153b_runtime_enable(struct r8152 *tp, bool enable) in rtl8153b_runtime_enable()
3893 static void rtl8153c_runtime_enable(struct r8152 *tp, bool enable) in rtl8153c_runtime_enable()
3909 static void rtl8156_runtime_enable(struct r8152 *tp, bool enable) in rtl8156_runtime_enable()
3925 static void r8153_teredo_off(struct r8152 *tp) in r8153_teredo_off()
3965 static void rtl_reset_bmu(struct r8152 *tp) in rtl_reset_bmu()
3977 static void rtl_clear_bp(struct r8152 *tp, u16 type) in rtl_clear_bp()
4041 static inline void rtl_reset_ocp_base(struct r8152 *tp) in rtl_reset_ocp_base()
4046 static int rtl_phy_patch_request(struct r8152 *tp, bool request, bool wait) in rtl_phy_patch_request()
4083 static void rtl_patch_key_set(struct r8152 *tp, u16 key_addr, u16 patch_key) in rtl_patch_key_set()
4104 rtl_pre_ram_code(struct r8152 *tp, u16 key_addr, u16 patch_key, bool wait) in rtl_pre_ram_code()
4114 static int rtl_post_ram_code(struct r8152 *tp, u16 key_addr, bool wait) in rtl_post_ram_code()
4123 static bool rtl8152_is_fw_phy_speed_up_ok(struct r8152 *tp, struct fw_phy_speed_up *phy) in rtl8152_is_fw_phy_speed_up_ok()
4173 static bool rtl8152_is_fw_phy_ver_ok(struct r8152 *tp, struct fw_phy_ver *ver) in rtl8152_is_fw_phy_ver_ok()
4203 static bool rtl8152_is_fw_phy_fixup_ok(struct r8152 *tp, struct fw_phy_fixup *fix) in rtl8152_is_fw_phy_fixup_ok()
4234 static bool rtl8152_is_fw_phy_union_ok(struct r8152 *tp, struct fw_phy_union *phy) in rtl8152_is_fw_phy_union_ok()
4279 static bool rtl8152_is_fw_phy_nc_ok(struct r8152 *tp, struct fw_phy_nc *phy) in rtl8152_is_fw_phy_nc_ok()
4355 static bool rtl8152_is_fw_mac_ok(struct r8152 *tp, struct fw_mac *mac) in rtl8152_is_fw_mac_ok()
4495 static long rtl8152_fw_verify_checksum(struct r8152 *tp, in rtl8152_fw_verify_checksum()
4542 static long rtl8152_check_firmware(struct r8152 *tp, struct rtl_fw *rtl_fw) in rtl8152_check_firmware()
4826 static void rtl_ram_code_speed_up(struct r8152 *tp, struct fw_phy_speed_up *phy, bool wait) in rtl_ram_code_speed_up()
4888 static int rtl8152_fw_phy_ver(struct r8152 *tp, struct fw_phy_ver *phy_ver) in rtl8152_fw_phy_ver()
4909 static void rtl8152_fw_phy_fixup(struct r8152 *tp, struct fw_phy_fixup *fix) in rtl8152_fw_phy_fixup()
4940 static void rtl8152_fw_phy_union_apply(struct r8152 *tp, struct fw_phy_union *phy) in rtl8152_fw_phy_union_apply()
4972 static void rtl8152_fw_phy_nc_apply(struct r8152 *tp, struct fw_phy_nc *phy) in rtl8152_fw_phy_nc_apply()
5009 static void rtl8152_fw_mac_apply(struct r8152 *tp, struct fw_mac *mac) in rtl8152_fw_mac_apply()
5075 static void rtl8152_apply_firmware(struct r8152 *tp, bool power_cut) in rtl8152_apply_firmware()
5154 static void rtl8152_release_firmware(struct r8152 *tp) in rtl8152_release_firmware()
5164 static int rtl8152_request_firmware(struct r8152 *tp) in rtl8152_request_firmware()
5195 static void r8152_aldps_en(struct r8152 *tp, bool enable) in r8152_aldps_en()
5207 static inline void r8152_mmd_indirect(struct r8152 *tp, u16 dev, u16 reg) in r8152_mmd_indirect()
5214 static u16 r8152_mmd_read(struct r8152 *tp, u16 dev, u16 reg) in r8152_mmd_read()
5225 static void r8152_mmd_write(struct r8152 *tp, u16 dev, u16 reg, u16 data) in r8152_mmd_write()
5232 static void r8152_eee_en(struct r8152 *tp, bool enable) in r8152_eee_en()
5263 static void r8153_eee_en(struct r8152 *tp, bool enable) in r8153_eee_en()
5285 static void r8156_eee_en(struct r8152 *tp, bool enable) in r8156_eee_en()
5301 static void rtl_eee_enable(struct r8152 *tp, bool enable) in rtl_eee_enable()
5349 static void r8152b_enable_fc(struct r8152 *tp) in r8152b_enable_fc()
5360 static void rtl8152_disable(struct r8152 *tp) in rtl8152_disable()
5367 static void r8152b_hw_phy_cfg(struct r8152 *tp) in r8152b_hw_phy_cfg()
5377 static void wait_oob_link_list_ready(struct r8152 *tp) in wait_oob_link_list_ready()
5392 static void r8156b_wait_loading_flash(struct r8152 *tp) in r8156b_wait_loading_flash()
5408 static void r8152b_exit_oob(struct r8152 *tp) in r8152b_exit_oob()
5474 static void r8152b_enter_oob(struct r8152 *tp) in r8152b_enter_oob()
5515 static int r8153_pre_firmware_1(struct r8152 *tp) in r8153_pre_firmware_1()
5533 static int r8153_post_firmware_1(struct r8152 *tp) in r8153_post_firmware_1()
5545 static int r8153_pre_firmware_2(struct r8152 *tp) in r8153_pre_firmware_2()
5558 static int r8153_post_firmware_2(struct r8152 *tp) in r8153_post_firmware_2()
5586 static int r8153_post_firmware_3(struct r8152 *tp) in r8153_post_firmware_3()
5601 static int r8153b_pre_firmware_1(struct r8152 *tp) in r8153b_pre_firmware_1()
5610 static int r8153b_post_firmware_1(struct r8152 *tp) in r8153b_post_firmware_1()
5637 static int r8153c_post_firmware_1(struct r8152 *tp) in r8153c_post_firmware_1()
5652 static int r8156a_post_firmware_1(struct r8152 *tp) in r8156a_post_firmware_1()
5667 static void r8153_aldps_en(struct r8152 *tp, bool enable) in r8153_aldps_en()
5692 static void r8153_hw_phy_cfg(struct r8152 *tp) in r8153_hw_phy_cfg()
5754 static u32 r8152_efuse_read(struct r8152 *tp, u8 addr) in r8152_efuse_read()
5766 static void r8153b_hw_phy_cfg(struct r8152 *tp) in r8153b_hw_phy_cfg()
5871 static void r8153c_hw_phy_cfg(struct r8152 *tp) in r8153c_hw_phy_cfg()
5878 static void rtl8153_change_mtu(struct r8152 *tp) in rtl8153_change_mtu()
5884 static void r8153_first_init(struct r8152 *tp) in r8153_first_init()
5932 static void r8153_enter_oob(struct r8152 *tp) in r8153_enter_oob()
6004 static void rtl8153_disable(struct r8152 *tp) in rtl8153_disable()
6012 static u32 fc_pause_on_auto(struct r8152 *tp) in fc_pause_on_auto()
6017 static u32 fc_pause_off_auto(struct r8152 *tp) in fc_pause_off_auto()
6022 static void r8156_fc_parameter(struct r8152 *tp) in r8156_fc_parameter()
6031 static int rtl8156_enable(struct r8152 *tp) in rtl8156_enable()
6081 static void rtl8156_disable(struct r8152 *tp) in rtl8156_disable()
6089 static int rtl8156b_enable(struct r8152 *tp) in rtl8156b_enable()
6137 static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u32 speed, u8 duplex, in rtl8152_set_speed()
6278 static void rtl8152_up(struct r8152 *tp) in rtl8152_up()
6288 static void rtl8152_down(struct r8152 *tp) in rtl8152_down()
6301 static void rtl8153_up(struct r8152 *tp) in rtl8153_up()
6341 static void rtl8153_down(struct r8152 *tp) in rtl8153_down()
6362 static void rtl8153b_up(struct r8152 *tp) in rtl8153b_up()
6386 static void rtl8153b_down(struct r8152 *tp) in rtl8153b_down()
6407 static void rtl8153c_change_mtu(struct r8152 *tp) in rtl8153c_change_mtu()
6423 static void rtl8153c_up(struct r8152 *tp) in rtl8153c_up()
6490 static void rtl8156_change_mtu(struct r8152 *tp) in rtl8156_change_mtu()
6504 static void rtl8156_up(struct r8152 *tp) in rtl8156_up()
6577 static void rtl8156_down(struct r8152 *tp) in rtl8156_down()
6634 static bool rtl8152_in_nway(struct r8152 *tp) in rtl8152_in_nway()
6650 static bool rtl8153_in_nway(struct r8152 *tp) in rtl8153_in_nway()
6660 static void r8156_mdio_force_mode(struct r8152 *tp) in r8156_mdio_force_mode()
6675 static void set_carrier(struct r8152 *tp) in set_carrier()
6714 struct r8152 *tp = container_of(work, struct r8152, schedule.work); in rtl_work_func_t() local
6756 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work); in rtl_hw_phy_work_func_t() local
6791 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier); in rtl_notifier() local
6816 struct r8152 *tp = netdev_priv(netdev); in rtl8152_open() local
6871 struct r8152 *tp = netdev_priv(netdev); in rtl8152_close() local
6904 static void rtl_tally_reset(struct r8152 *tp) in rtl_tally_reset()
6913 static void r8152b_init(struct r8152 *tp) in r8152b_init()
6956 static void r8153_init(struct r8152 *tp) in r8153_init()
7096 static void r8153b_init(struct r8152 *tp) in r8153b_init()
7178 static void r8153c_init(struct r8152 *tp) in r8153c_init()
7260 static void r8156_hw_phy_cfg(struct r8152 *tp) in r8156_hw_phy_cfg()
7610 static void r8156b_hw_phy_cfg(struct r8152 *tp) in r8156b_hw_phy_cfg()
8027 static void r8156_init(struct r8152 *tp) in r8156_init()
8123 static void r8156b_init(struct r8152 *tp) in r8156b_init()
8286 struct r8152 *tp = usb_get_intfdata(intf); in rtl8152_pre_reset() local
8313 struct r8152 *tp = usb_get_intfdata(intf); in rtl8152_post_reset() local
8351 static bool delay_autosuspend(struct r8152 *tp) in delay_autosuspend()
8374 static int rtl8152_runtime_resume(struct r8152 *tp) in rtl8152_runtime_resume()
8413 static int rtl8152_system_resume(struct r8152 *tp) in rtl8152_system_resume()
8429 static int rtl8152_runtime_suspend(struct r8152 *tp) in rtl8152_runtime_suspend()
8487 static int rtl8152_system_suspend(struct r8152 *tp) in rtl8152_system_suspend()
8511 struct r8152 *tp = usb_get_intfdata(intf); in rtl8152_suspend() local
8528 struct r8152 *tp = usb_get_intfdata(intf); in rtl8152_resume() local
8547 struct r8152 *tp = usb_get_intfdata(intf); in rtl8152_reset_resume() local
8559 struct r8152 *tp = netdev_priv(dev); in rtl8152_get_wol() local
8579 struct r8152 *tp = netdev_priv(dev); in rtl8152_set_wol() local
8607 struct r8152 *tp = netdev_priv(dev); in rtl8152_get_msglevel() local
8614 struct r8152 *tp = netdev_priv(dev); in rtl8152_set_msglevel() local
8622 struct r8152 *tp = netdev_priv(netdev); in rtl8152_get_drvinfo() local
8636 struct r8152 *tp = netdev_priv(netdev); in rtl8152_get_link_ksettings() local
8677 struct r8152 *tp = netdev_priv(dev); in rtl8152_set_link_ksettings() local
8761 struct r8152 *tp = netdev_priv(dev); in rtl8152_get_ethtool_stats() local
8795 static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_get_eee()
8818 static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_set_eee()
8830 static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_get_eee()
8856 struct r8152 *tp = netdev_priv(net); in rtl_ethtool_get_eee() local
8883 struct r8152 *tp = netdev_priv(net); in rtl_ethtool_set_eee() local
8911 struct r8152 *tp = netdev_priv(dev); in rtl8152_nway_reset() local
8935 struct r8152 *tp = netdev_priv(netdev); in rtl8152_get_coalesce() local
8956 struct r8152 *tp = netdev_priv(netdev); in rtl8152_set_coalesce() local
9003 struct r8152 *tp = netdev_priv(netdev); in rtl8152_get_tunable() local
9020 struct r8152 *tp = netdev_priv(netdev); in rtl8152_set_tunable() local
9054 struct r8152 *tp = netdev_priv(netdev); in rtl8152_get_ringparam() local
9063 struct r8152 *tp = netdev_priv(netdev); in rtl8152_set_ringparam() local
9085 struct r8152 *tp = netdev_priv(netdev); in rtl8152_get_pauseparam() local
9122 struct r8152 *tp = netdev_priv(netdev); in rtl8152_set_pauseparam() local
9184 struct r8152 *tp = netdev_priv(netdev); in rtl8152_ioctl() local
9228 struct r8152 *tp = netdev_priv(dev); in rtl8152_change_mtu() local
9288 static void rtl8152_unload(struct r8152 *tp) in rtl8152_unload()
9297 static void rtl8153_unload(struct r8152 *tp) in rtl8153_unload()
9305 static void rtl8153b_unload(struct r8152 *tp) in rtl8153b_unload()
9313 static int rtl_ops_init(struct r8152 *tp) in rtl_ops_init()
9467 static int rtl_fw_init(struct r8152 *tp) in rtl_fw_init()
9606 struct r8152 *tp; in rtl8152_probe() local
9809 struct r8152 *tp = usb_get_intfdata(intf); in rtl8152_disconnect() local