Home
last modified time | relevance | path

Searched refs:link_sts (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/net/octeontx2/
A Dcgx_intf.c164 __func__, cmd, cgx, lmac, scr0.s.link_sts.err_type); in cgx_intf_req()
380 if (scr0.s.link_sts.speed) { in cgx_intf_set_mode()
381 printf("%s\n", intf_speed_to_str[scr0.s.link_sts.speed]); in cgx_intf_set_mode()
382 switch (scr0.s.link_sts.fec) { in cgx_intf_set_mode()
394 scr0.s.link_sts.an ? "En" : "Dis"); in cgx_intf_set_mode()
396 scr0.s.link_sts.full_duplex ? "Full" : "Half"); in cgx_intf_set_mode()
419 switch (scr0.s.link_sts.mode) { in cgx_intf_get_mode()
489 switch (scr0.s.link_sts.fec) { in cgx_intf_get_fec()
A Dnix.c773 u64 link_sts; in nix_lf_init() local
784 true, &link_sts); in nix_lf_init()
787 ret = cgx_lmac_link_status(lmac, lmac->lmac_id, &link_sts); in nix_lf_init()
795 link = link_sts & 0x1; in nix_lf_init()
796 speed = (link_sts >> 2) & 0xf; in nix_lf_init()
797 errcode = (link_sts >> 6) & 0x2ff; in nix_lf_init()
A Dcgx_intf.h292 struct cgx_lnk_sts_s link_sts; member
/u-boot/drivers/usb/eth/
A Dasix88179.c399 u8 buf[2], tmp[5], link_sts; in asix_init_common() local
426 1, 1, &link_sts); in asix_init_common()
437 if (link_sts & AX_USB_SS) in asix_init_common()
439 else if (link_sts & AX_USB_HS) in asix_init_common()
446 if (link_sts & (AX_USB_SS | AX_USB_HS)) in asix_init_common()

Completed in 10 milliseconds