Searched refs:bna_tx (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 30 struct bna_tx; 465 struct bna_tx *tx; 474 struct bna_tx { struct 492 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument 493 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *); argument 494 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); argument 497 void (*stop_cbfn)(void *arg, struct bna_tx *tx); argument 501 void (*prio_change_cbfn)(struct bnad *bnad, struct bna_tx *tx); argument 527 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument 528 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *); [all …]
|
D | bna_tx_rx.c | 3016 void (*cbfn)(void *, struct bna_tx *); \ 3029 void (*cbfn)(struct bnad *, struct bna_tx *); \ 3036 static void bna_tx_mod_cb_tx_stopped(void *tx_mod, struct bna_tx *tx); 3037 static void bna_bfi_tx_enet_start(struct bna_tx *tx); 3038 static void bna_tx_enet_stop(struct bna_tx *tx); 3051 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event); 3052 bfa_fsm_state_decl(bna_tx, start_wait, struct bna_tx, enum bna_tx_event); 3053 bfa_fsm_state_decl(bna_tx, started, struct bna_tx, enum bna_tx_event); 3054 bfa_fsm_state_decl(bna_tx, stop_wait, struct bna_tx, enum bna_tx_event); 3055 bfa_fsm_state_decl(bna_tx, cleanup_wait, struct bna_tx, [all …]
|
D | bna.h | 330 struct bna_tx *__tx; \ 334 __tx = (struct bna_tx *)qe; \ 422 void bna_bfi_tx_enet_start_rsp(struct bna_tx *tx, 424 void bna_bfi_tx_enet_stop_rsp(struct bna_tx *tx, 441 struct bna_tx *bna_tx_create(struct bna *bna, struct bnad *bnad, 445 void bna_tx_destroy(struct bna_tx *tx); 446 void bna_tx_enable(struct bna_tx *tx); 447 void bna_tx_disable(struct bna_tx *tx, enum bna_cleanup_type type, 448 void (*cbfn)(void *, struct bna_tx *)); 449 void bna_tx_cleanup_complete(struct bna_tx *tx); [all …]
|
D | bnad.h | 209 struct bna_tx *tx; /* 1:1 between tx_info & tx */
|
D | bnad.c | 998 bnad_cb_tx_disabled(void *arg, struct bna_tx *tx) in bnad_cb_tx_disabled() 1045 bnad_cb_tx_stall(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_stall() 1066 bnad_cb_tx_resume(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_resume() 1145 bnad_cb_tx_cleanup(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_cleanup() 1972 struct bna_tx *tx; in bnad_setup_tx()
|
D | bna_enet.c | 283 struct bna_tx *tx; in bna_msgq_rsp_handler() 1964 attr->num_txq * sizeof(struct bna_tx); in bna_mod_res_req()
|