Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c570 struct bna_rxp *rxp; in bna_rit_init()
1478 struct bna_rxp *rxp; in bna_rx_sm_started_entry()
1624 struct bna_rxp *rxp = NULL; in bna_bfi_rx_enet_start()
1637 : list_first_entry(&rx->rxp_q, struct bna_rxp, qe); in bna_bfi_rx_enet_start()
1739 struct bna_rxp *rxp; in bna_rx_enet_stop()
1788 static struct bna_rxp *
1791 struct bna_rxp *rxp = NULL; in bna_rxp_get()
1793 rxp = list_first_entry(&rx_mod->rxp_free_q, struct bna_rxp, qe); in bna_rxp_get()
1801 bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp) in bna_rxp_put()
1839 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, in bna_rxp_add_rxqs()
[all …]
Dbna_types.h581 struct bna_rxp *rxp;
693 struct bna_rxp { struct
839 struct bna_rxp *rxp; /* BFI_MAX_RXQ entries */
Dbna_enet.c1938 attr->num_rxp * sizeof(struct bna_rxp); in bna_mod_res_req()