Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h486 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member
518 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member
H A Dbna_tx_rx.c2894 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_started()
2918 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_stop_wait()
2978 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_stop_wait()
2997 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_cleanup_wait_entry()
3417 tx->tx_cleanup_cbfn = tx_cbfn->tx_cleanup_cbfn; in bna_tx_create()
H A Dbnad.c1954 .tx_cleanup_cbfn = bnad_cb_tx_cleanup, in bnad_setup_tx()