Searched refs:tcb_destroy_cbfn (Results 1 – 3 of 3) sorted by relevance
482 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member513 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member
3421 tx->tcb_destroy_cbfn = tx_cbfn->tcb_destroy_cbfn; in bna_tx_create()3524 if (tx->tcb_destroy_cbfn) in bna_tx_destroy()3525 (tx->tcb_destroy_cbfn)(tx->bna->bnad, txq->tcb); in bna_tx_destroy()
1969 .tcb_destroy_cbfn = bnad_cb_tcb_destroy, in bnad_setup_tx()