Searched refs:bna_txq (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 30 struct bna_txq; 434 struct bna_txq *txq; 446 struct bna_txq { struct 523 struct bna_txq *txq; /* BFI_MAX_TXQ entries */
|
D | bna_tx_rx.c | 2878 struct bna_txq *txq; in bna_tx_sm_started_entry() 3097 struct bna_txq *txq = NULL; in bna_bfi_tx_enet_start() 3108 : list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_bfi_tx_enet_start() 3159 struct bna_txq *txq; in bna_tx_enet_stop() 3169 bna_txq_qpt_setup(struct bna_txq *txq, int page_count, int page_size, in bna_txq_qpt_setup() 3225 struct bna_txq *txq; in bna_tx_free() 3229 txq = list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_tx_free() 3281 struct bna_txq *txq = NULL; in bna_bfi_tx_enet_start_rsp() 3289 for (i = 0, txq = list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_bfi_tx_enet_start_rsp() 3379 struct bna_txq *txq; in bna_tx_create() [all …]
|
D | bna_enet.c | 1922 attr->num_txq * sizeof(struct bna_txq); in bna_mod_res_req()
|