Home
last modified time | relevance | path

Searched refs:ethport (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_enet.c22 ethport_can_be_up(struct bna_ethport *ethport) in ethport_can_be_up() argument
25 if (ethport->bna->enet.type == BNA_ENET_T_REGULAR) in ethport_can_be_up()
26 ready = ((ethport->flags & BNA_ETHPORT_F_ADMIN_UP) && in ethport_can_be_up()
27 (ethport->flags & BNA_ETHPORT_F_RX_STARTED) && in ethport_can_be_up()
28 (ethport->flags & BNA_ETHPORT_F_PORT_ENABLED)); in ethport_can_be_up()
30 ready = ((ethport->flags & BNA_ETHPORT_F_ADMIN_UP) && in ethport_can_be_up()
31 (ethport->flags & BNA_ETHPORT_F_RX_STARTED) && in ethport_can_be_up()
32 !(ethport->flags & BNA_ETHPORT_F_PORT_ENABLED)); in ethport_can_be_up()
84 bna_bfi_ethport_enable_aen(struct bna_ethport *ethport, in bna_bfi_ethport_enable_aen() argument
87 ethport->flags |= BNA_ETHPORT_F_PORT_ENABLED; in bna_bfi_ethport_enable_aen()
[all …]
Dbna.h291 void bna_ethport_cb_rx_started(struct bna_ethport *ethport);
292 void bna_ethport_cb_rx_stopped(struct bna_ethport *ethport);
Dbna_types.h923 struct bna_ethport ethport; member
Dbna_tx_rx.c1485 bna_ethport_cb_rx_started(&rx->bna->ethport); in bna_rx_sm_started_entry()
1494 bna_ethport_cb_rx_stopped(&rx->bna->ethport); in bna_rx_sm_started()
1500 bna_ethport_cb_rx_stopped(&rx->bna->ethport); in bna_rx_sm_started()
/linux-4.4.14/arch/arm/boot/dts/
Dorion5x.dtsi187 ethport: ethernet-port@0 { label