Searched refs:lstatus32 (Results 1 – 2 of 2) sorted by relevance
573 u32 lstatus32 = in t4vf_port_init() local576 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4vf_port_init()577 mdio_addr = ((lstatus32 & FW_PORT_CMD_MDIOCAP32_F) in t4vf_port_init()578 ? FW_PORT_CMD_MDIOADDR32_G(lstatus32) in t4vf_port_init()1963 u32 lstatus32; in t4vf_handle_get_port_info() local1965 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4vf_handle_get_port_info()1966 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4vf_handle_get_port_info()1967 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4vf_handle_get_port_info()1968 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4vf_handle_get_port_info()1969 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32); in t4vf_handle_get_port_info()
8628 u32 lstatus32; in t4_handle_get_port_info() local8630 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4_handle_get_port_info()8631 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4_handle_get_port_info()8632 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()8633 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_handle_get_port_info()8634 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32); in t4_handle_get_port_info()8846 u32 lstatus32 = in t4_get_link_params() local8849 link_ok = !!(lstatus32 & FW_PORT_CMD_LSTATUS32_F); in t4_get_link_params()9684 u32 lstatus32 = be32_to_cpu(cmd.u.info32.lstatus32_to_cbllen32); in t4_init_portinfo() local9686 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_init_portinfo()[all …]