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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h486 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member in struct:bna_tx
518 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); member in struct:bna_tx_event_cbfn
H A Dbna_tx_rx.c2894 tx->tx_cleanup_cbfn(tx->bna->bnad, tx);
2918 tx->tx_cleanup_cbfn(tx->bna->bnad, tx);
2978 tx->tx_cleanup_cbfn(tx->bna->bnad, tx);
2997 tx->tx_cleanup_cbfn(tx->bna->bnad, tx);
3417 tx->tx_cleanup_cbfn = tx_cbfn->tx_cleanup_cbfn;
H A Dbnad.c1953 .tx_cleanup_cbfn = bnad_cb_tx_cleanup,

Completed in 308 milliseconds