Searched refs:lstatus32 (Results 1 – 2 of 2) sorted by relevance
863 u32 lstatus32 = be32_to_cpu in t4vf_port_init() local866 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4vf_port_init()867 mdio_addr = ((lstatus32 & F_FW_PORT_CMD_MDIOCAP32) ? in t4vf_port_init()868 (int)G_FW_PORT_CMD_MDIOADDR32(lstatus32) : in t4vf_port_init()
4590 u32 lstatus32 = in t4_handle_get_port_info() local4593 link_ok = (lstatus32 & F_FW_PORT_CMD_LSTATUS32) != 0; in t4_handle_get_port_info()4594 linkdnrc = G_FW_PORT_CMD_LINKDNRC32(lstatus32); in t4_handle_get_port_info()4595 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_handle_get_port_info()4596 mod_type = G_FW_PORT_CMD_MODTYPE32(lstatus32); in t4_handle_get_port_info()5463 u32 lstatus32 = in t4_port_init() local5466 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_port_init()5467 mdio_addr = (lstatus32 & F_FW_PORT_CMD_MDIOCAP32) ? in t4_port_init()5468 (int)G_FW_PORT_CMD_MDIOADDR32(lstatus32) : in t4_port_init()