Lines Matching defs:rp

3289 static unsigned int niu_hash_rxaddr(struct rx_ring_info *rp, u64 a)  in niu_hash_rxaddr()
3297 static struct page *niu_find_rxpage(struct rx_ring_info *rp, u64 addr, in niu_find_rxpage()
3317 static void niu_hash_page(struct rx_ring_info *rp, struct page *page, u64 base) in niu_hash_page()
3326 static int niu_rbr_add_page(struct niu *np, struct rx_ring_info *rp, in niu_rbr_add_page()
3358 static void niu_rbr_refill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_refill()
3383 static int niu_rx_pkt_ignore(struct niu *np, struct rx_ring_info *rp) in niu_rx_pkt_ignore()
3424 struct rx_ring_info *rp) in niu_process_rx_pkt()
3513 static int niu_rbr_fill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_fill()
3531 static void niu_rbr_free(struct niu *np, struct rx_ring_info *rp) in niu_rbr_free()
3559 static int release_tx_packet(struct niu *np, struct tx_ring_info *rp, int idx) in release_tx_packet()
3601 #define NIU_TX_WAKEUP_THRESH(rp) ((rp)->pending / 4) argument
3603 static void niu_tx_work(struct niu *np, struct tx_ring_info *rp) in niu_tx_work()
3646 struct rx_ring_info *rp, in niu_sync_rx_discard_stats()
3698 struct rx_ring_info *rp, int budget) in niu_rx_work()
3757 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_poll_core() local
3764 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_poll_core() local
3796 static void niu_log_rxchan_errors(struct niu *np, struct rx_ring_info *rp, in niu_log_rxchan_errors()
3833 static int niu_rx_error(struct niu *np, struct rx_ring_info *rp) in niu_rx_error()
3857 static void niu_log_txchan_errors(struct niu *np, struct tx_ring_info *rp, in niu_log_txchan_errors()
3882 static int niu_tx_error(struct niu *np, struct tx_ring_info *rp) in niu_tx_error()
4091 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_slowpath_interrupt() local
4109 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_slowpath_interrupt() local
4142 static void niu_rxchan_intr(struct niu *np, struct rx_ring_info *rp, in niu_rxchan_intr()
4156 static void niu_txchan_intr(struct niu *np, struct tx_ring_info *rp, in niu_txchan_intr()
4175 struct rx_ring_info *rp = &np->rx_rings[i]; in __niu_fastpath_interrupt() local
4187 struct tx_ring_info *rp = &np->tx_rings[i]; in __niu_fastpath_interrupt() local
4255 static void niu_free_rx_ring_info(struct niu *np, struct rx_ring_info *rp) in niu_free_rx_ring_info()
4285 static void niu_free_tx_ring_info(struct niu *np, struct tx_ring_info *rp) in niu_free_tx_ring_info()
4318 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_free_channels() local
4329 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_free_channels() local
4340 struct rx_ring_info *rp) in niu_alloc_rx_ring_info()
4390 static void niu_set_max_burst(struct niu *np, struct tx_ring_info *rp) in niu_set_max_burst()
4403 struct tx_ring_info *rp) in niu_alloc_tx_ring_info()
4442 static void niu_size_rbr(struct niu *np, struct rx_ring_info *rp) in niu_size_rbr()
4501 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_alloc_channels() local
4541 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_alloc_channels() local
4672 static int niu_init_one_tx_channel(struct niu *np, struct tx_ring_info *rp) in niu_init_one_tx_channel()
4812 static void niu_rx_channel_wred_init(struct niu *np, struct rx_ring_info *rp) in niu_rx_channel_wred_init()
4823 static int niu_compute_rbr_cfig_b(struct rx_ring_info *rp, u64 *ret) in niu_compute_rbr_cfig_b()
4925 static int niu_init_one_rx_channel(struct niu *np, struct rx_ring_info *rp) in niu_init_one_rx_channel()
4999 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_init_rx_channels() local
5838 static void niu_stop_one_tx_channel(struct niu *np, struct tx_ring_info *rp) in niu_stop_one_tx_channel()
5848 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_stop_tx_channels() local
5854 static void niu_reset_one_tx_channel(struct niu *np, struct tx_ring_info *rp) in niu_reset_one_tx_channel()
5864 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_reset_tx_channels() local
5870 static void niu_stop_one_rx_channel(struct niu *np, struct rx_ring_info *rp) in niu_stop_one_rx_channel()
5880 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_stop_rx_channels() local
5886 static void niu_reset_one_rx_channel(struct niu *np, struct rx_ring_info *rp) in niu_reset_one_rx_channel()
5901 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_reset_rx_channels() local
5947 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_init_hw() local
6250 struct rx_ring_info *rp = &rx_rings[i]; in niu_get_rx_stats() local
6281 struct tx_ring_info *rp = &tx_rings[i]; in niu_get_tx_stats() local
6455 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_reset_buffers() local
6483 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_reset_buffers() local
6546 static void niu_set_txd(struct tx_ring_info *rp, int index, in niu_set_txd()
6629 struct tx_ring_info *rp; in niu_start_xmit() local
7808 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_get_ethtool_stats() local
7820 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_get_ethtool_stats() local