Searched refs:tcb_destroy_cbfn (Results 1 – 3 of 3) sorted by relevance
491 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member525 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member
3734 tx->tcb_destroy_cbfn = tx_cbfn->tcb_destroy_cbfn; in bna_tx_create()3840 if (tx->tcb_destroy_cbfn) in bna_tx_destroy()3841 (tx->tcb_destroy_cbfn)(tx->bna->bnad, txq->tcb); in bna_tx_destroy()
1966 .tcb_destroy_cbfn = bnad_cb_tcb_destroy, in bnad_setup_tx()