Searched refs:bna_ethport (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_enet.c | 14 ethport_can_be_up(struct bna_ethport *ethport) in ethport_can_be_up() 494 bfa_fsm_state_decl(bna_ethport, stopped, struct bna_ethport, 496 bfa_fsm_state_decl(bna_ethport, down, struct bna_ethport, 498 bfa_fsm_state_decl(bna_ethport, up_resp_wait, struct bna_ethport, 500 bfa_fsm_state_decl(bna_ethport, down_resp_wait, struct bna_ethport, 502 bfa_fsm_state_decl(bna_ethport, up, struct bna_ethport, 504 bfa_fsm_state_decl(bna_ethport, last_resp_wait, struct bna_ethport, 660 bna_ethport_sm_up(struct bna_ethport *ethport, in bna_ethport_sm_up() 747 bna_ethport_start(struct bna_ethport *ethport) in bna_ethport_start() 759 bna_ethport_stop(struct bna_ethport *ethport) in bna_ethport_stop() [all …]
|
H A D | bfa_cs.h | 50 BFA_SM_TABLE(ethport, bna_ethport, bna_ethport_event, bna_fsm_ethport_t)
|
H A D | bna_types.h | 369 struct bna_ethport { struct 370 void (*fsm)(struct bna_ethport *s, enum bna_ethport_event e); argument 930 struct bna_ethport ethport;
|
H A D | bna.h | 283 void bna_ethport_cb_rx_started(struct bna_ethport *ethport); 284 void bna_ethport_cb_rx_stopped(struct bna_ethport *ethport);
|