Searched refs:cap_bit (Results 1 – 1 of 1) sorted by relevance
2348 uint64_t cap_bit; member2351 #define CAPNV(x) {.cap_bit = IFCAP_##x, \2387 #define CAP2NV(x) {.cap_bit = IFCAP2_BIT(IFCAP2_##x), \2408 res |= nn[i].cap_bit; in if_capnv_to_capint()2410 res |= *old_cap & nn[i].cap_bit; in if_capnv_to_capint()2423 if ((nn[i].cap_bit & ifr_cap) != 0) { in if_capint_to_capnv()2425 (nn[i].cap_bit & ifr_req) != 0); in if_capint_to_capnv()