Home
last modified time | relevance | path

Searched refs:tcb_setup_cbfn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h482 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member
513 void (*tcb_setup_cbfn)(struct bnad *, struct bna_tcb *); member
H A Dbna_tx_rx.c3412 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()
H A Dbnad.c1950 .tcb_setup_cbfn = bnad_cb_tcb_setup, in bnad_setup_tx()