| H A D | r8152.c | 935 void (*init)(struct r8152 *tp); 936 int (*enable)(struct r8152 *tp); 937 void (*disable)(struct r8152 *tp); 938 void (*up)(struct r8152 *tp); 939 void (*down)(struct r8152 *tp); 940 void (*unload)(struct r8152 *tp); 941 int (*eee_get)(struct r8152 *tp, struct ethtool_keee *eee); 942 int (*eee_set)(struct r8152 *tp, struct ethtool_keee *eee); 943 bool (*in_nway)(struct r8152 *tp); 944 void (*hw_phy_cfg)(struct r8152 *tp); 1278 rtl_set_inaccessible(struct r8152 * tp) rtl_set_inaccessible() argument 1284 rtl_set_accessible(struct r8152 * tp) rtl_set_accessible() argument 1291 r8152_control_msg(struct r8152 * tp,unsigned int pipe,__u8 request,__u8 requesttype,__u16 value,__u16 index,void * data,__u16 size,const char * msg_tag) r8152_control_msg() argument 1363 get_registers(struct r8152 * tp,u16 value,u16 index,u16 size,void * data) get_registers() argument 1387 set_registers(struct r8152 * tp,u16 value,u16 index,u16 size,void * data) set_registers() argument 1405 rtl_set_unplug(struct r8152 * tp) rtl_set_unplug() argument 1411 generic_ocp_read(struct r8152 * tp,u16 index,u16 size,void * data,u16 type) generic_ocp_read() argument 1454 generic_ocp_write(struct r8152 * tp,u16 index,u16 byteen,u16 size,void * data,u16 type) generic_ocp_write() argument 1532 pla_ocp_read(struct r8152 * tp,u16 index,u16 size,void * data) pla_ocp_read() argument 1538 pla_ocp_write(struct r8152 * tp,u16 index,u16 byteen,u16 size,void * data) pla_ocp_write() argument 1544 usb_ocp_write(struct r8152 * tp,u16 index,u16 byteen,u16 size,void * data) usb_ocp_write() argument 1549 ocp_read_dword(struct r8152 * tp,u16 type,u16 index) ocp_read_dword() argument 1558 ocp_write_dword(struct r8152 * tp,u16 type,u16 index,u32 data) ocp_write_dword() argument 1565 ocp_read_word(struct r8152 * tp,u16 type,u16 index) ocp_read_word() argument 1584 ocp_write_word(struct r8152 * tp,u16 type,u16 index,u32 data) ocp_write_word() argument 1605 ocp_read_byte(struct r8152 * tp,u16 type,u16 index) ocp_read_byte() argument 1622 ocp_write_byte(struct r8152 * tp,u16 type,u16 index,u32 data) ocp_write_byte() argument 1643 ocp_reg_read(struct r8152 * tp,u16 addr) ocp_reg_read() argument 1657 ocp_reg_write(struct r8152 * tp,u16 addr,u16 data) ocp_reg_write() argument 1671 r8152_mdio_write(struct r8152 * tp,u32 reg_addr,u32 value) r8152_mdio_write() argument 1676 r8152_mdio_read(struct r8152 * tp,u32 reg_addr) r8152_mdio_read() argument 1681 wait_cmd_ready(struct r8152 * tp,u16 cmd) wait_cmd_ready() argument 1687 ocp_adv_read(struct r8152 * tp,u16 cmd,u16 addr,u32 * data) ocp_adv_read() argument 1710 ocp_adv_write(struct r8152 * tp,u16 cmd,u16 addr,u32 data) ocp_adv_write() argument 1730 rtl_bmu_read(struct r8152 * tp,u16 addr,u32 * data) rtl_bmu_read() argument 1735 rtl_bmu_write(struct r8152 * tp,u16 addr,u32 data) rtl_bmu_write() argument 1740 rtl_bmu_w0w1(struct r8152 * tp,u16 addr,u32 clear,u32 set) rtl_bmu_w0w1() argument 1756 rtl_bmu_clr_bits(struct r8152 * tp,u16 addr,u32 clear) rtl_bmu_clr_bits() argument 1761 rtl_ip_read(struct r8152 * tp,u16 addr,u32 * data) rtl_ip_read() argument 1766 rtl_ip_write(struct r8152 * tp,u16 addr,u32 data) rtl_ip_write() argument 1771 rtl_ip_w0w1(struct r8152 * tp,u16 addr,u32 clear,u32 set) rtl_ip_w0w1() argument 1787 rtl_ip_clr_bits(struct r8152 * tp,u16 addr,u32 clear) rtl_ip_clr_bits() argument 1792 rtl_ip_set_bits(struct r8152 * tp,u16 addr,u32 set) rtl_ip_set_bits() argument 1797 sram_write(struct r8152 * tp,u16 addr,u16 data) sram_write() argument 1803 sram_read(struct r8152 * tp,u16 addr) sram_read() argument 1811 struct r8152 *tp = netdev_priv(netdev); read_mii_word() local 1828 struct r8152 *tp = netdev_priv(netdev); write_mii_word() local 1840 ocp_dword_w0w1(struct r8152 * tp,u16 type,u16 index,u32 clear,u32 set) ocp_dword_w0w1() argument 1850 ocp_word_w0w1(struct r8152 * tp,u16 type,u16 index,u16 clear,u16 set) ocp_word_w0w1() argument 1860 ocp_byte_w0w1(struct r8152 * tp,u16 type,u16 index,u8 clear,u8 set) ocp_byte_w0w1() argument 1869 ocp_dword_clr_bits(struct r8152 * tp,u16 type,u16 index,u32 clear) ocp_dword_clr_bits() argument 1874 ocp_dword_set_bits(struct r8152 * tp,u16 type,u16 index,u32 set) ocp_dword_set_bits() argument 1879 ocp_word_clr_bits(struct r8152 * tp,u16 type,u16 index,u16 clear) ocp_word_clr_bits() argument 1884 ocp_word_set_bits(struct r8152 * tp,u16 type,u16 index,u16 set) ocp_word_set_bits() argument 1890 ocp_word_test_and_clr_bits(struct r8152 * tp,u16 type,u16 index,u16 clear) ocp_word_test_and_clr_bits() argument 1901 ocp_byte_clr_bits(struct r8152 * tp,u16 type,u16 index,u8 clear) ocp_byte_clr_bits() argument 1906 ocp_byte_set_bits(struct r8152 * tp,u16 type,u16 index,u8 set) ocp_byte_set_bits() argument 1911 ocp_reg_w0w1(struct r8152 * tp,u16 addr,u16 clear,u16 set) ocp_reg_w0w1() argument 1920 ocp_reg_clr_bits(struct r8152 * tp,u16 addr,u16 clear) ocp_reg_clr_bits() argument 1925 ocp_reg_set_bits(struct r8152 * tp,u16 addr,u16 set) ocp_reg_set_bits() argument 1930 sram_write_w0w1(struct r8152 * tp,u16 addr,u16 clear,u16 set) sram_write_w0w1() argument 1939 sram_clr_bits(struct r8152 * tp,u16 addr,u16 clear) sram_clr_bits() argument 1944 sram_set_bits(struct r8152 * tp,u16 addr,u16 set) sram_set_bits() argument 1949 sram2_write(struct r8152 * tp,u16 addr,u16 data) sram2_write() argument 1955 sram2_read(struct r8152 * tp,u16 addr) sram2_read() argument 1961 sram2_write_w0w1(struct r8152 * tp,u16 addr,u16 clear,u16 set) sram2_write_w0w1() argument 1970 r8152_mdio_clr_bit(struct r8152 * tp,u16 addr,u16 clear) r8152_mdio_clr_bit() argument 1978 r8152_mdio_set_bit(struct r8152 * tp,u16 addr,u16 set) r8152_mdio_set_bit() argument 1986 r8152_mdio_test_and_clr_bit(struct r8152 * tp,u16 addr,u16 clear) r8152_mdio_test_and_clr_bit() argument 2008 struct r8152 *tp = netdev_priv(netdev); __rtl8152_set_mac_address() local 2045 vendor_mac_passthru_addr_read(struct r8152 * tp,struct sockaddr_storage * ss) vendor_mac_passthru_addr_read() argument 2124 determine_ethernet_addr(struct r8152 * tp,struct sockaddr_storage * ss) determine_ethernet_addr() argument 2162 set_ethernet_addr(struct r8152 * tp,bool in_resume) set_ethernet_addr() argument 2185 struct r8152 *tp; read_bulk_callback() local 2253 struct r8152 *tp; write_bulk_callback() local 2297 struct r8152 *tp; intr_callback() local 2360 rx_agg_align(struct r8152 * tp,void * data) rx_agg_align() argument 2365 tx_agg_align(struct r8152 * tp,void * data) tx_agg_align() argument 2370 free_rx_agg(struct r8152 * tp,struct rx_agg * agg) free_rx_agg() argument 2381 alloc_rx_agg(struct r8152 * tp,gfp_t mflags) alloc_rx_agg() argument 2422 free_all_mem(struct r8152 * tp) free_all_mem() argument 2453 alloc_all_mem(struct r8152 * tp) alloc_all_mem() argument 2528 r8152_get_tx_agg(struct r8152 * tp) r8152_get_tx_agg() argument 2553 r8152_csum_workaround(struct r8152 * tp,struct sk_buff * skb,struct sk_buff_head * list) r8152_csum_workaround() argument 2590 r8152_tx_len(struct r8152 * tp,void * tx_desc,u32 len) r8152_tx_len() argument 2620 r8152_tx_csum(struct r8152 * tp,void * d,struct sk_buff * skb,u32 len) r8152_tx_csum() argument 2709 r8152_rx_len(struct r8152 * tp,void * d) r8152_rx_len() argument 2716 r8157_rx_len(struct r8152 * tp,void * d) r8157_rx_len() argument 2737 r8157_tx_csum(struct r8152 * tp,void * tx_desc,struct sk_buff * skb,u32 len) r8157_tx_csum() argument 2755 r8157_tx_len(struct r8152 * tp,void * tx_desc,u32 len) r8157_tx_len() argument 2763 rtl_tx_csum(struct r8152 * tp,void * desc,struct sk_buff * skb,u32 len) rtl_tx_csum() argument 2777 r8152_tx_agg_fill(struct r8152 * tp,struct tx_agg * agg) r8152_tx_agg_fill() argument 2875 r8152_rx_csum(struct r8152 * tp,void * d) r8152_rx_csum() argument 2905 r8157_rx_csum(struct r8152 * tp,void * desc) r8157_rx_csum() argument 2929 rx_count_exceed(struct r8152 * tp) rx_count_exceed() argument 2939 rtl_get_free_rx(struct r8152 * tp,gfp_t mflags) rtl_get_free_rx() argument 2969 rx_bottom(struct r8152 * tp,int budget) rx_bottom() argument 3160 tx_bottom(struct r8152 * tp) tx_bottom() argument 3199 struct r8152 *tp = from_tasklet(tp, t, tx_tl); bottom_half() local 3219 struct r8152 *tp = container_of(napi, struct r8152, napi); r8152_poll() local 3239 r8152_submit_rx(struct r8152 * tp,struct rx_agg * agg,gfp_t mem_flags) r8152_submit_rx() argument 3274 rtl_drop_queued_tx(struct r8152 * tp) rtl_drop_queued_tx() argument 3296 struct r8152 *tp = netdev_priv(netdev); rtl8152_tx_timeout() local 3305 struct r8152 *tp = netdev_priv(netdev); rtl8152_set_rx_mode() local 3315 struct r8152 *tp = netdev_priv(netdev); _rtl8152_set_rx_mode() local 3366 struct r8152 *tp = netdev_priv(dev); rtl8152_features_check() local 3387 struct r8152 *tp = netdev_priv(netdev); rtl8152_start_xmit() local 3408 r8152b_reset_packet_filter(struct r8152 * tp) r8152b_reset_packet_filter() argument 3414 rtl8152_nic_reset(struct r8152 * tp) rtl8152_nic_reset() argument 3446 set_tx_qlen(struct r8152 * tp) set_tx_qlen() argument 3451 rtl8152_get_speed(struct r8152 * tp) rtl8152_get_speed() argument 3456 rtl_eee_plus_en(struct r8152 * tp,bool enable) rtl_eee_plus_en() argument 3466 rtl_set_eee_plus(struct r8152 * tp) rtl_set_eee_plus() argument 3474 rxdy_gated_en(struct r8152 * tp,bool enable) rxdy_gated_en() argument 3482 rtl_start_rx(struct r8152 * tp) rtl_start_rx() argument 3525 rtl_stop_rx(struct r8152 * tp) rtl_stop_rx() argument 3565 rtl_set_ifg(struct r8152 * tp,u16 speed) rtl_set_ifg() argument 3580 r8153b_rx_agg_chg_indicate(struct r8152 * tp) r8153b_rx_agg_chg_indicate() argument 3586 rtl_enable(struct r8152 * tp) rtl_enable() argument 3611 rtl8152_enable(struct r8152 * tp) rtl8152_enable() argument 3622 r8153_set_rx_early_timeout(struct r8152 * tp) r8153_set_rx_early_timeout() argument 3664 rx_reserved_size(struct r8152 * tp,u32 mtu) rx_reserved_size() argument 3669 r8153_set_rx_early_size(struct r8152 * tp) r8153_set_rx_early_size() argument 3706 rtl8153_enable(struct r8152 * tp) rtl8153_enable() argument 3732 rtl_disable(struct r8152 * tp) rtl_disable() argument 3773 r8152_power_cut_en(struct r8152 * tp,bool enable) r8152_power_cut_en() argument 3784 rtl_rx_vlan_en(struct r8152 * tp,bool enable) rtl_rx_vlan_en() argument 3827 struct r8152 *tp = netdev_priv(dev); rtl8152_set_features() local 3853 __rtl_get_wol(struct r8152 * tp) __rtl_get_wol() argument 3877 __rtl_set_wol(struct r8152 * tp,u32 wolopts) __rtl_set_wol() argument 3913 r8153_mac_clk_speed_down(struct r8152 * tp,bool enable) r8153_mac_clk_speed_down() argument 3924 r8156_mac_clk_spd(struct r8152 * tp,bool enable) r8156_mac_clk_spd() argument 3939 r8153_u1u2en(struct r8152 * tp,bool enable) r8153_u1u2en() argument 3951 r8153b_u1u2en(struct r8152 * tp,bool enable) r8153b_u1u2en() argument 3961 r8153_u2p3en(struct r8152 * tp,bool enable) r8153_u2p3en() argument 3969 r8157_u2p3en(struct r8152 * tp,bool enable) r8157_u2p3en() argument 3977 r8153b_ups_flags(struct r8152 * tp) r8153b_ups_flags() argument 4052 r8156_ups_flags(struct r8152 * tp) r8156_ups_flags() argument 4134 rtl_green_en(struct r8152 * tp,bool enable) rtl_green_en() argument 4144 r8153b_green_en(struct r8152 * tp,bool enable) r8153b_green_en() argument 4159 r8153_phy_status(struct r8152 * tp,u16 desired) r8153_phy_status() argument 4183 r8153b_ups_en(struct r8152 * tp,bool enable) r8153b_ups_en() argument 4220 r8153c_ups_en(struct r8152 * tp,bool enable) r8153c_ups_en() argument 4263 r8156_ups_en(struct r8152 * tp,bool enable) r8156_ups_en() argument 4299 r8153_power_cut_en(struct r8152 * tp,bool enable) r8153_power_cut_en() argument 4311 r8153b_power_cut_en(struct r8152 * tp,bool enable) r8153b_power_cut_en() argument 4322 r8157_power_cut_en(struct r8152 * tp,bool enable) r8157_power_cut_en() argument 4334 r8153_queue_wake(struct r8152 * tp,bool enable) r8153_queue_wake() argument 4347 rtl_can_wakeup(struct r8152 * tp) rtl_can_wakeup() argument 4354 rtl_runtime_suspend_enable(struct r8152 * tp,bool enable) rtl_runtime_suspend_enable() argument 4377 rtl8153_runtime_enable(struct r8152 * tp,bool enable) rtl8153_runtime_enable() argument 4401 rtl8153b_runtime_enable(struct r8152 * tp,bool enable) rtl8153b_runtime_enable() argument 4418 rtl8153c_runtime_enable(struct r8152 * tp,bool enable) rtl8153c_runtime_enable() argument 4434 rtl8156_runtime_enable(struct r8152 * tp,bool enable) rtl8156_runtime_enable() argument 4450 rtl8157_runtime_enable(struct r8152 * tp,bool enable) rtl8157_runtime_enable() argument 4466 r8153_teredo_off(struct r8152 * tp) r8153_teredo_off() argument 4504 rtl_reset_bmu(struct r8152 * tp) rtl_reset_bmu() argument 4513 rtl_clear_bp(struct r8152 * tp,u16 type) rtl_clear_bp() argument 4558 rtl_reset_ocp_base(struct r8152 * tp) rtl_reset_ocp_base() argument 4563 rtl_phy_patch_request(struct r8152 * tp,bool request,bool wait) rtl_phy_patch_request() argument 4598 rtl_patch_key_set(struct r8152 * tp,u16 key_addr,u16 patch_key) rtl_patch_key_set() argument 4613 rtl_pre_ram_code(struct r8152 * tp,u16 key_addr,u16 patch_key,bool wait) rtl_pre_ram_code() argument 4623 rtl_post_ram_code(struct r8152 * tp,u16 key_addr,bool wait) rtl_post_ram_code() argument 4632 rtl8152_is_fw_phy_speed_up_ok(struct r8152 * tp,struct fw_phy_speed_up * phy) rtl8152_is_fw_phy_speed_up_ok() argument 4683 rtl8152_is_fw_phy_ver_ok(struct r8152 * tp,struct fw_phy_ver * ver) rtl8152_is_fw_phy_ver_ok() argument 4713 rtl8152_is_fw_phy_fixup_ok(struct r8152 * tp,struct fw_phy_fixup * fix) rtl8152_is_fw_phy_fixup_ok() argument 4744 rtl8152_is_fw_phy_union_ok(struct r8152 * tp,struct fw_phy_union * phy) rtl8152_is_fw_phy_union_ok() argument 4789 rtl8152_is_fw_phy_nc_ok(struct r8152 * tp,struct fw_phy_nc * phy) rtl8152_is_fw_phy_nc_ok() argument 4865 rtl8152_is_fw_mac_ok(struct r8152 * tp,struct fw_mac * mac) rtl8152_is_fw_mac_ok() argument 5005 rtl8152_fw_verify_checksum(struct r8152 * tp,struct fw_header * fw_hdr,size_t size) rtl8152_fw_verify_checksum() argument 5020 rtl8152_check_firmware(struct r8152 * tp,struct rtl_fw * rtl_fw) rtl8152_check_firmware() argument 5304 rtl_ram_code_speed_up(struct r8152 * tp,struct fw_phy_speed_up * phy,bool wait) rtl_ram_code_speed_up() argument 5364 rtl8152_fw_phy_ver(struct r8152 * tp,struct fw_phy_ver * phy_ver) rtl8152_fw_phy_ver() argument 5385 rtl8152_fw_phy_fixup(struct r8152 * tp,struct fw_phy_fixup * fix) rtl8152_fw_phy_fixup() argument 5416 rtl8152_fw_phy_union_apply(struct r8152 * tp,struct fw_phy_union * phy) rtl8152_fw_phy_union_apply() argument 5448 rtl8152_fw_phy_nc_apply(struct r8152 * tp,struct fw_phy_nc * phy) rtl8152_fw_phy_nc_apply() argument 5485 rtl8152_fw_mac_apply(struct r8152 * tp,struct fw_mac * mac) rtl8152_fw_mac_apply() argument 5555 rtl8152_apply_firmware(struct r8152 * tp,bool power_cut) rtl8152_apply_firmware() argument 5634 rtl8152_release_firmware(struct r8152 * tp) rtl8152_release_firmware() argument 5644 rtl8152_request_firmware(struct r8152 * tp) rtl8152_request_firmware() argument 5675 r8152_aldps_en(struct r8152 * tp,bool enable) r8152_aldps_en() argument 5687 r8152_mmd_indirect(struct r8152 * tp,u16 dev,u16 reg) r8152_mmd_indirect() argument 5694 r8152_mmd_read(struct r8152 * tp,u16 dev,u16 reg) r8152_mmd_read() argument 5705 r8152_mmd_write(struct r8152 * tp,u16 dev,u16 reg,u16 data) r8152_mmd_write() argument 5712 r8152_eee_en(struct r8152 * tp,bool enable) r8152_eee_en() argument 5741 r8153_eee_en(struct r8152 * tp,bool enable) r8153_eee_en() argument 5758 r8156_eee_en(struct r8152 * tp,bool enable) r8156_eee_en() argument 5779 rtl_eee_enable(struct r8152 * tp,bool enable) rtl_eee_enable() argument 5828 r8152b_enable_fc(struct r8152 * tp) r8152b_enable_fc() argument 5836 rtl8152_disable(struct r8152 * tp) rtl8152_disable() argument 5843 r8152b_hw_phy_cfg(struct r8152 * tp) r8152b_hw_phy_cfg() argument 5853 wait_oob_link_list_ready(struct r8152 * tp) wait_oob_link_list_ready() argument 5868 r8156b_wait_loading_flash(struct r8152 * tp) r8156b_wait_loading_flash() argument 5884 r8152b_exit_oob(struct r8152 * tp) r8152b_exit_oob() argument 5938 r8152b_enter_oob(struct r8152 * tp) r8152b_enter_oob() argument 5969 r8153_pre_firmware_1(struct r8152 * tp) r8153_pre_firmware_1() argument 5987 r8153_post_firmware_1(struct r8152 * tp) r8153_post_firmware_1() argument 5999 r8153_pre_firmware_2(struct r8152 * tp) r8153_pre_firmware_2() argument 6008 r8153_post_firmware_2(struct r8152 * tp) r8153_post_firmware_2() argument 6028 r8153_post_firmware_3(struct r8152 * tp) r8153_post_firmware_3() argument 6038 r8153b_pre_firmware_1(struct r8152 * tp) r8153b_pre_firmware_1() argument 6047 r8153b_post_firmware_1(struct r8152 * tp) r8153b_post_firmware_1() argument 6065 r8153c_post_firmware_1(struct r8152 * tp) r8153c_post_firmware_1() argument 6074 r8156a_post_firmware_1(struct r8152 * tp) r8156a_post_firmware_1() argument 6085 r8153_aldps_en(struct r8152 * tp,bool enable) r8153_aldps_en() argument 6105 r8153_hw_phy_cfg(struct r8152 * tp) r8153_hw_phy_cfg() argument 6155 r8152_efuse_read(struct r8152 * tp,u8 addr) r8152_efuse_read() argument 6167 r8153b_hw_phy_cfg(struct r8152 * tp) r8153b_hw_phy_cfg() argument 6257 r8153c_hw_phy_cfg(struct r8152 * tp) r8153c_hw_phy_cfg() argument 6264 rtl8153_change_mtu(struct r8152 * tp) rtl8153_change_mtu() argument 6270 r8153_first_init(struct r8152 * tp) r8153_first_init() argument 6306 r8153_enter_oob(struct r8152 * tp) r8153_enter_oob() argument 6365 rtl8153_disable(struct r8152 * tp) rtl8153_disable() argument 6373 fc_pause_on_auto(struct r8152 * tp) fc_pause_on_auto() argument 6378 fc_pause_off_auto(struct r8152 * tp) fc_pause_off_auto() argument 6383 r8156_fc_parameter(struct r8152 * tp) r8156_fc_parameter() argument 6392 rtl8156_enable(struct r8152 * tp) rtl8156_enable() argument 6446 rtl8156_disable(struct r8152 * tp) rtl8156_disable() argument 6454 rtl8152_set_speed(struct r8152 * tp,u8 autoneg,u32 speed,u8 duplex,u32 advertising) rtl8152_set_speed() argument 6604 rtl8152_up(struct r8152 * tp) rtl8152_up() argument 6614 rtl8152_down(struct r8152 * tp) rtl8152_down() argument 6627 rtl8153_up(struct r8152 * tp) rtl8153_up() argument 6659 rtl8153_down(struct r8152 * tp) rtl8153_down() argument 6676 rtl8153b_up(struct r8152 * tp) rtl8153b_up() argument 6697 rtl8153b_down(struct r8152 * tp) rtl8153b_down() argument 6715 rtl8153c_change_mtu(struct r8152 * tp) rtl8153c_change_mtu() argument 6731 rtl8153c_up(struct r8152 * tp) rtl8153c_up() argument 6785 rtl8156_change_mtu(struct r8152 * tp) rtl8156_change_mtu() argument 6799 rtl8156_up(struct r8152 * tp) rtl8156_up() argument 6866 rtl8156_down(struct r8152 * tp) rtl8156_down() argument 6915 rtl8152_in_nway(struct r8152 * tp) rtl8152_in_nway() argument 6931 rtl8153_in_nway(struct r8152 * tp) rtl8153_in_nway() argument 6941 r8156_mdio_force_mode(struct r8152 * tp) r8156_mdio_force_mode() argument 6956 set_carrier(struct r8152 * tp) set_carrier() argument 6995 struct r8152 *tp = container_of(work, struct r8152, schedule.work); rtl_work_func_t() local 7037 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work); rtl_hw_phy_work_func_t() local 7072 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier); rtl_notifier() local 7097 struct r8152 *tp = netdev_priv(netdev); rtl8152_open() local 7152 struct r8152 *tp = netdev_priv(netdev); rtl8152_close() local 7185 rtl_tally_reset(struct r8152 * tp) rtl_tally_reset() argument 7190 r8152b_init(struct r8152 * tp) r8152b_init() argument 7224 r8153_init(struct r8152 * tp) r8153_init() argument 7341 r8153b_init(struct r8152 * tp) r8153b_init() argument 7411 r8153c_init(struct r8152 * tp) r8153c_init() argument 7480 r8156_hw_phy_cfg(struct r8152 * tp) r8156_hw_phy_cfg() argument 7694 r8156b_hw_phy_cfg(struct r8152 * tp) r8156b_hw_phy_cfg() argument 7953 r8157_hw_phy_cfg(struct r8152 * tp) r8157_hw_phy_cfg() argument 8158 r8156_init(struct r8152 * tp) r8156_init() argument 8331 struct r8152 *tp = usb_get_intfdata(intf); rtl8152_pre_reset() local 8362 struct r8152 *tp = usb_get_intfdata(intf); rtl8152_post_reset() local 8401 delay_autosuspend(struct r8152 * tp) delay_autosuspend() argument 8424 rtl8152_runtime_resume(struct r8152 * tp) rtl8152_runtime_resume() argument 8463 rtl8152_system_resume(struct r8152 * tp) rtl8152_system_resume() argument 8479 rtl8152_runtime_suspend(struct r8152 * tp) rtl8152_runtime_suspend() argument 8537 rtl8152_system_suspend(struct r8152 * tp) rtl8152_system_suspend() argument 8568 struct r8152 *tp = usb_get_intfdata(intf); rtl8152_suspend() local 8585 struct r8152 *tp = usb_get_intfdata(intf); rtl8152_resume() local 8618 struct r8152 *tp = usb_get_intfdata(intf); rtl8152_reset_resume() local 8630 struct r8152 *tp = netdev_priv(dev); rtl8152_get_wol() local 8650 struct r8152 *tp = netdev_priv(dev); rtl8152_set_wol() local 8678 struct r8152 *tp = netdev_priv(dev); rtl8152_get_msglevel() local 8685 struct r8152 *tp = netdev_priv(dev); rtl8152_set_msglevel() local 8693 struct r8152 *tp = netdev_priv(netdev); rtl8152_get_drvinfo() local 8706 struct r8152 *tp = netdev_priv(netdev); rtl8152_get_link_ksettings() local 8768 struct r8152 *tp = netdev_priv(dev); rtl8152_set_link_ksettings() local 8856 struct r8152 *tp = netdev_priv(dev); rtl8152_get_ethtool_stats() local 8890 r8152_get_eee(struct r8152 * tp,struct ethtool_keee * eee) r8152_get_eee() argument 8919 r8152_set_eee(struct r8152 * tp,struct ethtool_keee * eee) r8152_set_eee() argument 8934 r8153_get_eee(struct r8152 * tp,struct ethtool_keee * eee) r8153_get_eee() argument 8988 struct r8152 *tp = netdev_priv(net); rtl_ethtool_get_eee() local 9015 struct r8152 *tp = netdev_priv(net); rtl_ethtool_set_eee() local 9043 struct r8152 *tp = netdev_priv(dev); rtl8152_nway_reset() local 9067 struct r8152 *tp = netdev_priv(netdev); rtl8152_get_coalesce() local 9088 struct r8152 *tp = netdev_priv(netdev); rtl8152_set_coalesce() local 9135 struct r8152 *tp = netdev_priv(netdev); rtl8152_get_tunable() local 9152 struct r8152 *tp = netdev_priv(netdev); rtl8152_set_tunable() local 9188 struct r8152 *tp = netdev_priv(netdev); rtl8152_get_ringparam() local 9199 struct r8152 *tp = netdev_priv(netdev); rtl8152_set_ringparam() local 9221 struct r8152 *tp = netdev_priv(netdev); rtl8152_get_pauseparam() local 9258 struct r8152 *tp = netdev_priv(netdev); rtl8152_set_pauseparam() local 9321 struct r8152 *tp = netdev_priv(netdev); rtl8152_ioctl() local 9365 struct r8152 *tp = netdev_priv(dev); rtl8152_change_mtu() local 9425 rtl8152_unload(struct r8152 * tp) rtl8152_unload() argument 9434 rtl8153_unload(struct r8152 * tp) rtl8153_unload() argument 9447 rtl8153b_unload(struct r8152 * tp) rtl8153b_unload() argument 9455 r8152_desc_init(struct r8152 * tp) r8152_desc_init() argument 9471 r8157_desc_init(struct r8152 * tp) r8157_desc_init() argument 9487 rtl_ops_init(struct r8152 * tp) rtl_ops_init() argument 9671 rtl_fw_init(struct r8152 * tp) rtl_fw_init() argument 9850 struct r8152 *tp; rtl8152_probe_once() local 10085 struct r8152 *tp = usb_get_intfdata(intf); rtl8152_disconnect() local [all...] |