Lines Matching refs:lstatus32
8594 u32 lstatus32; in t4_handle_get_port_info() local
8596 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4_handle_get_port_info()
8597 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4_handle_get_port_info()
8598 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()
8599 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_handle_get_port_info()
8600 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32); in t4_handle_get_port_info()
8812 u32 lstatus32 = in t4_get_link_params() local
8815 link_ok = !!(lstatus32 & FW_PORT_CMD_LSTATUS32_F); in t4_get_link_params()
9648 u32 lstatus32 = be32_to_cpu(cmd.u.info32.lstatus32_to_cbllen32); in t4_init_portinfo() local
9650 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_init_portinfo()
9651 mdio_addr = ((lstatus32 & FW_PORT_CMD_MDIOCAP32_F) in t4_init_portinfo()
9652 ? FW_PORT_CMD_MDIOADDR32_G(lstatus32) in t4_init_portinfo()