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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h205 struct bna_tx *__tx; \
289 void bna_bfi_tx_enet_start_rsp(struct bna_tx *tx,
291 void bna_bfi_tx_enet_stop_rsp(struct bna_tx *tx,
308 struct bna_tx *bna_tx_create(struct bna *bna, struct bnad *bnad,
312 void bna_tx_destroy(struct bna_tx *tx);
313 void bna_tx_enable(struct bna_tx *tx);
314 void bna_tx_disable(struct bna_tx *tx, enum bna_cleanup_type type,
315 void (*cbfn)(void *, struct bna_tx *));
316 void bna_tx_cleanup_complete(struct bna_tx *tx);
317 void bna_tx_coalescing_timeo_set(struct bna_tx *t
[all...]
H A Dbna_types.h23 struct bna_tx;
454 struct bna_tx *tx;
466 struct bna_tx { struct
472 void (*fsm)(struct bna_tx *s, enum bna_tx_event e);
484 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *);
485 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *);
486 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *);
489 void (*stop_cbfn)(void *arg, struct bna_tx *tx);
516 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *);
517 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *);
[all...]
H A Dbna_tx_rx.c2761 void (*cbfn)(void *, struct bna_tx *); \
2771 static void bna_tx_mod_cb_tx_stopped(void *tx_mod, struct bna_tx *tx);
2772 static void bna_bfi_tx_enet_start(struct bna_tx *tx);
2773 static void bna_tx_enet_stop(struct bna_tx *tx);
2785 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event);
2786 bfa_fsm_state_decl(bna_tx, start_wait, struct bna_tx, enum bna_tx_event);
2787 bfa_fsm_state_decl(bna_tx, started, struct bna_tx, enu
[all...]
H A Dbfa_cs.h51 BFA_SM_TABLE(tx, bna_tx, bna_tx_event, bna_fsm_tx_t)
H A Dbnad.h201 struct bna_tx *tx; /* 1:1 between tx_info & tx */
H A Dbnad.c991 bnad_cb_tx_disabled(void *arg, struct bna_tx *tx)
1038 bnad_cb_tx_stall(struct bnad *bnad, struct bna_tx *tx)
1056 bnad_cb_tx_resume(struct bnad *bnad, struct bna_tx *tx)
1133 bnad_cb_tx_cleanup(struct bnad *bnad, struct bna_tx *tx)
1956 struct bna_tx *tx;
H A Dbna_enet.c276 struct bna_tx *tx;
1906 attr->num_txq * sizeof(struct bna_tx);

Completed in 126 milliseconds