Searched refs:tx_cleanup_cbfn (Results 1 – 3 of 3) sorted by relevance
485 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member517 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member
2902 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_started()2926 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_stop_wait()2986 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_stop_wait()3005 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_cleanup_wait_entry()3425 tx->tx_cleanup_cbfn = tx_cbfn->tx_cleanup_cbfn; in bna_tx_create()
1972 .tx_cleanup_cbfn = bnad_cb_tx_cleanup, in bnad_setup_tx()