Searched defs:lmacid (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/vnic/ |
H A D | thunder_bgx.c | 132 uint8_t lmacid; in thunder_bgx_attach() local 195 uint8_t lmacid; in thunder_bgx_detach() local 293 bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status) in bgx_get_lmac_link_state() 310 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) in bgx_get_lmac_mac() 321 bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const uint8_t *mac) in bgx_set_lmac_mac() 557 bgx_lmac_sgmii_init(struct bgx *bgx, int lmacid) in bgx_lmac_sgmii_init() 597 bgx_lmac_xaui_init(struct bgx *bgx, int lmacid, int lmac_type) in bgx_lmac_xaui_init() 692 int lmacid = lmac->lmacid; in bgx_xaui_check_link() local 830 bgx_lmac_enable(struct bgx *bgx, uint8_t lmacid) in bgx_lmac_enable() 905 bgx_lmac_disable(struct bgx *bgx, uint8_t lmacid) in bgx_lmac_disable()
|
H A D | thunder_mdio.c | 365 get_phy_desc(struct thunder_mdio_softc *sc, int lmacid) in get_phy_desc() 378 thunder_mdio_media_status(device_t dev, int lmacid, int *link, int *duplex, in thunder_mdio_media_status() 432 thunder_mdio_media_change(device_t dev, int lmacid, int link, int duplex, in thunder_mdio_media_change() 440 thunder_mdio_phy_connect(device_t dev, int lmacid, int phy) in thunder_mdio_phy_connect() 478 thunder_mdio_phy_disconnect(device_t dev, int lmacid, int phy) in thunder_mdio_phy_disconnect()
|
H A D | thunder_mdio_var.h | 46 int lmacid; /* ID number of LMAC connected */ member
|
H A D | thunder_bgx_var.h | 38 int lmacid; /* ID within BGX */ member
|