Lines Matching refs:eattr
7658 dladm_ether_info_t eattr; in show_etherprop() local
7667 status = dladm_ether_info(dh, linkid, &eattr); in show_etherprop()
7674 sizeof (ebuf.eth_autoneg), &eattr, CURRENT); in show_etherprop()
7676 sizeof (ebuf.eth_pause), &eattr, CURRENT); in show_etherprop()
7678 sizeof (ebuf.eth_spdx), &eattr, CURRENT); in show_etherprop()
7680 dladm_linkstate2str(eattr.lei_state, ebuf.eth_state), in show_etherprop()
7683 (eattr.lei_attr[CURRENT].le_fault ? "fault" : "none"), in show_etherprop()
7689 show_ether_xprop(arg, &eattr); in show_etherprop()
7692 dladm_ether_info_done(&eattr); in show_etherprop()
8989 show_ether_xprop(void *arg, dladm_ether_info_t *eattr) in show_ether_xprop() argument
9000 sizeof (ebuf.eth_autoneg), eattr, i); in show_ether_xprop()
9002 sizeof (ebuf.eth_spdx), eattr, i); in show_ether_xprop()
9004 sizeof (ebuf.eth_pause), eattr, i); in show_ether_xprop()
9006 (eattr->lei_attr[i].le_fault ? "fault" : "none"), in show_ether_xprop()