Searched refs:ethport (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_enet.c | 119 ethport->link_cbfn(ethport->bna->bnad, BNA_LINK_DOWN); in bna_bfi_ethport_admin_rsp() 239 ethport->link_cbfn(ethport->bna->bnad, ethport->link_status); in bna_bfi_ethport_linkup_aen() 249 ethport->link_cbfn(ethport->bna->bnad, BNA_LINK_DOWN); in bna_bfi_ethport_linkdown_aen() 418 bfa_msgq_cmd_post(ðport->bna->msgq, ðport->msgq_cmd); in bna_bfi_ethport_admin_up() 435 bfa_msgq_cmd_post(ðport->bna->msgq, ðport->msgq_cmd); in bna_bfi_ethport_admin_down() 456 bfa_msgq_cmd_post(ðport->bna->msgq, ðport->msgq_cmd); in bna_bfi_ethport_lpbk_up() 473 bfa_msgq_cmd_post(ðport->bna->msgq, ðport->msgq_cmd); in bna_bfi_ethport_lpbk_down() 724 ethport->bna = bna; in bna_ethport_init() 731 ethport->stop_cbfn = NULL; in bna_ethport_init() 743 ethport->bna = NULL; in bna_ethport_uninit() [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.h | 283 void bna_ethport_cb_rx_started(struct bna_ethport *ethport); 284 void bna_ethport_cb_rx_stopped(struct bna_ethport *ethport);
|
H A D | bna_types.h | 930 struct bna_ethport ethport; member
|
H A D | bna_tx_rx.c | 1477 bna_ethport_cb_rx_started(&rx->bna->ethport); in bna_rx_sm_started_entry() 1486 bna_ethport_cb_rx_stopped(&rx->bna->ethport); in bna_rx_sm_started() 1492 bna_ethport_cb_rx_stopped(&rx->bna->ethport); in bna_rx_sm_started()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | orion5x-netgear-wnr854t.dts | 140 ethernet = <ðport>;
|
H A D | orion5x.dtsi | 183 ethport: ethernet-port@0 { label
|