Lines Matching refs:bna_rxp
562 struct bna_rxp *rxp; in bna_rit_init()
1470 struct bna_rxp *rxp; in bna_rx_sm_started_entry()
1616 struct bna_rxp *rxp = NULL; in bna_bfi_rx_enet_start()
1629 : list_first_entry(&rx->rxp_q, struct bna_rxp, qe); in bna_bfi_rx_enet_start()
1731 struct bna_rxp *rxp; in bna_rx_enet_stop()
1780 static struct bna_rxp *
1783 struct bna_rxp *rxp = NULL; in bna_rxp_get()
1785 rxp = list_first_entry(&rx_mod->rxp_free_q, struct bna_rxp, qe); in bna_rxp_get()
1793 bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp) in bna_rxp_put()
1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, in bna_rxp_add_rxqs()
1854 struct bna_rxp *rxp, in bna_rxq_qpt_setup()
1892 bna_rxp_cqpt_setup(struct bna_rxp *rxp, in bna_rxp_cqpt_setup()
2028 struct bna_rxp *rxp_ptr; in bna_rx_mod_init()
2036 rx_mod->rxp = (struct bna_rxp *) in bna_rx_mod_init()
2089 struct bna_rxp *rxp = NULL; in bna_bfi_rx_enet_start_rsp()
2098 for (i = 0, rxp = list_first_entry(&rx->rxp_q, struct bna_rxp, qe); in bna_bfi_rx_enet_start_rsp()
2258 struct bna_rxp *rxp; in bna_rx_create()
2488 struct bna_rxp *rxp; in bna_rx_destroy()
2494 rxp = list_first_entry(&rx->rxp_q, struct bna_rxp, qe); in bna_rx_destroy()
2676 struct bna_rxp *rxp; in bna_rx_coalescing_timeo_set()