Searched refs:lmacid (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/vnic/ |
| D | thunder_bgx.c | 139 uint8_t lmacid; in thunder_bgx_attach() local 175 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid++) { in thunder_bgx_attach() 176 err = bgx_lmac_enable(bgx, lmacid); in thunder_bgx_attach() 179 bgx->bgx_id, lmacid); in thunder_bgx_attach() 202 uint8_t lmacid; in thunder_bgx_detach() local 207 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid++) in thunder_bgx_detach() 208 bgx_lmac_disable(bgx, lmacid); in thunder_bgx_detach() 300 bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status) in bgx_get_lmac_link_state() argument 310 lmac = &bgx->lmac[lmacid]; in bgx_get_lmac_link_state() 317 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) in bgx_get_lmac_mac() argument [all …]
|
| D | thunder_mdio.c | 370 get_phy_desc(struct thunder_mdio_softc *sc, int lmacid) in get_phy_desc() argument 376 if (pd->lmacid == lmacid) in get_phy_desc() 383 thunder_mdio_media_status(device_t dev, int lmacid, int *link, int *duplex, in thunder_mdio_media_status() argument 393 pd = get_phy_desc(sc, lmacid); in thunder_mdio_media_status() 397 __func__, lmacid)); in thunder_mdio_media_status() 437 thunder_mdio_media_change(device_t dev, int lmacid, int link, int duplex, in thunder_mdio_media_change() argument 445 thunder_mdio_phy_connect(device_t dev, int lmacid, int phy) in thunder_mdio_phy_connect() argument 454 pd = get_phy_desc(sc, lmacid); in thunder_mdio_phy_connect() 465 pd->lmacid = lmacid; in thunder_mdio_phy_connect() 487 thunder_mdio_phy_disconnect(device_t dev, int lmacid, int phy) in thunder_mdio_phy_disconnect() argument [all …]
|
| D | lmac_if.m | 37 static int null_lmac_media_status(device_t dev, int lmacid, int *link, 43 static int null_lmac_media_change(device_t dev, int lmacid, int link, 49 static int null_lmac_phy_connect(device_t dev, int lmacid, int phy) 54 static int null_lmac_phy_disconnect(device_t dev, int lmacid, int phy) 66 int lmacid; 78 int lmacid; 90 int lmacid; 100 int lmacid;
|
| D | thunder_bgx.h | 210 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);
|
| D | thunder_mdio_var.h | 49 int lmacid; /* ID number of LMAC connected */ member
|
| D | thunder_bgx_var.h | 40 int lmacid; /* ID within BGX */ member
|
| D | thunder_bgx_fdt.c | 453 bgx->lmac[lmac].lmacid = lmac; in bgx_fdt_init_phy()
|