Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c3802 u8 *vivld, u8 *vin) in t4_alloc_vi_func() argument
3840 if (vivld) in t4_alloc_vi_func()
3841 *vivld = G_FW_VI_CMD_VFVLD(be32_to_cpu(c.alloc_to_len16)); in t4_alloc_vi_func()
3864 unsigned int *rss_size, u8 *vivld, u8 *vin) in t4_alloc_vi() argument
3867 FW_VI_FUNC_ETH, 0, vivld, vin); in t4_alloc_vi()
5321 u8 vivld = 0, vin = 0; in t4_port_init() local
5367 &vivld, &vin); in t4_port_init()
5380 pi->vivld = vivld; in t4_port_init()
5384 pi->vivld = G_FW_VIID_VIVLD(pi->viid); in t4_port_init()
H A Dadapter.h60 u8 vivld; member
H A Dcommon.h374 u8 *vivld, u8 *vin);