Searched refs:lmacid (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/vnic/
H A Dthunder_bgx.c139 uint8_t lmacid; local
175 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid++) {
176 err = bgx_lmac_enable(bgx, lmacid);
179 bgx->bgx_id, lmacid);
202 uint8_t lmacid; local
207 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid
300 bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status) argument
317 bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) argument
328 bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const uint8_t *mac) argument
564 bgx_lmac_sgmii_init(struct bgx *bgx, int lmacid) argument
604 bgx_lmac_xaui_init(struct bgx *bgx, int lmacid, int lmac_type) argument
699 int lmacid = lmac->lmacid; local
837 bgx_lmac_enable(struct bgx *bgx, uint8_t lmacid) argument
912 bgx_lmac_disable(struct bgx *bgx, uint8_t lmacid) argument
[all...]
H A Dthunder_mdio_var.h49 int lmacid; /* ID number of LMAC connected */ member in struct:phy_desc
H A Dthunder_bgx_var.h40 int lmacid; /* ID within BGX */ member in struct:lmac
H A Dthunder_mdio.c369 get_phy_desc(struct thunder_mdio_softc *sc, int lmacid) argument
375 if (pd->lmacid == lmacid)
382 thunder_mdio_media_status(device_t dev, int lmacid, int *link, int *duplex, argument
392 pd = get_phy_desc(sc, lmacid);
396 __func__, lmacid));
436 thunder_mdio_media_change(device_t dev, int lmacid, int link, int duplex, argument
444 thunder_mdio_phy_connect(device_t dev, int lmacid, int phy) argument
453 pd = get_phy_desc(sc, lmacid);
464 pd->lmacid
486 thunder_mdio_phy_disconnect(device_t dev, int lmacid, int phy) argument
[all...]
H A Dthunder_bgx.h210 const uint8_t *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid);
211 void bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const uint8_t *mac);
212 void bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status);
H A Dthunder_bgx_fdt.c453 bgx->lmac[lmac].lmacid = lmac;

Completed in 111 milliseconds