Searched defs:dl (Results 1 - 20 of 20) sorted by relevance

/drivers/scsi/aic94xx/
H A Daic94xx_dump.h34 struct done_list_struct *dl);
40 struct done_list_struct *dl) { }
39 asd_dump_frame_rcvd(struct asd_phy *phy, struct done_list_struct *dl) argument
H A Daic94xx_dump.c904 struct done_list_struct *dl)
909 switch ((dl->status_block[1] & 0x70) >> 3) {
903 asd_dump_frame_rcvd(struct asd_phy *phy, struct done_list_struct *dl) argument
H A Daic94xx_task.c159 struct done_list_struct *dl)
169 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block;
183 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
213 struct done_list_struct *dl)
218 u8 opcode = dl->opcode;
231 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block);
242 asd_get_response_tasklet(ascb, dl);
247 if (dl->status_block[1] & 2)
248 ts->open_rej_reason = 1 + dl->status_block[2];
249 else if (dl
158 asd_get_response_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl) argument
212 asd_task_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
[all...]
H A Daic94xx_scb.c86 struct done_list_struct *dl)
90 int phy_id = dl->status_block[0] & DL_PHY_MASK;
93 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS;
94 u8 oob_mode = dl->status_block[2];
120 dl->status_block[1]);
236 struct done_list_struct *dl,
244 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2];
253 asd_dump_frame_rcvd(phy, dl);
259 struct done_list_struct *dl,
85 asd_phy_event_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl) argument
235 asd_bytes_dmaed_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl, int edb_id, int phy_id) argument
258 asd_link_reset_err_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl, int phy_id) argument
311 asd_primitive_rcvd_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl, int phy_id) argument
415 escb_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
642 control_phy_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
[all...]
H A Daic94xx_tmf.c76 struct done_list_struct *dl)
84 ASD_DPRINTK("%s: opcode: 0x%x\n", __func__, dl->opcode);
85 tcs->dl_opcode = dl->opcode;
275 struct done_list_struct *dl)
283 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block;
300 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
321 struct done_list_struct *dl)
331 tcs->dl_opcode = dl->opcode;
333 if (dl->opcode == TC_SSP_RESP) {
334 tcs->tmf_state = asd_get_tmf_resp_tasklet(ascb, dl);
75 asd_clear_nexus_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
274 asd_get_tmf_resp_tasklet(struct asd_ascb *ascb, struct done_list_struct *dl) argument
320 asd_tmf_tasklet_complete(struct asd_ascb *ascb, struct done_list_struct *dl) argument
[all...]
H A Daic94xx_hwi.c275 asd_ha->seq.dl = asd_ha->seq.actual_dl->vaddr;
737 struct done_list_struct *dl = &seq->dl[seq->dl_next]; local
740 if ((dl->toggle & DL_TOGGLE_MASK) != seq->dl_toggle)
745 ascb = asd_tc_index_find(seq, (int)le16_to_cpu(dl->index));
748 ASD_DPRINTK("BUG:sequencer:dl:no ascb?!\n");
760 ascb->tasklet_complete(ascb, dl);
H A Daic94xx_hwi.h174 struct done_list_struct *dl; /* array of done list entries, equals */ member in struct:asd_seq_data
/drivers/net/wireless/hostap/
H A Dhostap_download.c542 struct prism2_download_data *dl)
598 for (i = 0; i < dl->num_areas; i++) {
599 int rest_len = dl->data[i].len;
606 dev, dl->data[i].addr + data_off,
607 dl->data[i].data + data_off, bufaddr,
656 static void prism2_download_free_data(struct prism2_download_data *dl) argument
660 if (dl == NULL)
663 for (i = 0; i < dl->num_areas; i++)
664 kfree(dl->data[i].data);
665 kfree(dl);
541 prism2_download_nonvolatile(local_info_t *local, struct prism2_download_data *dl) argument
675 struct prism2_download_data *dl = NULL; local
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_hw.h164 int or, int dl, uint8_t address)
168 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8,
170 return NVReadRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8);
174 int or, int dl, uint8_t address,
179 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8, data);
180 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8, address);
163 nv_read_tmds(struct drm_device *dev, int or, int dl, uint8_t address) argument
173 nv_write_tmds(struct drm_device *dev, int or, int dl, uint8_t address, uint8_t data) argument
H A Dnv04_dfp.c66 int head, bool dl)
86 if (dl) /* dual link */
65 nv04_dfp_bind_head(struct drm_device *dev, struct dcb_entry *dcbent, int head, bool dl) argument
H A Dnouveau_bios.c3756 struct dcb_entry *dcbent, int head, bool dl)
3770 nv04_dfp_bind_head(dev, dcbent, head, dl);
4155 int nouveau_bios_parse_lvds_table(struct drm_device *dev, int pxclk, bool *dl, bool *if_is_24bit) argument
4281 *dl = bios->fp.dual_link;
3755 run_digital_op_script(struct drm_device *dev, uint16_t scriptptr, struct dcb_entry *dcbent, int head, bool dl) argument
/drivers/scsi/
H A Dscsi_devinfo.c640 struct double_list *dl = v; local
642 list_entry(dl->top, struct scsi_dev_info_list_table, node);
644 list_entry(dl->bottom, struct scsi_dev_info_list,
647 if (devinfo_table->scsi_dev_info_list.next == dl->bottom &&
658 struct double_list *dl = kmalloc(sizeof(*dl), GFP_KERNEL); local
661 if (!dl)
664 list_for_each(dl->top, &scsi_dev_info_list) {
666 list_entry(dl->top, struct scsi_dev_info_list_table,
668 list_for_each(dl
679 struct double_list *dl = v; local
[all...]
/drivers/target/
H A Dtarget_core_cdb.c1029 unsigned short dl, bd_dl; local
1041 dl = get_unaligned_be16(&cdb[0]);
1047 pr_debug("UNMAP: Sub: %s Using dl: %hu bd_dl: %hu size: %hu"
1048 " ptr: %p\n", dev->transport->name, dl, bd_dl, size, ptr);
/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c739 unsigned short shiftflag, unsigned short dl, unsigned short ah,
744 switch (dl) {
738 SiS_WriteDAC(struct SiS_Private *SiS_Pr, unsigned long DACData, unsigned short shiftflag, unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) argument
/drivers/md/
H A Ddm-raid1.c851 struct dm_dirty_log *dl)
899 dl, region_size, ms->nr_regions);
956 struct dm_dirty_log *dl; local
976 dl = dm_dirty_log_create(argv[0], ti, mirror_flush, param_count,
978 if (!dl) {
983 return dl;
1041 struct dm_dirty_log *dl; local
1044 dl = create_dirty_log(ti, argc, argv, &args_used);
1045 if (!dl)
1054 dm_dirty_log_destroy(dl);
848 alloc_context(unsigned int nr_mirrors, uint32_t region_size, struct dm_target *ti, struct dm_dirty_log *dl) argument
[all...]
/drivers/video/sis/
H A Dinit.c2857 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh)
2861 switch(dl) {
2856 SiS_WriteDAC(struct SiS_Private *SiS_Pr, SISIOADDRESS DACData, unsigned short shiftflag, unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) argument
/drivers/s390/block/
H A Ddasd_eckd.c159 unsigned int kl, unsigned int dl)
167 ceil_quot(dl + 12, 32));
169 return 1499 / (15 + ceil_quot(dl + 12, 32));
171 dn = ceil_quot(dl + 6, 232) + 1;
175 9 + ceil_quot(dl + 6 * dn, 34));
177 return 1729 / (10 + 9 + ceil_quot(dl + 6 * dn, 34));
179 dn = ceil_quot(dl + 6, 232) + 1;
183 ceil_quot(dl + 6 * dn, 34));
185 return 1420 / (18 + 7 + ceil_quot(dl + 6 * dn, 34));
1926 private->count_area[i].dl !
158 recs_per_track(struct dasd_eckd_characteristics * rdc, unsigned int kl, unsigned int dl) argument
[all...]
H A Ddasd_eckd.h77 __u16 dl; member in struct:eckd_count
/drivers/staging/xgifb/
H A Dvb_setmode.c1614 static void XGI_WriteDAC(unsigned short dl, argument
1625 if (dl != 0) {
1629 if (dl == 1) {
1647 unsigned short data, data2, time, i, j, k, m, n, o, si, di, bx, dl, al, local
1708 dl = 0;
1716 XGI_WriteDAC(dl, ah, al, dh, pVBInfo);
1726 XGI_WriteDAC(dl, ah, al, dh, pVBInfo);
1729 dl++;
/drivers/staging/comedi/drivers/
H A Dni_mio_common.c1371 u32 dl; local
1374 dl = ni_readl(ADC_FIFO_Data_611x);
1376 data[0] = (dl >> 16) & 0xffff;
1377 data[1] = dl & 0xffff;
1382 dl = ni_readl(ADC_FIFO_Data_611x);
1383 data[0] = dl & 0xffff;
1388 u32 dl; local
1392 dl = ni_readl(AIFIFO_Data_6143);
1394 data[0] = (dl >> 16) & 0xffff;
1395 data[1] = dl
1475 u32 dl; local
1539 u32 dl; local
1556 u32 dl; local
1794 unsigned long dl; local
[all...]

Completed in 1607 milliseconds