Searched defs:cap (Results 1 - 18 of 18) sorted by relevance

/include/linux/
H A Dif_arcnet.h127 struct arc_cap cap; member in union:archdr::__anon542
H A Diommu.h76 unsigned long cap);
96 unsigned long cap);
188 unsigned long cap)
187 domain_has_cap(struct iommu_domain *domain, unsigned long cap) argument
H A Dlsm_audit.h62 int cap; member in union:common_audit_data::__anon726
H A Dacpi.h259 struct acpi_buffer cap; /* arg2/arg3 */ member in struct:acpi_osc_context
H A Dcapability.h95 __u32 cap[_KERNEL_CAPABILITY_U32S]; member in struct:kernel_cap_struct
434 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag))
435 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag))
436 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag))
442 c.cap[__capi] = a.cap[__capi] OP b.cap[__capi]; \
450 c.cap[__capi] = OP a.cap[__capi]; \
489 if (a.cap[__cap
511 cap_is_fs_cap(int cap) argument
[all...]
H A Dmii.h444 * @cap: Flow control capabilities (FLOW_CTRL_RX, FLOW_CTRL_TX or both)
446 static inline u16 mii_advertise_flowctrl(int cap) argument
450 if (cap & FLOW_CTRL_RX)
452 if (cap & FLOW_CTRL_TX)
467 u8 cap = 0; local
470 cap = FLOW_CTRL_TX | FLOW_CTRL_RX;
473 cap = FLOW_CTRL_RX;
475 cap = FLOW_CTRL_TX;
478 return cap;
H A Dnfs_fs.h315 static inline int nfs_server_capable(struct inode *inode, int cap) argument
317 return NFS_SERVER(inode)->caps & cap;
H A Dtelephony.h83 int cap; member in struct:phone_capability
H A Dintel-iommu.h311 u64 cap; member in struct:intel_iommu
H A Dnvme.h25 __u64 cap; /* Controller Capabilities */ member in struct:nvme_bar
38 #define NVME_CAP_TIMEOUT(cap) (((cap) >> 24) & 0xff)
39 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf)
H A Dkvm.h438 __u32 cap; member in struct:kvm_enable_cap
H A Dpci.h227 struct pci_cap_saved_data cap; member in struct:pci_cap_saved_state
707 int pci_find_capability(struct pci_dev *dev, int cap);
708 int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap);
709 int pci_find_ext_capability(struct pci_dev *dev, int cap);
711 int cap);
881 int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap);
1231 static inline int pci_find_capability(struct pci_dev *dev, int cap) argument
1237 int cap)
1242 static inline int pci_find_ext_capability(struct pci_dev *dev, int cap) argument
1236 pci_find_next_capability(struct pci_dev *dev, u8 post, int cap) argument
H A Dsecurity.h73 int cap, int audit);
1269 * Check whether the @tsk process has the @cap capability in the indicated
1273 * @cap contains the capability <include/linux/capability.h>.
1395 int cap, int audit);
1678 int cap);
1680 int cap);
1874 struct user_namespace *ns, int cap)
1876 return cap_capable(cred, ns, cap, SECURITY_CAP_AUDIT);
1880 struct user_namespace *ns, int cap) {
1881 return cap_capable(cred, ns, cap, SECURITY_CAP_NOAUDI
1873 security_capable(const struct cred *cred, struct user_namespace *ns, int cap) argument
1879 security_capable_noaudit(const struct cred *cred, struct user_namespace *ns, int cap) argument
[all...]
/include/scsi/
H A Dscsi_host.h871 static unsigned char cap[] = { 0, local
876 return shost->prot_capabilities & cap[target_type] ? target_type : 0;
882 static unsigned char cap[] = { SHOST_DIX_TYPE0_PROTECTION, local
887 return shost->prot_capabilities & cap[target_type];
H A Dosd_protocol.h615 * osd_sec_set_caps - set cap-bits into the capabilities header
617 * @cap: The osd_capability_head to set cap bits to.
623 static inline void osd_sec_set_caps(struct osd_capability_head *cap, argument
631 put_unaligned_le16(bit_mask, &cap->permissions_bit_mask);
/include/linux/ceph/
H A Dceph_fs.h414 __le16 num_releases; /* # include cap/lease release records */
422 /* cap/lease release record */
424 __le64 ino, cap_id; /* ino and unique cap id */
461 #define CEPH_CAP_FLAG_AUTH 1 /* cap is issued by auth mds */
470 struct ceph_mds_reply_cap cap; /* caps issued for this inode */ member in struct:ceph_mds_reply_inode
529 /* generic cap bits */
568 /* cap masks (for getattr) */
614 CEPH_CAP_OP_EXPORT, /* mds has exported the cap */
615 CEPH_CAP_OP_IMPORT, /* mds has imported the cap */
617 CEPH_CAP_OP_DROP, /* client->mds drop cap bit
[all...]
/include/net/
H A Dcfg80211.h200 * @cap: HT capabilities map as described in 802.11n spec
206 u16 cap; /* use IEEE80211_HT_CAP_ */ member in struct:ieee80211_sta_ht_cap
/include/rdma/
H A Dib_verbs.h626 struct ib_qp_cap cap; member in struct:ib_qp_init_attr
725 struct ib_qp_cap cap; member in struct:ib_qp_attr

Completed in 284 milliseconds