Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_types.h32 struct bna_rxq;
561 struct bna_rxq *rxq;
570 struct bna_rxq { struct
596 struct bna_rxq *hdr; argument
597 struct bna_rxq *data;
600 struct bna_rxq *small;
601 struct bna_rxq *large;
604 struct bna_rxq *only;
605 struct bna_rxq *reserved;
840 struct bna_rxq *rxq; /* BFI_MAX_RXQ entries */
Dbna_tx_rx.c1625 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start()
1769 static struct bna_rxq *
1772 struct bna_rxq *rxq = NULL; in bna_rxq_get()
1774 rxq = list_first_entry(&rx_mod->rxq_free_q, struct bna_rxq, qe); in bna_rxq_get()
1782 bna_rxq_put(struct bna_rx_mod *rx_mod, struct bna_rxq *rxq) in bna_rxq_put()
1839 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, in bna_rxp_add_rxqs()
1840 struct bna_rxq *q1) in bna_rxp_add_rxqs()
1861 bna_rxq_qpt_setup(struct bna_rxq *rxq, in bna_rxq_qpt_setup()
2037 struct bna_rxq *rxq_ptr; in bna_rx_mod_init()
2046 rx_mod->rxq = (struct bna_rxq *) in bna_rx_mod_init()
[all …]
Dbna_enet.c1946 (attr->num_rxp * 2) * sizeof(struct bna_rxq); in bna_mod_res_req()