Searched refs:port_rpl (Results 1 – 2 of 2) sorted by relevance
501 struct fw_port_cmd port_cmd, port_rpl; in t4vf_port_init() local559 ret = t4vf_wr_mbox(adapter, &port_cmd, sizeof(port_cmd), &port_rpl); in t4vf_port_init()565 u32 lstatus = be32_to_cpu(port_rpl.u.info.lstatus_to_modtype); in t4vf_port_init()571 pcaps = fwcaps16_to_caps32(be16_to_cpu(port_rpl.u.info.pcap)); in t4vf_port_init()572 acaps = fwcaps16_to_caps32(be16_to_cpu(port_rpl.u.info.acap)); in t4vf_port_init()575 be32_to_cpu(port_rpl.u.info32.lstatus32_to_cbllen32); in t4vf_port_init()581 pcaps = be32_to_cpu(port_rpl.u.info32.pcaps32); in t4vf_port_init()582 acaps = be32_to_cpu(port_rpl.u.info32.acaps32); in t4vf_port_init()
6296 struct fw_pfvf_cmd port_cmd, port_rpl; in cxgb4_iov_configure() local6333 &port_rpl); in cxgb4_iov_configure()6336 pmask = FW_PFVF_CMD_PMASK_G(be32_to_cpu(port_rpl.type_to_neq)); in cxgb4_iov_configure()