Searched defs:bna_tx (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h34 struct bna_tx;
493 struct bna_tx *tx;
502 struct bna_tx { struct
520 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *);
521 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *);
522 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *);
525 void (*stop_cbfn)(void *arg, struct bna_tx *tx);
529 void (*prio_change_cbfn)(struct bnad *bnad, struct bna_tx *tx);
555 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *);
556 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *);
[all...]

Completed in 43 milliseconds