Searched refs:bna_tx (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 31 struct bna_tx; 456 struct bna_tx *tx; 465 struct bna_tx { struct 483 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument 484 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *); argument 485 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); argument 488 void (*stop_cbfn)(void *arg, struct bna_tx *tx); argument 515 void (*tx_stall_cbfn)(struct bnad *, struct bna_tx *); argument 516 void (*tx_resume_cbfn)(struct bnad *, struct bna_tx *); 517 void (*tx_cleanup_cbfn)(struct bnad *, struct bna_tx *); [all …]
|
D | bna.h | 213 struct bna_tx *__tx; \ 297 void bna_bfi_tx_enet_start_rsp(struct bna_tx *tx, 299 void bna_bfi_tx_enet_stop_rsp(struct bna_tx *tx, 316 struct bna_tx *bna_tx_create(struct bna *bna, struct bnad *bnad, 320 void bna_tx_destroy(struct bna_tx *tx); 321 void bna_tx_enable(struct bna_tx *tx); 322 void bna_tx_disable(struct bna_tx *tx, enum bna_cleanup_type type, 323 void (*cbfn)(void *, struct bna_tx *)); 324 void bna_tx_cleanup_complete(struct bna_tx *tx); 325 void bna_tx_coalescing_timeo_set(struct bna_tx *tx, int coalescing_timeo);
|
D | bna_tx_rx.c | 2769 void (*cbfn)(void *, struct bna_tx *); \ 2779 static void bna_tx_mod_cb_tx_stopped(void *tx_mod, struct bna_tx *tx); 2780 static void bna_bfi_tx_enet_start(struct bna_tx *tx); 2781 static void bna_tx_enet_stop(struct bna_tx *tx); 2793 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event); 2794 bfa_fsm_state_decl(bna_tx, start_wait, struct bna_tx, enum bna_tx_event); 2795 bfa_fsm_state_decl(bna_tx, started, struct bna_tx, enum bna_tx_event); 2796 bfa_fsm_state_decl(bna_tx, stop_wait, struct bna_tx, enum bna_tx_event); 2797 bfa_fsm_state_decl(bna_tx, cleanup_wait, struct bna_tx, 2799 bfa_fsm_state_decl(bna_tx, prio_stop_wait, struct bna_tx, [all …]
|
D | bnad.h | 212 struct bna_tx *tx; /* 1:1 between tx_info & tx */
|
D | bnad.c | 999 bnad_cb_tx_disabled(void *arg, struct bna_tx *tx) in bnad_cb_tx_disabled() 1046 bnad_cb_tx_stall(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_stall() 1065 bnad_cb_tx_resume(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_resume() 1142 bnad_cb_tx_cleanup(struct bnad *bnad, struct bna_tx *tx) in bnad_cb_tx_cleanup() 1966 struct bna_tx *tx; in bnad_setup_tx()
|
D | bna_enet.c | 284 struct bna_tx *tx; in bna_msgq_rsp_handler() 1914 attr->num_txq * sizeof(struct bna_tx); in bna_mod_res_req()
|