Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c502 struct fw_port_cmd port_cmd, port_rpl; in t4vf_port_init() local
560 ret = t4vf_wr_mbox(adapter, &port_cmd, sizeof(port_cmd), &port_rpl); in t4vf_port_init()
566 u32 lstatus = be32_to_cpu(port_rpl.u.info.lstatus_to_modtype); in t4vf_port_init()
572 pcaps = fwcaps16_to_caps32(be16_to_cpu(port_rpl.u.info.pcap)); in t4vf_port_init()
573 acaps = fwcaps16_to_caps32(be16_to_cpu(port_rpl.u.info.acap)); in t4vf_port_init()
576 be32_to_cpu(port_rpl.u.info32.lstatus32_to_cbllen32); in t4vf_port_init()
582 pcaps = be32_to_cpu(port_rpl.u.info32.pcaps32); in t4vf_port_init()
583 acaps = be32_to_cpu(port_rpl.u.info32.acaps32); in t4vf_port_init()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c5556 struct fw_pfvf_cmd port_cmd, port_rpl; in cxgb4_iov_configure() local
5593 &port_rpl); in cxgb4_iov_configure()
5596 pmask = FW_PFVF_CMD_PMASK_G(be32_to_cpu(port_rpl.type_to_neq)); in cxgb4_iov_configure()