Lines Matching defs:rp
3270 static unsigned int niu_hash_rxaddr(struct rx_ring_info *rp, u64 a) in niu_hash_rxaddr()
3278 static struct page *niu_find_rxpage(struct rx_ring_info *rp, u64 addr, in niu_find_rxpage()
3298 static void niu_hash_page(struct rx_ring_info *rp, struct page *page, u64 base) in niu_hash_page()
3307 static int niu_rbr_add_page(struct niu *np, struct rx_ring_info *rp, in niu_rbr_add_page()
3339 static void niu_rbr_refill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_refill()
3364 static int niu_rx_pkt_ignore(struct niu *np, struct rx_ring_info *rp) in niu_rx_pkt_ignore()
3405 struct rx_ring_info *rp) in niu_process_rx_pkt()
3494 static int niu_rbr_fill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_fill()
3512 static void niu_rbr_free(struct niu *np, struct rx_ring_info *rp) in niu_rbr_free()
3540 static int release_tx_packet(struct niu *np, struct tx_ring_info *rp, int idx) in release_tx_packet()
3582 #define NIU_TX_WAKEUP_THRESH(rp) ((rp)->pending / 4) argument
3584 static void niu_tx_work(struct niu *np, struct tx_ring_info *rp) in niu_tx_work()
3627 struct rx_ring_info *rp, in niu_sync_rx_discard_stats()
3679 struct rx_ring_info *rp, int budget) in niu_rx_work()
3738 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_poll_core() local
3745 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_poll_core() local
3777 static void niu_log_rxchan_errors(struct niu *np, struct rx_ring_info *rp, in niu_log_rxchan_errors()
3814 static int niu_rx_error(struct niu *np, struct rx_ring_info *rp) in niu_rx_error()
3838 static void niu_log_txchan_errors(struct niu *np, struct tx_ring_info *rp, in niu_log_txchan_errors()
3863 static int niu_tx_error(struct niu *np, struct tx_ring_info *rp) in niu_tx_error()
4072 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_slowpath_interrupt() local
4090 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_slowpath_interrupt() local
4123 static void niu_rxchan_intr(struct niu *np, struct rx_ring_info *rp, in niu_rxchan_intr()
4137 static void niu_txchan_intr(struct niu *np, struct tx_ring_info *rp, in niu_txchan_intr()
4156 struct rx_ring_info *rp = &np->rx_rings[i]; in __niu_fastpath_interrupt() local
4168 struct tx_ring_info *rp = &np->tx_rings[i]; in __niu_fastpath_interrupt() local
4236 static void niu_free_rx_ring_info(struct niu *np, struct rx_ring_info *rp) in niu_free_rx_ring_info()
4266 static void niu_free_tx_ring_info(struct niu *np, struct tx_ring_info *rp) in niu_free_tx_ring_info()
4299 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_free_channels() local
4310 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_free_channels() local
4321 struct rx_ring_info *rp) in niu_alloc_rx_ring_info()
4371 static void niu_set_max_burst(struct niu *np, struct tx_ring_info *rp) in niu_set_max_burst()
4384 struct tx_ring_info *rp) in niu_alloc_tx_ring_info()
4423 static void niu_size_rbr(struct niu *np, struct rx_ring_info *rp) in niu_size_rbr()
4482 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_alloc_channels() local
4522 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_alloc_channels() local
4653 static int niu_init_one_tx_channel(struct niu *np, struct tx_ring_info *rp) in niu_init_one_tx_channel()
4793 static void niu_rx_channel_wred_init(struct niu *np, struct rx_ring_info *rp) in niu_rx_channel_wred_init()
4804 static int niu_compute_rbr_cfig_b(struct rx_ring_info *rp, u64 *ret) in niu_compute_rbr_cfig_b()
4906 static int niu_init_one_rx_channel(struct niu *np, struct rx_ring_info *rp) in niu_init_one_rx_channel()
4980 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_init_rx_channels() local
5819 static void niu_stop_one_tx_channel(struct niu *np, struct tx_ring_info *rp) in niu_stop_one_tx_channel()
5829 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_stop_tx_channels() local
5835 static void niu_reset_one_tx_channel(struct niu *np, struct tx_ring_info *rp) in niu_reset_one_tx_channel()
5845 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_reset_tx_channels() local
5851 static void niu_stop_one_rx_channel(struct niu *np, struct rx_ring_info *rp) in niu_stop_one_rx_channel()
5861 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_stop_rx_channels() local
5867 static void niu_reset_one_rx_channel(struct niu *np, struct rx_ring_info *rp) in niu_reset_one_rx_channel()
5882 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_reset_rx_channels() local
5928 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_init_hw() local
6231 struct rx_ring_info *rp = &rx_rings[i]; in niu_get_rx_stats() local
6262 struct tx_ring_info *rp = &tx_rings[i]; in niu_get_tx_stats() local
6436 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_reset_buffers() local
6465 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_reset_buffers() local
6528 static void niu_set_txd(struct tx_ring_info *rp, int index, in niu_set_txd()
6611 struct tx_ring_info *rp; in niu_start_xmit() local
7790 struct rx_ring_info *rp = &np->rx_rings[i]; in niu_get_ethtool_stats() local
7802 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_get_ethtool_stats() local