Lines Matching refs:bna_tx
331 struct bna_tx *__tx; \
335 __tx = (struct bna_tx *)qe; \
423 void bna_bfi_tx_enet_start_rsp(struct bna_tx *tx,
425 void bna_bfi_tx_enet_stop_rsp(struct bna_tx *tx,
442 struct bna_tx *bna_tx_create(struct bna *bna, struct bnad *bnad,
446 void bna_tx_destroy(struct bna_tx *tx);
447 void bna_tx_enable(struct bna_tx *tx);
448 void bna_tx_disable(struct bna_tx *tx, enum bna_cleanup_type type,
449 void (*cbfn)(void *, struct bna_tx *));
450 void bna_tx_cleanup_complete(struct bna_tx *tx);
451 void bna_tx_coalescing_timeo_set(struct bna_tx *tx, int coalescing_timeo);