Searched refs:port_rpl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 500 struct fw_port_cmd port_cmd, port_rpl; in t4vf_port_init() local 558 ret = t4vf_wr_mbox(adapter, &port_cmd, sizeof(port_cmd), &port_rpl); in t4vf_port_init() 564 u32 lstatus = be32_to_cpu(port_rpl.u.info.lstatus_to_modtype); in t4vf_port_init() 570 pcaps = fwcaps16_to_caps32(be16_to_cpu(port_rpl.u.info.pcap)); in t4vf_port_init() 571 acaps = fwcaps16_to_caps32(be16_to_cpu(port_rpl.u.info.acap)); in t4vf_port_init() 574 be32_to_cpu(port_rpl.u.info32.lstatus32_to_cbllen32); in t4vf_port_init() 580 pcaps = be32_to_cpu(port_rpl.u.info32.pcaps32); in t4vf_port_init() 581 acaps = be32_to_cpu(port_rpl.u.info32.acaps32); in t4vf_port_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 501 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 6306 struct fw_pfvf_cmd port_cmd, port_rpl; in cxgb4_iov_configure() local 6343 &port_rpl); in cxgb4_iov_configure() 6346 pmask = FW_PFVF_CMD_PMASK_G(be32_to_cpu(port_rpl.type_to_neq)); in cxgb4_iov_configure()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 6295 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()
|
Completed in 40 milliseconds