Searched refs:tcb_destroy_cbfn (Results 1 – 3 of 3) sorted by relevance
492 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member526 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member
3735 tx->tcb_destroy_cbfn = tx_cbfn->tcb_destroy_cbfn; in bna_tx_create()3841 if (tx->tcb_destroy_cbfn) in bna_tx_destroy()3842 (tx->tcb_destroy_cbfn)(tx->bna->bnad, txq->tcb); in bna_tx_destroy()
1967 .tcb_destroy_cbfn = bnad_cb_tcb_destroy, in bnad_setup_tx()