Home
last modified time | relevance | path

Searched full:did (Results 1 – 25 of 2406) sorted by relevance

12345678910>>...97

/linux-6.14.4/drivers/iommu/intel/
Dpasid.c196 u16 did, u32 pasid) in pasid_cache_invalidation_with_pasid() argument
200 desc.qw0 = QI_PC_DID(did) | QI_PC_GRAN(QI_PC_PASID_SEL) | in pasid_cache_invalidation_with_pasid()
243 u16 did, pgtt; in intel_pasid_tear_down_entry() local
272 did = pasid_get_domain_id(pte); in intel_pasid_tear_down_entry()
280 pasid_cache_invalidation_with_pasid(iommu, did, pasid); in intel_pasid_tear_down_entry()
283 qi_flush_piotlb(iommu, did, pasid, 0, -1, 0); in intel_pasid_tear_down_entry()
285 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH); in intel_pasid_tear_down_entry()
298 u32 pasid, u16 did) in pasid_flush_caches() argument
304 pasid_cache_invalidation_with_pasid(iommu, did, pasid); in pasid_flush_caches()
305 qi_flush_piotlb(iommu, did, pasid, 0, -1, 0); in pasid_flush_caches()
[all …]
Dcache.c43 static int cache_tag_assign(struct dmar_domain *domain, u16 did, in cache_tag_assign() argument
59 tag->domain_id = did; in cache_tag_assign()
71 if (cache_tage_match(temp, did, iommu, dev, pasid, type)) { in cache_tag_assign()
94 static void cache_tag_unassign(struct dmar_domain *domain, u16 did, in cache_tag_unassign() argument
105 if (cache_tage_match(tag, did, iommu, dev, pasid, type)) { in cache_tag_unassign()
136 static int __cache_tag_assign_domain(struct dmar_domain *domain, u16 did, in __cache_tag_assign_domain() argument
146 ret = cache_tag_assign(domain, did, dev, pasid, CACHE_TAG_IOTLB); in __cache_tag_assign_domain()
150 ret = cache_tag_assign(domain, did, dev, pasid, CACHE_TAG_DEVTLB); in __cache_tag_assign_domain()
152 cache_tag_unassign(domain, did, dev, pasid, CACHE_TAG_IOTLB); in __cache_tag_assign_domain()
157 static void __cache_tag_unassign_domain(struct dmar_domain *domain, u16 did, in __cache_tag_unassign_domain() argument
[all …]
/linux-6.14.4/tools/testing/selftests/net/forwarding/
Dtc_flower.sh56 check_fail $? "Did not match on correct filter"
82 check_fail $? "Did not match on correct filter"
108 check_err $? "Did not match on correct filter"
116 check_err $? "Did not match on correct filter with mask"
142 check_err $? "Did not match on correct filter"
150 check_err $? "Did not match on correct filter with mask"
181 check_err $? "Did not match on nofirstfrag filter (nofrag) "
184 check_err $? "Did not match on nofrag filter (nofrag)"
190 check_err $? "Did not match on frag filter (1stfrag)"
193 check_err $? "Did not match fistfrag filter (1stfrag)"
[all …]
Dbridge_locked_port.sh100 check_err $? "Ping did not work before locking port"
110 check_err $? "Ping did not work after locking port and adding FDB entry"
116 check_err $? "Ping did not work after unlocking port and removing FDB entry."
131 check_err $? "Ping through vlan did not work before locking port"
140 check_err $? "Ping through vlan did not work after locking port and adding FDB entry"
146 check_err $? "Ping through vlan did not work after unlocking port and removing FDB entry"
159 check_err $? "Ping6 did not work before locking port"
168 check_err $? "Ping6 did not work after locking port and adding FDB entry"
174 check_err $? "Ping6 did not work after unlocking port and removing FDB entry"
185 check_err $? "Ping did not work before locking port"
[all …]
Dtc_flower_cfm.sh71 check_err $? "Did not match on correct opcode"
83 check_err $? "Did not match on correct opcode"
111 check_err $? "Did not match on correct level"
117 check_err $? "Did not match on correct level"
126 check_err $? "Did not match on correct level"
156 check_err $? "Did not match on correct level and opcode"
168 check_err $? "Did not match on correct level and opcode"
/linux-6.14.4/sound/soc/qcom/qdsp6/
Dq6dsp-lpass-ports.c10 #define Q6AFE_TDM_PB_DAI(pre, num, did) { \ argument
24 .name = #did, \
25 .id = did, \
28 #define Q6AFE_TDM_CAP_DAI(pre, num, did) { \ argument
42 .name = #did, \
43 .id = did, \
46 #define Q6AFE_CDC_DMA_RX_DAI(did) { \ argument
48 .stream_name = #did" Playback", \
60 .name = #did, \
61 .id = did, \
[all …]
/linux-6.14.4/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh108 check_err $? "Single filter - did not match"
117 check_err $? "Two filters - did not match highest priority"
123 check_err $? "Two filters - did not match lowest priority"
131 check_err $? "Single filter - did not match after delete"
156 check_err $? "Did not match A-TCAM filter"
164 check_err $? "Did not match C-TCAM filter after A-TCAM delete"
173 check_err $? "Did not match C-TCAM filter after A-TCAM add"
181 check_err $? "Did not match A-TCAM filter after C-TCAM delete"
204 check_err $? "Two filters - did not match highest priority"
212 check_err $? "Single filter - did not match"
[all …]
/linux-6.14.4/drivers/pcmcia/
Dds.c45 const struct pcmcia_device_id *did = p_drv->id_table; in pcmcia_check_driver() local
53 while (did && did->match_flags) { in pcmcia_check_driver()
55 if (!did->prod_id[i]) in pcmcia_check_driver()
58 hash = crc32(0, did->prod_id[i], strlen(did->prod_id[i])); in pcmcia_check_driver()
59 if (hash == did->prod_id_hash[i]) in pcmcia_check_driver()
64 "be 0x%x\n", p_drv->name, did->prod_id[i], in pcmcia_check_driver()
65 did->prod_id_hash[i], hash); in pcmcia_check_driver()
70 did++; in pcmcia_check_driver()
380 "pcmcia: driver %s did not release config properly\n", in pcmcia_device_remove()
386 "pcmcia: driver %s did not release window properly\n", in pcmcia_device_remove()
[all …]
/linux-6.14.4/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-hist.tc17 fail "hist trigger on sched_process_fork did not work"
19 fail "hist trigger on sched_process_fork did not work"
28 fail "compound keys on sched_process_fork did not work"
38 fail "string key on sched_process_fork did not work"
47 fail "sym modifier on kmalloc call_site did not work"
56 fail "sym-offset modifier on kmalloc call_site did not work"
74 fail "sort param on sched_process_fork did not work"
Dtrigger-multihist.tc18 fail "hist trigger on sched_process_fork did not work"
20 fail "hist trigger on sched_process_fork did not work"
23 fail "string key on sched_process_fork did not work"
32 fail "named event on sched_process_fork did not work"
39 fail "named event on sched_process_fork did not work"
Dtrigger-hist-mod.tc18 fail "execname modifier on sched_process_fork did not work"
29 fail "hex modifier on sched_process_fork did not work"
38 fail "syscall modifier on raw_syscalls/sys_exit did not work"
48 fail "log2 modifier on kmem/kmalloc did not work"
/linux-6.14.4/drivers/watchdog/
Dexar_wdt.c60 unsigned short did; member
291 priv->did, timeout, nowayout); in exar_wdt_probe()
302 unsigned short vid, did; in exar_detect() local
309 did = exar_sio_read16(config_port, EXAR_DID); in exar_detect()
313 (did == EXAR_DEV_382 || in exar_detect()
314 did == EXAR_DEV_384)) { in exar_detect()
325 did, config_port, base); in exar_detect()
327 return did; in exar_detect()
387 unsigned short did, rt_base = 0; in exar_wdt_init() local
389 did = exar_detect(sio_config_ports[i], in exar_wdt_init()
[all …]
/linux-6.14.4/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink_trap.sh85 check_err 1 "Trap $trap_name did not change action to trap"
91 check_err 1 "Trap $trap_name did not change action to drop"
137 check_fail $? "Did not get an error for non-existing trap"
154 check_fail $? "Did not get an error for non-existing trap action"
186 check_err $? "Did not manage to read trap (hard dropped) statistics when should"
226 check_err 1 "Trap $trap_name did not change action to trap"
245 check_err 1 "Trap $trap_name did not change action to drop"
258 check_fail $? "Did not get an error for non-existing trap group"
299 check_fail $? "Did not get an error for setting a non-existing policer"
301 check_fail $? "Did not get an error for getting a non-existing policer"
[all …]
/linux-6.14.4/scripts/gdb/linux/
Ddmesg.py93 did = tail_id
95 ind = did % desc_ring_count
104 if did == head_id:
106 did = (did + 1) & desc_id_mask
147 if did == head_id:
149 did = (did + 1) & desc_id_mask
/linux-6.14.4/tools/power/cpupower/utils/helpers/
Damd.c23 unsigned did:3; member
37 unsigned did:6; member
61 /* Fam 1Ah onward do not use did */ in get_did()
66 t = pstate.pstatedef.did; in get_did()
70 t = pstate.pstate.did; in get_did()
78 int fid, did, cof = 0; in get_cof() local
80 did = get_did(pstate); in get_cof()
88 cof = 200 * fid / did; in get_cof()
95 cof = (100 * (fid + t)) >> did; in get_cof()
/linux-6.14.4/include/scsi/fc/
Dfc_fcoe.h82 * fc_fcoe_set_mac - Store OUI + DID into MAC address field.
84 * @did: fc dest id to use
86 static inline void fc_fcoe_set_mac(u8 *mac, u8 *did) in fc_fcoe_set_mac() argument
91 mac[3] = did[0]; in fc_fcoe_set_mac()
92 mac[4] = did[1]; in fc_fcoe_set_mac()
93 mac[5] = did[2]; in fc_fcoe_set_mac()
/linux-6.14.4/drivers/scsi/libfc/
Dfc_elsct.c24 * @did: The destination ID for the frame
31 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, in fc_elsct_send() argument
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
/linux-6.14.4/net/nfc/
Ddigital_dep.c67 u8 did; member
78 u8 did; member
89 u8 did; member
97 u8 did; member
377 psl_req->did = 0; in digital_in_send_psl_req()
504 atr_req->did = 0; in digital_in_send_atr_req()
998 if (ddev->did) { in digital_tg_send_ack()
1001 skb_put_data(skb, &ddev->did, sizeof(ddev->did)); in digital_tg_send_ack()
1042 if (ddev->did) { in digital_tg_send_atn()
1045 skb_put_data(skb, &ddev->did, sizeof(ddev->did)); in digital_tg_send_atn()
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
Ddce_clk_mgr.c79 int dentist_get_divider_from_did(int did) in dentist_get_divider_from_did() argument
81 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did()
82 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did()
83 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did()
84 did = DENTIST_MAX_DID; in dentist_get_divider_from_did()
86 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did()
88 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did()
89 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did()
91 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did()
92 } else if (did < DENTIST_BASE_DID_4) { in dentist_get_divider_from_did()
[all …]
/linux-6.14.4/arch/mips/include/asm/octeon/
Dcvmx-address.h147 uint64_t did:8; member
172 uint64_t did:8; member
233 uint64_t did:8; member
247 uint64_t did:8; member
295 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did)) argument
296 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40) argument
297 #define CVMX_FULL_DID(did, subdid) (((did) << 3) | (subdid)) argument
/linux-6.14.4/drivers/input/keyboard/
Dhil_kbd.c78 char idd[HIL_PACKET_MAX_LENGTH]; /* DID byte and IDD record */
329 uint8_t did = kbd->idd[0]; in hil_dev_keyboard_setup() local
349 printk(KERN_INFO PREFIX "HIL keyboard found (did = 0x%02x, lang = %s)\n", in hil_dev_keyboard_setup()
350 did, hil_language[did & HIL_IDD_DID_TYPE_KB_LANG_MASK]); in hil_dev_keyboard_setup()
356 uint8_t did = ptr->idd[0]; in hil_dev_pointer_setup() local
364 switch (did & HIL_IDD_DID_TYPE_MASK) { in hil_dev_pointer_setup()
410 if ((did & HIL_IDD_DID_ABS_TABLET_MASK) == HIL_IDD_DID_ABS_TABLET) in hil_dev_pointer_setup()
416 if ((did & HIL_IDD_DID_ABS_TSCREEN_MASK) == HIL_IDD_DID_ABS_TSCREEN) in hil_dev_pointer_setup()
419 if ((did & HIL_IDD_DID_REL_MOUSE_MASK) == HIL_IDD_DID_REL_MOUSE) in hil_dev_pointer_setup()
436 "HIL pointer device found (did: 0x%02x, axis: %s)\n", in hil_dev_pointer_setup()
[all …]
/linux-6.14.4/drivers/clk/
Dclk-renesas-pcie.c60 u8 did; member
287 unsigned int vid, did; in rs9_probe() local
328 ret = regmap_read(rs9->regmap, RS9_REG_DID, &did); in rs9_probe()
333 if (vid != RS9_REG_VID_IDT || did != rs9->chip_info->did) in rs9_probe()
335 "Incorrect VID/DID: %#02x, %#02x. Expected %#02x, %#02x\n", in rs9_probe()
336 vid, did, RS9_REG_VID_IDT, in rs9_probe()
337 rs9->chip_info->did); in rs9_probe()
382 .did = RS9_REG_DID_TYPE_FGV | 0x02,
388 .did = RS9_REG_DID_TYPE_FGV | 0x04,
394 .did = RS9_REG_DID_TYPE_FGV | 0x08,
/linux-6.14.4/drivers/misc/lkdtm/
Dfortify.c33 pr_err("FAIL: fortify did not block a strncpy() object write overflow!\n"); in lkdtm_FORTIFY_STR_OBJECT()
62 pr_err("FAIL: fortify did not block a strncpy() struct member write overflow!\n"); in lkdtm_FORTIFY_STR_MEMBER()
98 pr_err("FAIL: fortify did not block a memcpy() object write overflow!\n"); in lkdtm_FORTIFY_MEM_OBJECT()
127 pr_err("FAIL: fortify did not block a memcpy() struct member write overflow!\n"); in lkdtm_FORTIFY_MEM_MEMBER()
158 pr_warn("FAIL: strscpy() of 0 length did not return -E2BIG\n"); in lkdtm_FORTIFY_STRSCPY()
162 pr_warn("FAIL: strscpy() did not return -E2BIG while src is truncated\n"); in lkdtm_FORTIFY_STRSCPY()
177 pr_warn("FAIL: strscpy() did not return 3 while src was copied entirely truncated\n"); in lkdtm_FORTIFY_STRSCPY()
/linux-6.14.4/drivers/bcma/
Dmain.c592 const struct bcma_device_id *did; in bcma_bus_match() local
594 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match()
595 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) && in bcma_bus_match()
596 (did->id == cid->id || did->id == BCMA_ANY_ID) && in bcma_bus_match()
597 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) && in bcma_bus_match()
598 (did->class == cid->class || did->class == BCMA_ANY_CLASS)) in bcma_bus_match()
/linux-6.14.4/drivers/media/pci/cx18/
Dcx18-av-vbi.c21 * 1 byte data identifier: ne010iii (parity bits, 010, DID bits)
24 * 2 byte Internal DID: VBI-line-# 0x80
39 * The user application DID bytes we care about are:
50 u8 did; member
252 int did, sdid, l, err = 0; in cx18_av_decode_vbi_line() local
259 (anc->did != sliced_vbi_did[0] && in cx18_av_decode_vbi_line()
260 anc->did != sliced_vbi_did[1])) { in cx18_av_decode_vbi_line()
265 did = anc->did; in cx18_av_decode_vbi_line()
296 vbi->is_second_field = err ? 0 : (did == sliced_vbi_did[1]); in cx18_av_decode_vbi_line()

12345678910>>...97