Searched refs:tcb_setup_cbfn (Results 1 – 3 of 3) sorted by relevance
482 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member513 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member
3412 tx->tcb_setup_cbfn = tx_cbfn->tcb_setup_cbfn; in bna_tx_create()3486 if (tx->tcb_setup_cbfn) in bna_tx_create()3487 (tx->tcb_setup_cbfn)(bna->bnad, txq->tcb); in bna_tx_create()
1949 .tcb_setup_cbfn = bnad_cb_tcb_setup, in bnad_setup_tx()