Searched refs:dl (Results 51 - 75 of 162) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.h251 int pdsc_dl_info_get(struct devlink *dl, struct devlink_info_req *req,
253 int pdsc_dl_flash_update(struct devlink *dl,
256 int pdsc_dl_enable_get(struct devlink *dl, u32 id,
258 int pdsc_dl_enable_set(struct devlink *dl, u32 id,
260 int pdsc_dl_enable_validate(struct devlink *dl, u32 id,
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_lut.c150 struct vsp1_dl_list *dl,
160 struct vsp1_dl_list *dl,
173 vsp1_dl_list_add_body(dl, lut_dlb);
219 * both the queued and pending dl entries.
148 lut_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
158 lut_configure_frame(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
H A Dvsp1_entity.h156 struct vsp1_dl_list *dl,
161 struct vsp1_dl_list *dl,
166 struct vsp1_dl_list *dl,
H A Dvsp1_rpf.c52 struct vsp1_dl_list *dl,
241 struct vsp1_dl_list *dl)
248 cmd = vsp1_dl_get_pre_cmd(dl);
272 struct vsp1_dl_list *dl,
287 struct vsp1_dl_list *dl,
360 vsp1_rpf_configure_autofld(rpf, dl);
50 rpf_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
240 vsp1_rpf_configure_autofld(struct vsp1_rwpf *rpf, struct vsp1_dl_list *dl) argument
270 rpf_configure_frame(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
285 rpf_configure_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) argument
/linux-master/arch/x86/boot/
H A Dcopy.S37 movzbl %dl, %eax
H A Dedd.c30 ireg.dl = devno;
84 ireg.dl = devno;
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_devlink.c36 sja1105_region_static_config_snapshot(struct devlink *dl, argument
41 struct dsa_switch *ds = dsa_devlink_to_ds(dl);
/linux-master/net/802/
H A Dpsnap.c81 static int snap_request(struct datalink_proto *dl, argument
84 memcpy(skb_push(skb, 5), dl->type, 5);
/linux-master/tools/perf/util/
H A Dannotate.h204 static inline bool disasm_line__has_local_offset(const struct disasm_line *dl) argument
206 return dl->ops.target.offset_avail && !dl->ops.target.outside;
213 bool disasm_line__is_valid_local_jump(struct disasm_line *dl, struct symbol *sym);
215 void disasm_line__free(struct disasm_line *dl);
238 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw, int max_ins_name);
546 int annotate_get_insn_location(struct arch *arch, struct disasm_line *dl,
562 struct disasm_line *dl);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_task.c144 struct done_list_struct *dl)
154 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block;
168 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
198 struct done_list_struct *dl)
203 u8 opcode = dl->opcode;
216 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block);
227 asd_get_response_tasklet(ascb, dl);
232 if (dl->status_block[1] & 2)
233 ts->open_rej_reason = 1 + dl->status_block[2];
234 else if (dl
143 asd_get_response_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl) argument
197 asd_task_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
[all...]
H A Daic94xx_tmf.c57 struct done_list_struct *dl)
65 ASD_DPRINTK("%s: opcode: 0x%x\n", __func__, dl->opcode);
66 tcs->dl_opcode = dl->opcode;
256 struct done_list_struct *dl)
264 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block;
281 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
302 struct done_list_struct *dl)
312 tcs->dl_opcode = dl->opcode;
314 if (dl->opcode == TC_SSP_RESP) {
315 tcs->tmf_state = asd_get_tmf_resp_tasklet(ascb, dl);
56 asd_clear_nexus_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
255 asd_get_tmf_resp_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl) argument
301 asd_tmf_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.h71 struct devlink *dl; member in struct:rvu_devlink
H A Drvu_devlink.c508 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_nix_intr_reporter_ops, 0, rvu);
516 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_nix_gen_reporter_ops, 0, rvu);
524 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_nix_err_reporter_ops, 0, rvu);
532 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_nix_ras_reporter_ops, 0, rvu);
1054 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_npa_intr_reporter_ops, 0, rvu);
1062 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_npa_gen_reporter_ops, 0, rvu);
1070 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_npa_err_reporter_ops, 0, rvu);
1078 devlink_health_reporter_create(rvu_dl->dl, &rvu_hw_npa_ras_reporter_ops, 0, rvu);
1507 struct devlink *dl; local
1510 dl
1564 struct devlink *dl = rvu_dl->dl; local
[all...]
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h65 struct devlink *dl; member in struct:otx2_cptpf_dev
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h260 u32 *dl; /* Data location */ local
265 dl = data + arg->offset;
268 *dl = make_data_loc(maxlen, dyndata - base);
269 ret = process_fetch_insn(arg->code, rec, edata, dl, base);
H A Dtrace_probe.h64 #define get_loc_len(dl) ((u32)(dl) >> 16)
65 #define get_loc_offs(dl) ((u32)(dl) & 0xffff)
67 static nokprobe_inline void *get_loc_data(u32 *dl, void *ent) argument
69 return (u8 *)ent + get_loc_offs(*dl);
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c450 * So all we check here is that dl->ops.target.sym is set, if it is, just
459 struct disasm_line *dl = disasm_line(browser->selection); local
463 if (!dl->ops.target.sym) {
468 notes = symbol__annotation(dl->ops.target.sym);
471 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) {
474 dl->ops.target.sym->name);
480 target_ms.sym = dl->ops.target.sym;
510 struct disasm_line *dl = disasm_line(browser->selection); local
514 if (!ins__is_jump(&dl->ins))
517 if (dl
864 struct disasm_line *dl = disasm_line(browser->selection); local
[all...]
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Ddevlink.c264 static int mv88e6xxx_region_global_snapshot(struct devlink *dl, argument
270 struct dsa_switch *ds = dsa_devlink_to_ds(dl);
371 static int mv88e6xxx_region_atu_snapshot(struct devlink *dl, argument
376 struct dsa_switch *ds = dsa_devlink_to_ds(dl);
444 static int mv88e6xxx_region_vtu_snapshot(struct devlink *dl, argument
450 struct dsa_switch *ds = dsa_devlink_to_ds(dl);
527 static int mv88e6xxx_region_stu_snapshot(struct devlink *dl, argument
533 struct dsa_switch *ds = dsa_devlink_to_ds(dl);
585 static int mv88e6xxx_region_pvt_snapshot(struct devlink *dl, argument
590 struct dsa_switch *ds = dsa_devlink_to_ds(dl);
[all...]
/linux-master/net/dsa/
H A Ddsa.c292 struct dsa_link *dl; local
296 list_for_each_entry(dl, &dst->rtable, list)
297 if (dl->dp == dp && dl->link_dp == link_dp)
298 return dl;
300 dl = kzalloc(sizeof(*dl), GFP_KERNEL);
301 if (!dl)
304 dl->dp = dp;
305 dl
320 struct dsa_link *dl; local
920 struct dsa_link *dl, *next; local
[all...]
/linux-master/arch/powerpc/perf/
H A Dhv-24x7.c286 unsigned int dl, ldl; local
303 dl = be16_to_cpu(*dl_);
304 if (dl < 2) {
305 pr_debug("%s: desc len too short: %d", __func__, dl);
309 if (start + nl + dl > end) {
310 pr_debug("%s: (start=%p + nl=%u + dl=%u)=%p > end=%p",
311 __func__, start, nl, dl, start + nl + dl, end);
315 ldl_ = (__be16 *)(ev->remainder + nl + dl - 2);
325 if (start + nl + dl
564 int nl, dl; local
578 int nl, dl; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h100 int or, int dl, uint8_t address)
104 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8,
106 return NVReadRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8);
110 int or, int dl, uint8_t address,
115 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8, data);
116 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8, address);
99 nv_read_tmds(struct drm_device *dev, int or, int dl, uint8_t address) argument
109 nv_write_tmds(struct drm_device *dev, int or, int dl, uint8_t address, uint8_t data) argument
/linux-master/arch/x86/lib/
H A Dcopy_user_uncached_64.S119 test $4,%dl
128 test $2,%dl
136 test $1,%dl
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h68 #define _ASM_ARG2B dl
104 #define _ASM_ARG3B dl
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_devlink.c66 static int i40e_devlink_info_get(struct devlink *dl, argument
70 struct i40e_pf *pf = devlink_priv(dl);
/linux-master/kernel/locking/
H A Dww_mutex.h251 if (dl_time_before(b->task->dl.deadline,
252 a->task->dl.deadline))
255 if (dl_time_before(a->task->dl.deadline,
256 b->task->dl.deadline))

Completed in 198 milliseconds

1234567