Home
last modified time | relevance | path

Searched refs:dsa_port_idx (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/ethernet/nxp_imx_netc/
Ddsa_nxp_imx_netc.c143 LOG_INF("DSA slave port %d Link up", ctx->dsa_port_idx); in netc_eth_phylink_callback()
144 result = SWT_SetEthPortMII(&prv->swt_handle, ctx->dsa_port_idx, in netc_eth_phylink_callback()
148 LOG_ERR("DSA slave port %d failed to set MAC up", ctx->dsa_port_idx); in netc_eth_phylink_callback()
152 LOG_INF("DSA slave port %d Link down", ctx->dsa_port_idx); in netc_eth_phylink_callback()
188 ctx->dsa_port_idx = i; in dsa_netc_iface_init()
/Zephyr-latest/samples/net/dsa/src/
Ddsa_lldp.c108 lan = ctx->dsa_port_idx; in dsa_lldp_send()
223 *lan = ctx->dsa_port_idx; in dsa_lldp_recv()
/Zephyr-latest/drivers/ethernet/
Ddsa_ksz8xxx.c982 port_idx = (1 << (ctx->dsa_port_idx));
1050 net_pkt_cursor_get_pos(pkt), ctx->dsa_port_idx);
1089 ctx->dsa_port_idx = i;
/Zephyr-latest/include/zephyr/net/
Dethernet.h712 uint8_t dsa_port_idx; member