Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c753 u32 lstatus32; in t4vf_port_init() local
806 lstatus32 = be32_to_cpu(rpl.u.info32.lstatus32_to_cbllen32); in t4vf_port_init()
808 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4vf_port_init()
809 mdio_addr = (lstatus32 & F_FW_PORT_CMD_MDIOCAP32) ? in t4vf_port_init()
810 (int)G_FW_PORT_CMD_MDIOADDR32(lstatus32) : -1; in t4vf_port_init()
H A Dt4_hw.c5338 u32 lstatus32; in t4_port_init() local
5358 lstatus32 = be32_to_cpu(cmd.u.info32.lstatus32_to_cbllen32); in t4_port_init()
5360 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_port_init()
5361 mdio_addr = (lstatus32 & F_FW_PORT_CMD_MDIOCAP32) ? in t4_port_init()
5362 (int)G_FW_PORT_CMD_MDIOADDR32(lstatus32) : -1; in t4_port_init()