Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9457 u32 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4_handle_get_port_info() local
9459 link_ok = (lstatus32 & F_FW_PORT_CMD_LSTATUS32) != 0; in t4_handle_get_port_info()
9460 linkdnrc = G_FW_PORT_CMD_LINKDNRC32(lstatus32); in t4_handle_get_port_info()
9461 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_handle_get_port_info()
9462 mod_type = G_FW_PORT_CMD_MODTYPE32(lstatus32); in t4_handle_get_port_info()
9631 u32 lstatus32 = be32_to_cpu(port_cmd.u.info32.lstatus32_to_cbllen32); in t4_get_link_params() local
9633 link_ok = !!(lstatus32 & F_FW_PORT_CMD_LSTATUS32); in t4_get_link_params()
10716 u32 lstatus32 = be32_to_cpu(cmd.u.info32.lstatus32_to_cbllen32); in t4_init_portinfo_viid() local
10718 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_init_portinfo_viid()
10719 mdio_addr = ((lstatus32 & F_FW_PORT_CMD_MDIOCAP32) in t4_init_portinfo_viid()
[all …]