Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 16 of 16) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap_download.c542 struct prism2_download_data *dl) in prism2_download_nonvolatile() argument
598 for (i = 0; i < dl->num_areas; i++) { in prism2_download_nonvolatile()
599 int rest_len = dl->data[i].len; in prism2_download_nonvolatile()
606 dev, dl->data[i].addr + data_off, in prism2_download_nonvolatile()
607 dl->data[i].data + data_off, bufaddr, in prism2_download_nonvolatile()
656 static void prism2_download_free_data(struct prism2_download_data *dl) in prism2_download_free_data() argument
660 if (dl == NULL) in prism2_download_free_data()
663 for (i = 0; i < dl->num_areas; i++) in prism2_download_free_data()
664 kfree(dl->data[i].data); in prism2_download_free_data()
665 kfree(dl); in prism2_download_free_data()
[all …]
Dhostap_hw.c138 static void prism2_download_free_data(struct prism2_download_data *dl);
/drivers/scsi/aic94xx/
Daic94xx_scb.c85 struct done_list_struct *dl) in asd_phy_event_tasklet() argument
89 int phy_id = dl->status_block[0] & DL_PHY_MASK; in asd_phy_event_tasklet()
92 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS; in asd_phy_event_tasklet()
93 u8 oob_mode = dl->status_block[2]; in asd_phy_event_tasklet()
119 dl->status_block[1]); in asd_phy_event_tasklet()
235 struct done_list_struct *dl, in asd_bytes_dmaed_tasklet() argument
243 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2]; in asd_bytes_dmaed_tasklet()
252 asd_dump_frame_rcvd(phy, dl); in asd_bytes_dmaed_tasklet()
258 struct done_list_struct *dl, in asd_link_reset_err_tasklet() argument
265 u8 lr_error = dl->status_block[1]; in asd_link_reset_err_tasklet()
[all …]
Daic94xx_task.c159 struct done_list_struct *dl) in asd_get_response_tasklet() argument
169 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_response_tasklet()
213 struct done_list_struct *dl) in asd_task_tasklet_complete() argument
218 u8 opcode = dl->opcode; in asd_task_tasklet_complete()
231 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block); in asd_task_tasklet_complete()
242 asd_get_response_tasklet(ascb, dl); in asd_task_tasklet_complete()
247 if (dl->status_block[1] & 2) in asd_task_tasklet_complete()
248 ts->open_rej_reason = 1 + dl->status_block[2]; in asd_task_tasklet_complete()
249 else if (dl->status_block[1] & 1) in asd_task_tasklet_complete()
250 ts->open_rej_reason = (dl->status_block[2] >> 4)+10; in asd_task_tasklet_complete()
[all …]
Daic94xx_tmf.c75 struct done_list_struct *dl) in asd_clear_nexus_tasklet_complete() argument
83 ASD_DPRINTK("%s: opcode: 0x%x\n", __func__, dl->opcode); in asd_clear_nexus_tasklet_complete()
84 tcs->dl_opcode = dl->opcode; in asd_clear_nexus_tasklet_complete()
271 struct done_list_struct *dl) in asd_get_tmf_resp_tasklet() argument
279 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_tmf_resp_tasklet()
317 struct done_list_struct *dl) in asd_tmf_tasklet_complete() argument
327 tcs->dl_opcode = dl->opcode; in asd_tmf_tasklet_complete()
329 if (dl->opcode == TC_SSP_RESP) { in asd_tmf_tasklet_complete()
330 tcs->tmf_state = asd_get_tmf_resp_tasklet(ascb, dl); in asd_tmf_tasklet_complete()
Daic94xx_dump.h34 struct done_list_struct *dl);
40 struct done_list_struct *dl) { } in asd_dump_frame_rcvd() argument
Daic94xx_hwi.c274 asd_ha->seq.dl = asd_ha->seq.actual_dl->vaddr; in asd_init_dl()
736 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler() local
739 if ((dl->toggle & DL_TOGGLE_MASK) != seq->dl_toggle) in asd_dl_tasklet_handler()
744 ascb = asd_tc_index_find(seq, (int)le16_to_cpu(dl->index)); in asd_dl_tasklet_handler()
759 ascb->tasklet_complete(ascb, dl); in asd_dl_tasklet_handler()
Daic94xx_hwi.h174 struct done_list_struct *dl; /* array of done list entries, equals */ member
Daic94xx_dump.c904 struct done_list_struct *dl) in asd_dump_frame_rcvd() argument
909 switch ((dl->status_block[1] & 0x70) >> 3) { in asd_dump_frame_rcvd()
Daic94xx_init.c627 asd_ha->seq.dl = NULL; in asd_destroy_ha_caches()
/drivers/md/
Ddm-raid1.c744 struct dm_dirty_log *dl) in alloc_context() argument
787 dl, region_size, ms->nr_regions); in alloc_context()
844 struct dm_dirty_log *dl; in create_dirty_log() local
863 dl = dm_dirty_log_create(argv[0], ti, param_count, argv + 2); in create_dirty_log()
864 if (!dl) { in create_dirty_log()
869 return dl; in create_dirty_log()
926 struct dm_dirty_log *dl; in mirror_ctr() local
928 dl = create_dirty_log(ti, argc, argv, &args_used); in mirror_ctr()
929 if (!dl) in mirror_ctr()
938 dm_dirty_log_destroy(dl); in mirror_ctr()
[all …]
/drivers/s390/block/
Ddasd_eckd.c131 unsigned int kl, unsigned int dl) in recs_per_track() argument
139 ceil_quot(dl + 12, 32)); in recs_per_track()
141 return 1499 / (15 + ceil_quot(dl + 12, 32)); in recs_per_track()
143 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
147 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
149 return 1729 / (10 + 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
151 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track()
155 ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
157 return 1420 / (18 + 7 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track()
1166 private->count_area[i].dl != dasd_eckd_cdl_reclen(i) - 4) { in dasd_eckd_end_analysis()
[all …]
Ddasd_eckd.h60 __u16 dl; member
/drivers/staging/go7007/
Dgo7007.txt418 http://dl.bytesex.org/patches/2.6.11-2/i2c-tuner
419 http://dl.bytesex.org/patches/2.6.11-2/i2c-tuner2
420 http://dl.bytesex.org/patches/2.6.11-2/v4l2-api-mpeg
421 http://dl.bytesex.org/patches/2.6.11-2/saa7134-update
/drivers/usb/misc/sisusbvga/
Dsisusb_init.c741 unsigned short shiftflag, unsigned short dl, unsigned short ah, in SiS_WriteDAC() argument
746 switch (dl) { in SiS_WriteDAC()
/drivers/video/sis/
Dinit.c2884 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) in SiS_WriteDAC() argument
2888 switch(dl) { in SiS_WriteDAC()