Searched refs:tx_cleanup_cbfn (Results 1 – 3 of 3) sorted by relevance
486 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member518 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member
2894 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_started()2918 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_stop_wait()2978 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_stop_wait()2997 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_cleanup_wait_entry()3417 tx->tx_cleanup_cbfn = tx_cbfn->tx_cleanup_cbfn; in bna_tx_create()
1953 .tx_cleanup_cbfn = bnad_cb_tx_cleanup, in bnad_setup_tx()