Searched refs:cplength (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dccwcache.h49 int cplength; /* length of the channel program in CCWs */ member in struct:ccw_req_t
79 ccw_req_t *ccw_alloc_request (char *magic, int cplength, int additional_data);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dccwcache.h49 int cplength; /* length of the channel program in CCWs */ member in struct:ccw_req_t
79 ccw_req_t *ccw_alloc_request (char *magic, int cplength, int additional_data);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dccwcache.h49 int cplength; /* length of the channel program in CCWs */ member in struct:ccw_req_t
79 ccw_req_t *ccw_alloc_request (char *magic, int cplength, int additional_data);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dccwcache.h49 int cplength; /* length of the channel program in CCWs */ member in struct:ccw_req_t
79 ccw_req_t *ccw_alloc_request (char *magic, int cplength, int additional_data);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/
H A Dccwcache.c111 * ccw_req_t *ccw_alloc_request ( int cplength, int datasize )
113 * - can hold a CP of cplength CCWS
117 ccw_alloc_request ( char *magic, int cplength, int datasize ) argument
126 cplength == 0 || (cplength*sizeof(ccw1_t)) > PAGE_SIZE)
130 debug_int_event ( debug_area, 1, cplength);
141 if (size_needed + cplength*sizeof(ccw1_t) <= PAGE_SIZE) {
144 size_needed += cplength*sizeof(ccw1_t);
178 request->cpaddr = (ccw1_t *) kmalloc(cplength*sizeof(ccw1_t),
193 memset ( request->cpaddr, 0, cplength*sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtape.c430 tape_alloc_request (char *magic, int cplength, int datasize) argument
434 if ((rv = ccw_alloc_request (magic, cplength, datasize)) != NULL) {
437 if (cplength * sizeof (ccw1_t) + datasize + sizeof (ccw_req_t) > PAGE_SIZE) {
453 rv->cplength = cplength;
478 tape_alloc_ccw_req (tape_info_t * ti, int cplength, int datasize) argument
485 cqr = tape_alloc_request (tape_magic_id, cplength, datasize);
H A Dtape.h173 inline ccw_req_t * tape_alloc_ccw_req (tape_info_t* ti, int cplength, int datasize);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_3990_erp.c80 if (loop_cqr->cplength > 40) { /* log only parts of the CP */
103 nl += ((loop_cqr->cplength - 10) * 8);
124 for (i = 0; i < (loop_cqr->cplength + 4); i += 2) {
141 end = begin + ((loop_cqr->cplength+4) * 8);
147 if ((loop_cqr->cplength > 40) ||
H A Ddasd_diag.c146 iob->block_count = cqr->cplength >> 1;
H A Ddasd.c1086 dasd_alloc_request (char *magic, int cplength, int datasize, dasd_device_t* device) argument
1090 if ((rv = ccw_alloc_request (magic, cplength, datasize)) != NULL) {
1094 cplength * sizeof (ccw1_t) + datasize) > PAGE_SIZE) {
1108 rv->cplength = cplength;
H A Ddasd_eckd.c1287 int i = req->cplength;

Completed in 104 milliseconds