Searched refs:cap_id (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | ext_caps.c | 227 u32 cap_id, u32 cap_length) in hci_extcap_vendor_specific() argument 235 vendor_ext_caps[i].cap == cap_id) { in hci_extcap_vendor_specific() 244 cap_id, hci->vendor_mipi_id); in hci_extcap_vendor_specific() 250 cap_id, cap_length, vendor_cap_entry->min_length); in hci_extcap_vendor_specific() 260 u32 cap_header, cap_id, cap_length; in i3c_hci_parse_ext_caps() local 269 cap_id = FIELD_GET(CAP_HEADER_ID, cap_header); in i3c_hci_parse_ext_caps() 271 DBG("id=0x%02x length=%d", cap_id, cap_length); in i3c_hci_parse_ext_caps() 277 cap_id, cap_length); in i3c_hci_parse_ext_caps() 282 if (cap_id >= 0xc0 && cap_id <= 0xcf) { in i3c_hci_parse_ext_caps() 284 cap_id, cap_length); in i3c_hci_parse_ext_caps() [all …]
|
/linux/drivers/cxl/core/ |
H A D | regs.c | 66 u16 cap_id, offset; in cxl_probe_component_regs() local 71 cap_id = FIELD_GET(CXL_CM_CAP_HDR_ID_MASK, hdr); in cxl_probe_component_regs() 77 switch (cap_id) { in cxl_probe_component_regs() 96 dev_dbg(dev, "Unknown CM cap ID: %d (0x%x)\n", cap_id, in cxl_probe_component_regs() 104 rmap->id = cap_id; in cxl_probe_component_regs() 137 u16 cap_id; in cxl_probe_device_regs() local 139 cap_id = FIELD_GET(CXLDEV_CAP_HDR_CAP_ID_MASK, in cxl_probe_device_regs() 145 switch (cap_id) { in cxl_probe_device_regs() 162 if (cap_id >= 0x8000) in cxl_probe_device_regs() 163 dev_dbg(dev, "Vendor cap ID: %#x offset: %#x\n", cap_id, offset); in cxl_probe_device_regs() [all …]
|
/linux/drivers/bcma/ |
H A D | driver_pci_host.c | 275 u8 cap_id; in bcma_find_pci_capability() local 300 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id, sizeof(u8)); in bcma_find_pci_capability() 301 while (cap_id != req_cap_id) { in bcma_find_pci_capability() 306 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id, in bcma_find_pci_capability()
|
/linux/fs/ceph/ |
H A D | caps.c | 651 struct ceph_mds_session *session, u64 cap_id, in ceph_add_cap() argument 667 ceph_vinop(inode), session->s_mds, cap_id, in ceph_add_cap() 712 WARN_ON(cap->cap_id != cap_id); in ceph_add_cap() 768 cap->cap_id = cap_id; in ceph_add_cap() 1267 fc->cap_id = cpu_to_le64(arg->cid); in encode_cap_msg() 1425 arg->cid = cap->cap_id; in __prep_cap() 3558 WARN_ON(cap->cap_id != le64_to_cpu(grant->cap_id)); in handle_cap_grant() 4079 t_cap_id = le64_to_cpu(ph->cap_id); in handle_cap_export() 4094 if (!cap || cap->cap_id != le64_to_cpu(ex->cap_id)) in handle_cap_export() 4121 if (tcap->cap_id == t_cap_id && in handle_cap_export() [all …]
|
H A D | mds_client.c | 2355 item->cap_id = cpu_to_le64(cap->cap_id); in ceph_send_cap_releases() 4610 ceph_vinop(inode), cap, cap->cap_id, in reconnect_caps_cb() 4628 rec.v2.cap_id = cpu_to_le64(cap->cap_id); in reconnect_caps_cb() 4638 rec.v1.cap_id = cpu_to_le64(cap->cap_id); in reconnect_caps_cb()
|
H A D | inode.c | 1260 le64_to_cpu(info->cap.cap_id), in ceph_fill_inode()
|
H A D | file.c | 696 in.cap.cap_id = cpu_to_le64(1); in ceph_finish_async_create()
|
/linux/drivers/pci/ |
H A D | pci-bridge-emul.h | 44 u8 cap_id; member
|
H A D | pci-bridge-emul.c | 388 bridge->pcie_conf.cap_id = PCI_CAP_ID_EXP; in pci_bridge_emul_init()
|
/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.h | 987 enum ena_admin_aq_caps_id cap_id) in ena_com_get_cap() argument 989 return !!(ena_dev->capabilities & BIT(cap_id)); in ena_com_get_cap()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 686 static u8 cxgb4_getcap(struct net_device *dev, int cap_id, u8 *caps) in cxgb4_getcap() argument 690 switch (cap_id) { in cxgb4_getcap()
|