Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c863 u32 lstatus32 = be32_to_cpu in t4vf_port_init() local
866 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()
H A Dt4_hw.c4590 u32 lstatus32 = in t4_handle_get_port_info() local
4593 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() local
5466 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()