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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h24 struct bna_rxq;
562 struct bna_rxq *rxq;
571 struct bna_rxq { struct
597 struct bna_rxq *hdr;
598 struct bna_rxq *data;
601 struct bna_rxq *small;
602 struct bna_rxq *large;
605 struct bna_rxq *only;
606 struct bna_rxq *reserved;
847 struct bna_rxq *rx
[all...]
H A Dbna_tx_rx.c1617 struct bna_rxq *q0 = NULL, *q1 = NULL;
1761 static struct bna_rxq *
1764 struct bna_rxq *rxq = NULL;
1766 rxq = list_first_entry(&rx_mod->rxq_free_q, struct bna_rxq, qe);
1774 bna_rxq_put(struct bna_rx_mod *rx_mod, struct bna_rxq *rxq)
1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0,
1832 struct bna_rxq *q1)
1853 bna_rxq_qpt_setup(struct bna_rxq *rxq,
2029 struct bna_rxq *rxq_ptr;
2038 rx_mod->rxq = (struct bna_rxq *)
[all...]
H A Dbna_enet.c1938 (attr->num_rxp * 2) * sizeof(struct bna_rxq);

Completed in 119 milliseconds