Searched refs:tcb_setup_cbfn (Results 1 – 3 of 3) sorted by relevance
490 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member524 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member
3733 tx->tcb_setup_cbfn = tx_cbfn->tcb_setup_cbfn; in bna_tx_create()3808 if (tx->tcb_setup_cbfn) in bna_tx_create()3809 (tx->tcb_setup_cbfn)(bna->bnad, txq->tcb); in bna_tx_create()
1965 .tcb_setup_cbfn = bnad_cb_tcb_setup, in bnad_setup_tx()