Searched refs:cqr (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtapeblock.c185 ti->cqr=NULL;
237 debug_int_event (tape_debug_area,6,(long)ti->cqr);
240 debug_int_event (tape_debug_area,3,(long)ti->cqr);
255 ti->discipline->free_bread(ti->cqr,ti);
256 ti->cqr=NULL;
266 if (ti->cqr) { // process done/failed request
274 debug_int_event (tape_debug_area,3,(long)ti->cqr);
276 rc = do_IO (ti->devinfo.irq, ti->cqr->cpaddr, (unsigned long) ti->cqr,
277 0x00, ti->cqr
420 ccw_req_t* cqr; local
[all...]
H A Dtapechar.c162 ccw_req_t *cqr; local
192 cqr = ti->discipline->read_block (data, block_size, ti);
193 if (!cqr) {
197 ti->cqr = cqr;
199 rc = do_IO (ti->devinfo.irq, cqr->cpaddr, (unsigned long) cqr, 0x00, cqr->options);
202 kfree (cqr);
208 ti->cqr
246 ccw_req_t *cqr; local
337 ccw_req_t *cqr = NULL; local
542 ccw_req_t *cqr; local
706 ccw_req_t *cqr = NULL; local
[all...]
H A Dtape34xx.c88 ccw_req_t *cqr; local
91 cqr = tape_alloc_ccw_req (ti, 2, 0);
92 if (!cqr) {
100 tape_free_request (cqr);
108 tape_free_request (cqr);
114 ccw = cqr->cpaddr;
127 tape_free_request (cqr);
138 return cqr;
142 tape34xx_free_write_block (ccw_req_t * cqr, tape_info_t * ti) argument
147 ccw = cqr
163 ccw_req_t *cqr; local
211 ccw_req_t *cqr; local
263 tape34xx_free_read_block(ccw_req_t * cqr, tape_info_t * ti) argument
302 ccw_req_t *cqr; local
354 ccw_req_t *cqr; local
406 ccw_req_t *cqr; local
458 ccw_req_t *cqr; local
509 ccw_req_t *cqr; local
560 ccw_req_t *cqr; local
603 ccw_req_t *cqr; local
645 ccw_req_t *cqr; local
680 ccw_req_t *cqr; local
733 ccw_req_t *cqr; local
786 ccw_req_t *cqr; local
833 ccw_req_t *cqr; local
885 ccw_req_t *cqr; local
923 ccw_req_t *cqr; local
991 ccw_req_t *cqr; local
1039 ccw_req_t *cqr; local
1077 ccw_req_t *cqr; local
1115 ccw_req_t *cqr; local
1163 ccw_req_t *cqr; local
1206 ccw_req_t *cqr; local
1256 ccw_req_t *cqr; local
1294 ccw_req_t *cqr; local
1343 ccw_req_t *cqr; local
1444 tape34xx_free_bread(ccw_req_t* cqr,struct _tape_info_t* ti) argument
[all...]
H A Dtape.h71 typedef void (*tape_freeblock_t)(ccw_req_t* cqr,struct _tape_info_t* ti);
151 ccw_req_t* cqr; member in struct:_tape_info_t
H A Dtape34xx.h119 void tape34xx_free_write_block (ccw_req_t * cqr, tape_info_t * ti);
121 void tape34xx_free_read_block (ccw_req_t * cqr, tape_info_t * ti);
122 void tape34xx_clear_read_block (ccw_req_t * cqr, tape_info_t * ti);
H A Dtape.c481 ccw_req_t *cqr = NULL; local
485 cqr = tape_alloc_request (tape_magic_id, cplength, datasize);
487 if (!cqr) {
492 cqr->magic = TAPE_MAGIC; /* sets an identifier for tape driver */
493 cqr->device = ti; /* save pointer to tape info */
494 return cqr;
955 if (temp->cqr) tape_free_request(temp->cqr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_9336_erp.c33 dasd_era_t dasd_9336_erp_examine (ccw_req_t * cqr, devstat_t * stat) argument
H A Ddasd_9343_erp.c16 dasd_era_t dasd_9343_erp_examine (ccw_req_t * cqr, devstat_t * stat) argument
H A Ddasd_diag.c133 dasd_start_diag (ccw_req_t * cqr) argument
136 dasd_device_t *device = cqr->device;
146 iob->block_count = cqr->cplength >> 1;
147 iob->interrupt_params = (u32) cqr;
148 iob->bio_list = __pa (cqr->cpaddr);
150 asm volatile ("STCK %0":"=m" (cqr->startclk));
154 check_then_set (&cqr->status,
157 check_then_set (&cqr->status,
161 check_then_set (&cqr->status,
172 ccw_req_t *cqr; local
260 ccw_req_t *cqr; local
400 dasd_diag_examine_error(ccw_req_t * cqr, devstat_t * stat) argument
[all...]
H A Ddasd_3990_erp.c32 log_erp_chain (ccw_req_t *cqr, argument
37 ccw_req_t *loop_cqr = cqr;
38 dasd_device_t *device = cqr->device;
51 cqr);
144 if (loop_cqr == cqr) { /* log only once */
209 dasd_3990_erp_examine_24 (ccw_req_t *cqr, argument
213 dasd_device_t *device = cqr->device;
242 cqr == device->init_cqr ? " " :
266 dasd_3990_erp_examine_32 (ccw_req_t *cqr, argument
270 dasd_device_t *device = cqr
305 dasd_3990_erp_examine(ccw_req_t *cqr, devstat_t *stat) argument
374 ccw_req_t *cqr = erp->refers; local
445 ccw_req_t *cqr = (void *) erp; local
1957 ccw_req_t *cqr; local
2130 ccw_req_t *cqr; local
2641 dasd_3990_erp_add_erp(ccw_req_t *cqr) argument
2693 dasd_3990_erp_additional_erp(ccw_req_t *cqr) argument
2772 dasd_3990_erp_in_erp(ccw_req_t *cqr) argument
3001 dasd_3990_erp_action(ccw_req_t *cqr) argument
3156 ccw_req_t *cqr = NULL, local
[all...]
H A Ddasd_eckd.c196 int trk, int totrk, int cmd, dasd_device_t * device, ccw_req_t* cqr)
212 if ((rc=dasd_set_normalized_cda (de_ccw, __pa (data), cqr, device)))
269 int no_rec, int cmd, dasd_device_t * device, int reclen, ccw_req_t* cqr)
286 if ((rc=dasd_set_normalized_cda (lo_ccw, __pa (data), cqr, device)))
489 ccw_req_t *cqr = NULL; local
496 cqr = dasd_alloc_request (dasd_eckd_discipline.name, 8 + 1,
500 if (cqr == NULL) {
505 DE_data = cqr->data;
506 LO_data = cqr->data + sizeof (DE_eckd_data_t);
507 ccw = cqr
194 define_extent(ccw1_t * de_ccw, DE_eckd_data_t * data, int trk, int totrk, int cmd, dasd_device_t * device, ccw_req_t* cqr) argument
265 locate_record(ccw1_t * lo_ccw, LO_eckd_data_t * data, int trk, int rec_on_trk, int no_rec, int cmd, dasd_device_t * device, int reclen, ccw_req_t* cqr) argument
927 dasd_eckd_examine_error(ccw_req_t * cqr, devstat_t * stat) argument
949 dasd_eckd_erp_action(ccw_req_t * cqr) argument
965 dasd_eckd_erp_postaction(ccw_req_t * cqr) argument
1144 ccw_req_t *cqr = local
1170 ccw_req_t *cqr = local
1197 ccw_req_t *cqr = local
1214 dasd_eckd_find_cmd(ccw_req_t * cqr, int cmd) argument
[all...]
H A Ddasd.c1033 * adds the profiling information from the cqr given as argument to the
1037 dasd_profile_add (ccw_req_t * cqr) argument
1041 dasd_device_t *device = cqr->device;
1043 if (!cqr->req) /* safeguard against abnormal cqrs */
1046 if ((!cqr->buildclk) ||
1047 (!cqr->startclk) ||
1048 (!cqr->stopclk ) ||
1049 (!cqr->endclk ) ||
1050 (!(sectors = ((struct request *) (cqr->req))->nr_sectors)))
1053 strtime = ((cqr
1215 dasd_chanq_enq(dasd_chanq_t * q, ccw_req_t * cqr) argument
1254 dasd_chanq_enq_head(dasd_chanq_t * q, ccw_req_t * cqr) argument
1269 dasd_chanq_deq(dasd_chanq_t * q, ccw_req_t * cqr) argument
1304 dasd_term_IO(ccw_req_t * cqr) argument
1374 dasd_start_IO(ccw_req_t * cqr) argument
1516 dasd_check_expire_time(ccw_req_t * cqr) argument
1539 dasd_finalize_request(ccw_req_t * cqr) argument
1582 ccw_req_t *cqr = NULL, *temp; local
1677 ccw_req_t *cqr = NULL; local
1810 ccw_req_t *cqr; local
1851 ccw_req_t *cqr; local
2023 dasd_default_erp_action(ccw_req_t * cqr) argument
2082 ccw_req_t *cqr = NULL, local
2445 ccw_req_t *cqr = device->queue.head; local
2705 ccw_req_t *cqr; local
[all...]
H A Ddasd_fba.c67 int blksize, int beg, int nr, ccw_req_t* cqr,
74 if ((rc=dasd_set_normalized_cda (ccw, __pa (DE_data), cqr, device)))
90 int block_ct, ccw_req_t* cqr, dasd_device_t* device)
95 dasd_set_normalized_cda (ccw, __pa (LO_data), cqr, device);
222 dasd_fba_examine_error (ccw_req_t * cqr, devstat_t * stat) argument
224 dasd_device_t *device = (dasd_device_t *) cqr->device;
231 return dasd_3370_erp_examine (cqr, stat);
233 return dasd_9336_erp_examine (cqr, stat);
240 dasd_fba_erp_action (ccw_req_t * cqr) argument
246 dasd_fba_erp_postaction (ccw_req_t * cqr) argument
66 define_extent(ccw1_t * ccw, DE_fba_data_t * DE_data, int rw, int blksize, int beg, int nr, ccw_req_t* cqr, dasd_device_t* device) argument
89 locate_record(ccw1_t * ccw, LO_fba_data_t * LO_data, int rw, int block_nr, int block_ct, ccw_req_t* cqr, dasd_device_t* device) argument
[all...]
H A Ddasd_3370_erp.c34 dasd_3370_erp_examine (ccw_req_t * cqr, devstat_t * stat) argument
H A Ddasd_int.h238 typedef ccw_req_t *(*dasd_erp_action_fn_t) (ccw_req_t * cqr);
239 typedef ccw_req_t *(*dasd_erp_postaction_fn_t) (ccw_req_t * cqr);

Completed in 132 milliseconds