Searched refs:lstatus32 (Results 1 – 2 of 2) sorted by relevance
753 u32 lstatus32; in t4vf_port_init() local806 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()
5338 u32 lstatus32; in t4_port_init() local5358 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()