Searched refs:tcb_destroy_cbfn (Results 1 – 3 of 3) sorted by relevance
483 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member514 void (*tcb_destroy_cbfn)(struct bnad *, struct bna_tcb *); member
3413 tx->tcb_destroy_cbfn = tx_cbfn->tcb_destroy_cbfn; in bna_tx_create()3516 if (tx->tcb_destroy_cbfn) in bna_tx_destroy()3517 (tx->tcb_destroy_cbfn)(tx->bna->bnad, txq->tcb); in bna_tx_destroy()
1950 .tcb_destroy_cbfn = bnad_cb_tcb_destroy, in bnad_setup_tx()