Searched refs:tx_cleanup_cbfn (Results 1 – 3 of 3) sorted by relevance
495 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member530 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member
3172 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_started()3197 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_stop_wait()3260 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_stop_wait()3281 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_cleanup_wait_entry()3739 tx->tx_cleanup_cbfn = tx_cbfn->tx_cleanup_cbfn; in bna_tx_create()
1970 .tx_cleanup_cbfn = bnad_cb_tx_cleanup, in bnad_setup_tx()