Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c501 struct fw_port_cmd port_cmd, port_rpl; in t4vf_port_init() local
559 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()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6295 struct fw_pfvf_cmd port_cmd, port_rpl; in cxgb4_iov_configure() local
6332 &port_rpl); in cxgb4_iov_configure()
6335 pmask = FW_PFVF_CMD_PMASK_G(be32_to_cpu(port_rpl.type_to_neq)); in cxgb4_iov_configure()