Searched refs:cap_bit (Results 1 – 1 of 1) sorted by relevance
2354 uint64_t cap_bit; member2357 #define CAPNV(x) {.cap_bit = IFCAP_##x, \2393 #define CAP2NV(x) {.cap_bit = IFCAP2_BIT(IFCAP2_##x), \2413 res |= nn[i].cap_bit; in if_capnv_to_capint()2415 res |= *old_cap & nn[i].cap_bit; in if_capnv_to_capint()2428 if ((nn[i].cap_bit & ifr_cap) != 0) { in if_capint_to_capnv()2430 (nn[i].cap_bit & ifr_req) != 0); in if_capint_to_capnv()