Searched refs:bna_txq (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_types.h | 22 struct bna_txq; 432 struct bna_txq *txq; 444 struct bna_txq { struct 524 struct bna_txq *txq; /* BFI_MAX_TXQ entries */
|
H A D | bna_tx_rx.c | 2870 struct bna_txq *txq; in bna_tx_sm_started_entry() 3089 struct bna_txq *txq = NULL; in bna_bfi_tx_enet_start() 3100 : list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_bfi_tx_enet_start() 3151 struct bna_txq *txq; in bna_tx_enet_stop() 3161 bna_txq_qpt_setup(struct bna_txq *txq, int page_count, int page_size, in bna_txq_qpt_setup() 3217 struct bna_txq *txq; in bna_tx_free() 3221 txq = list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_tx_free() 3273 struct bna_txq *txq = NULL; in bna_bfi_tx_enet_start_rsp() 3281 for (i = 0, txq = list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_bfi_tx_enet_start_rsp() 3371 struct bna_txq *txq; in bna_tx_create() [all …]
|
H A D | bna_enet.c | 1914 attr->num_txq * sizeof(struct bna_txq); in bna_mod_res_req()
|