Home
last modified time | relevance | path

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

/drivers/vfio/mdev/
Dmdev_sysfs.c168 struct mdev_type *ltype, *tmp; in add_mdev_supported_type_groups() local
170 list_for_each_entry_safe(ltype, tmp, &parent->type_list, in add_mdev_supported_type_groups()
172 list_del(&ltype->next); in add_mdev_supported_type_groups()
173 remove_mdev_supported_type(ltype); in add_mdev_supported_type_groups()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c646 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \ argument
648 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
661 int lid, ltype; in npc_config_ldata_extract() local
672 for (ltype = 0; ltype < 16; ltype++) { in npc_config_ldata_extract()
673 SET_KEX_LD(NIX_INTF_RX, lid, ltype, 0, 0ULL); in npc_config_ldata_extract()
674 SET_KEX_LD(NIX_INTF_RX, lid, ltype, 1, 0ULL); in npc_config_ldata_extract()
675 SET_KEX_LD(NIX_INTF_TX, lid, ltype, 0, 0ULL); in npc_config_ldata_extract()
676 SET_KEX_LD(NIX_INTF_TX, lid, ltype, 1, 0ULL); in npc_config_ldata_extract()
678 SET_KEX_LDFLAGS(NIX_INTF_RX, 0, ltype, 0ULL); in npc_config_ldata_extract()
679 SET_KEX_LDFLAGS(NIX_INTF_RX, 1, ltype, 0ULL); in npc_config_ldata_extract()
[all …]
Dnpc.h128 u8 ltype; member