Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h466 struct bna_tx { struct
472 void (*fsm)(struct bna_tx *s, enum bna_tx_event e); argument
473 enum bna_tx_flags flags; argument
475 enum bna_tx_type type; argument
484 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument
485 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *); argument
486 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); argument
489 void (*stop_cbfn)(void *arg, struct bna_tx *tx); argument
504 struct bna_tx_config { argument
516 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument
H A Dbna_tx_rx.c3536 bna_tx_disable(struct bna_tx *tx, enum bna_cleanup_type type, in bna_tx_disable()