Searched refs:ltype (Results 1 – 3 of 3) sorted by relevance
/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 168 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(<ype->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/ |
D | rvu_npc.c | 646 #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 …]
|
D | npc.h | 128 u8 ltype; member
|