Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c4025 u8 *vivld, u8 *vin) in t4_alloc_vi_func() argument
4063 if (vivld) in t4_alloc_vi_func()
4064 *vivld = G_FW_VI_CMD_VFVLD(be32_to_cpu(c.alloc_to_len16)); in t4_alloc_vi_func()
4087 unsigned int *rss_size, u8 *vivld, u8 *vin) in t4_alloc_vi() argument
4090 FW_VI_FUNC_ETH, 0, vivld, vin); in t4_alloc_vi()
5402 u8 vivld = 0, vin = 0; in t4_port_init() local
5475 &vivld, &vin); in t4_port_init()
5488 pi->vivld = vivld; in t4_port_init()
5492 pi->vivld = G_FW_VIID_VIVLD(pi->viid); in t4_port_init()
H A Dadapter.h63 u8 vivld; member
H A Dcommon.h390 u8 *vivld, u8 *vin);