Home
last modified time | relevance | path

Searched refs:info32 (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c806 lstatus32 = be32_to_cpu(rpl.u.info32.lstatus32_to_cbllen32); in t4vf_port_init()
811 pcaps = be32_to_cpu(port_rpl.u.info32.pcaps32); in t4vf_port_init()
812 acaps = be32_to_cpu(port_rpl.u.info32.acaps32); in t4vf_port_init()
H A Dt4_hw.c4506 lstatus = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4_handle_get_port_info()
4512 pcaps = be32_to_cpu(cmd->u.info32.pcaps32); in t4_handle_get_port_info()
4513 acaps = be32_to_cpu(cmd->u.info32.acaps32); in t4_handle_get_port_info()
4514 link_caps = be32_to_cpu(cmd->u.info32.linkattr32); in t4_handle_get_port_info()
5358 lstatus32 = be32_to_cpu(cmd.u.info32.lstatus32_to_cbllen32); in t4_port_init()
5363 pcaps = be32_to_cpu(cmd.u.info32.pcaps32); in t4_port_init()
5364 acaps = be32_to_cpu(cmd.u.info32.acaps32); in t4_port_init()
H A Dt4fw_interface.h1755 } info32; member