Searched refs:tcb_setup_cbfn (Results 1 – 3 of 3) sorted by relevance
481 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member512 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member
3420 tx->tcb_setup_cbfn = tx_cbfn->tcb_setup_cbfn; in bna_tx_create()3494 if (tx->tcb_setup_cbfn) in bna_tx_create()3495 (tx->tcb_setup_cbfn)(bna->bnad, txq->tcb); in bna_tx_create()
1968 .tcb_setup_cbfn = bnad_cb_tcb_setup, in bnad_setup_tx()