Lines Matching defs:tp

104 static void rtase_w8(const struct rtase_private *tp, u16 reg, u8 val8)  in rtase_w8()
109 static void rtase_w16(const struct rtase_private *tp, u16 reg, u16 val16) in rtase_w16()
114 static void rtase_w32(const struct rtase_private *tp, u16 reg, u32 val32) in rtase_w32()
119 static u8 rtase_r8(const struct rtase_private *tp, u16 reg) in rtase_r8()
124 static u16 rtase_r16(const struct rtase_private *tp, u16 reg) in rtase_r16()
129 static u32 rtase_r32(const struct rtase_private *tp, u16 reg) in rtase_r32()
134 static void rtase_free_desc(struct rtase_private *tp) in rtase_free_desc()
160 static int rtase_alloc_desc(struct rtase_private *tp) in rtase_alloc_desc()
208 struct rtase_private *tp = ring->ivec->tp; in rtase_tx_clear_range() local
232 static void rtase_tx_clear(struct rtase_private *tp) in rtase_tx_clear()
264 const struct rtase_private *tp = ring->ivec->tp; in tx_handler() local
318 static void rtase_tx_desc_init(struct rtase_private *tp, u16 idx) in rtase_tx_desc_init()
374 const struct rtase_private *tp = ivec->tp; in rtase_alloc_rx_data_buf() local
449 static void rtase_rx_csum(const struct rtase_private *tp, struct sk_buff *skb, in rtase_rx_csum()
489 struct rtase_private *tp = ring->ivec->tp; in rx_handler() local
587 static void rtase_rx_desc_init(struct rtase_private *tp, u16 idx) in rtase_rx_desc_init()
610 static void rtase_rx_clear(struct rtase_private *tp) in rtase_rx_clear()
623 struct rtase_private *tp = netdev_priv(dev); in rtase_init_ring() local
668 static void rtase_interrupt_mitigation(const struct rtase_private *tp) in rtase_interrupt_mitigation()
679 static void rtase_tally_counter_addr_fill(const struct rtase_private *tp) in rtase_tally_counter_addr_fill()
685 static void rtase_tally_counter_clear(const struct rtase_private *tp) in rtase_tally_counter_clear()
693 static void rtase_desc_addr_fill(const struct rtase_private *tp) in rtase_desc_addr_fill()
740 const struct rtase_private *tp = netdev_priv(dev); in rtase_hw_set_features() local
771 struct rtase_private *tp = netdev_priv(dev); in rtase_hw_set_rx_packet_filter() local
806 static void rtase_irq_dis_and_clear(const struct rtase_private *tp) in rtase_irq_dis_and_clear()
825 static void rtase_poll_timeout(const struct rtase_private *tp, u32 cond, in rtase_poll_timeout()
840 const struct rtase_private *tp = netdev_priv(dev); in rtase_nic_reset() local
873 const struct rtase_private *tp = netdev_priv(dev); in rtase_hw_reset() local
880 static void rtase_set_rx_queue(const struct rtase_private *tp) in rtase_set_rx_queue()
899 static void rtase_set_tx_queue(const struct rtase_private *tp) in rtase_set_tx_queue()
924 const struct rtase_private *tp = netdev_priv(dev); in rtase_hw_config() local
990 const struct rtase_private *tp = netdev_priv(dev); in rtase_nic_enable() local
1004 static void rtase_enable_hw_interrupt(const struct rtase_private *tp) in rtase_enable_hw_interrupt()
1019 const struct rtase_private *tp = netdev_priv(dev); in rtase_hw_start() local
1029 const struct rtase_private *tp; in rtase_interrupt() local
1051 const struct rtase_private *tp; in rtase_q_interrupt() local
1071 const struct rtase_private *tp; in rtase_poll() local
1096 struct rtase_private *tp = netdev_priv(dev); in rtase_open() local
1162 struct rtase_private *tp = netdev_priv(dev); in rtase_down() local
1192 struct rtase_private *tp = netdev_priv(dev); in rtase_close() local
1211 static u32 rtase_tx_vlan_tag(const struct rtase_private *tp, in rtase_tx_vlan_tag()
1254 const struct rtase_private *tp = ring->ivec->tp; in rtase_xmit_frags() local
1312 struct rtase_private *tp = netdev_priv(dev); in rtase_start_xmit() local
1436 static void rtase_enable_eem_write(const struct rtase_private *tp) in rtase_enable_eem_write()
1444 static void rtase_disable_eem_write(const struct rtase_private *tp) in rtase_disable_eem_write()
1452 static void rtase_rar_set(const struct rtase_private *tp, const u8 *addr) in rtase_rar_set()
1470 struct rtase_private *tp = netdev_priv(dev); in rtase_set_mac_address() local
1493 struct rtase_private *tp = netdev_priv(dev); in rtase_wait_for_quiescence() local
1514 struct rtase_private *tp = netdev_priv(dev); in rtase_sw_reset() local
1555 static void rtase_dump_tally_counter(const struct rtase_private *tp) in rtase_dump_tally_counter()
1575 const struct rtase_private *tp = netdev_priv(dev); in rtase_dump_state() local
1660 const struct rtase_private *tp = netdev_priv(dev); in rtase_get_stats64() local
1679 static void rtase_set_hw_cbs(const struct rtase_private *tp, u32 queue) in rtase_set_hw_cbs()
1698 static int rtase_setup_tc_cbs(struct rtase_private *tp, in rtase_setup_tc_cbs()
1728 struct rtase_private *tp = netdev_priv(dev); in rtase_setup_tc() local
1780 struct rtase_private *tp = netdev_priv(dev); in rtase_get_mac_address() local
1802 const struct rtase_private *tp = netdev_priv(dev); in rtase_get_settings() local
1828 const struct rtase_private *tp = netdev_priv(dev); in rtase_get_pauseparam() local
1839 const struct rtase_private *tp = netdev_priv(dev); in rtase_set_pauseparam() local
1860 struct rtase_private *tp = netdev_priv(dev); in rtase_get_eth_mac_stats() local
1889 static void rtase_init_napi(struct rtase_private *tp) in rtase_init_napi()
1902 const struct rtase_private *tp) in rtase_reset_interrupt()
1910 static int rtase_alloc_msix(struct pci_dev *pdev, struct rtase_private *tp) in rtase_alloc_msix()
1940 struct rtase_private *tp) in rtase_alloc_interrupt()
1961 static void rtase_init_hardware(const struct rtase_private *tp) in rtase_init_hardware()
1969 static void rtase_init_int_vector(struct rtase_private *tp) in rtase_init_int_vector()
2055 struct rtase_private *tp) in rtase_init_software_variable()
2078 static int rtase_check_mac_version_valid(struct rtase_private *tp) in rtase_check_mac_version_valid()
2171 const struct rtase_private *tp = netdev_priv(dev); in rtase_release_board() local
2192 struct rtase_private *tp; in rtase_init_one() local
2304 struct rtase_private *tp = netdev_priv(dev); in rtase_remove_one() local
2331 const struct rtase_private *tp; in rtase_shutdown() local
2356 struct rtase_private *tp = netdev_priv(dev); in rtase_resume() local