Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_types.h485 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member
517 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member
Dbna_tx_rx.c2902 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_started()
2926 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_stop_wait()
2986 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_stop_wait()
3005 tx->tx_cleanup_cbfn(tx->bna->bnad, tx); in bna_tx_sm_prio_cleanup_wait_entry()
3425 tx->tx_cleanup_cbfn = tx_cbfn->tx_cleanup_cbfn; in bna_tx_create()
Dbnad.c1972 .tx_cleanup_cbfn = bnad_cb_tx_cleanup, in bnad_setup_tx()