Searched refs:bna_tx (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 2761 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, enum bna_tx_event); 2788 bfa_fsm_state_decl(bna_tx, stop_wait, struct bna_tx, enum bna_tx_event); 2789 bfa_fsm_state_decl(bna_tx, cleanup_wait, struct bna_tx, 2791 bfa_fsm_state_decl(bna_tx, prio_stop_wait, struct bna_tx, [all …]
|
D | bna_types.h | 23 struct bna_tx; 448 struct bna_tx *tx; 457 struct bna_tx { struct 475 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument 476 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *); argument 477 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); argument 480 void (*stop_cbfn)(void *arg, struct bna_tx *tx); argument 507 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument 508 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *); 509 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); [all …]
|
D | bna.h | 205 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 *tx, int coalescing_timeo);
|
D | bnad.h | 204 struct bna_tx *tx; /* 1:1 between tx_info & tx */
|
D | bnad.c | 991 bnad_cb_tx_disabled(void *arg, struct bna_tx *tx) in bnad_cb_tx_disabled() 1038 bnad_cb_tx_stall(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_stall() 1057 bnad_cb_tx_resume(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_resume() 1134 bnad_cb_tx_cleanup(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_cleanup() 1958 struct bna_tx *tx; in bnad_setup_tx()
|
D | bna_enet.c | 276 struct bna_tx *tx; in bna_msgq_rsp_handler() 1906 attr->num_txq * sizeof(struct bna_tx); in bna_mod_res_req()
|