Searched defs:lmacid (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/vnic/ |
| D | thunder_bgx.c | 139 uint8_t lmacid; in thunder_bgx_attach() local 202 uint8_t lmacid; in thunder_bgx_detach() local 300 bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status) in bgx_get_lmac_link_state() 317 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) in bgx_get_lmac_mac() 328 bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const uint8_t *mac) in bgx_set_lmac_mac() 564 bgx_lmac_sgmii_init(struct bgx *bgx, int lmacid) in bgx_lmac_sgmii_init() 604 bgx_lmac_xaui_init(struct bgx *bgx, int lmacid, int lmac_type) in bgx_lmac_xaui_init() 699 int lmacid = lmac->lmacid; in bgx_xaui_check_link() local 837 bgx_lmac_enable(struct bgx *bgx, uint8_t lmacid) in bgx_lmac_enable() 912 bgx_lmac_disable(struct bgx *bgx, uint8_t lmacid) in bgx_lmac_disable()
|
| D | thunder_mdio.c | 370 get_phy_desc(struct thunder_mdio_softc *sc, int lmacid) in get_phy_desc() 383 thunder_mdio_media_status(device_t dev, int lmacid, int *link, int *duplex, in thunder_mdio_media_status() 437 thunder_mdio_media_change(device_t dev, int lmacid, int link, int duplex, in thunder_mdio_media_change() 445 thunder_mdio_phy_connect(device_t dev, int lmacid, int phy) in thunder_mdio_phy_connect() 487 thunder_mdio_phy_disconnect(device_t dev, int lmacid, int phy) in thunder_mdio_phy_disconnect()
|
| 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
|