Searched refs:p4_flags (Results 1 – 1 of 1) sorted by relevance
129 uint8_t p4_flags; member832 cfg->p4_flags = 0; in p4_pcbe_configure()852 cfg->p4_flags |= P4_THIS_USR; in p4_pcbe_configure()854 cfg->p4_flags |= P4_THIS_SYS; in p4_pcbe_configure()856 cfg->p4_flags |= P4_SIBLING_USR; in p4_pcbe_configure()858 cfg->p4_flags |= P4_SIBLING_SYS; in p4_pcbe_configure()888 cfg->p4_flags |= P4_PMI; in p4_pcbe_configure()944 if (cfgs[i]->p4_flags & P4_THIS_USR) in p4_pcbe_program()946 if (cfgs[i]->p4_flags & P4_THIS_SYS) in p4_pcbe_program()948 if (cfgs[i]->p4_flags & P4_SIBLING_USR) in p4_pcbe_program()[all …]