Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c732 return G_FW_VI_CMD_VIID(be16_to_cpu(rpl.type_to_viid)); in t4vf_alloc_vi()
772 vi_cmd.type_to_viid = cpu_to_be16(V_FW_VI_CMD_VIID(p->viid)); in t4vf_port_init()
H A Dt4_hw.c3812 c.type_to_viid = cpu_to_be16(V_FW_VI_CMD_TYPE(idstype) | in t4_alloc_vi_func()
3844 return G_FW_VI_CMD_VIID(cpu_to_be16(c.type_to_viid)); in t4_alloc_vi_func()
3892 c.type_to_viid = cpu_to_be16(V_FW_VI_CMD_VIID(viid)); in t4_free_vi()
H A Dt4fw_interface.h1286 __be16 type_to_viid; member