Home
last modified time | relevance | path

Searched refs:bna_rxp (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c562 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()
[all …]
Dbna_types.h582 struct bna_rxp *rxp;
694 struct bna_rxp { struct
846 struct bna_rxp *rxp; /* BFI_MAX_RXQ entries */
Dbna_enet.c1930 attr->num_rxp * sizeof(struct bna_rxp); in bna_mod_res_req()