Searched refs:ccw1_t (Results 1 - 25 of 32) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Didals.h40 set_normalized_cda(ccw1_t * ccw, unsigned long address)
64 clear_normalized_cda ( ccw1_t * ccw )
H A Ds390io.h75 ccw1_t *qcpa; /* queued channel program */
76 ccw1_t senseccw; /* ccw for sense command */
H A Dccwcache.h26 ccw1_t *cpaddr; /* address of channel program */
H A Dirq.h171 } __attribute__ ((packed,aligned(8))) ccw1_t; typedef in typeref:struct:__anon10636
601 ccw1_t *cpa, /* logical channel program address */
607 ccw1_t *cpa, /* logical channel program address */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Didals.h40 set_normalized_cda(ccw1_t * ccw, unsigned long address)
64 clear_normalized_cda ( ccw1_t * ccw )
H A Ds390io.h75 ccw1_t *qcpa; /* queued channel program */
76 ccw1_t senseccw; /* ccw for sense command */
H A Dccwcache.h26 ccw1_t *cpaddr; /* address of channel program */
H A Dirq.h171 } __attribute__ ((packed,aligned(8))) ccw1_t; typedef in typeref:struct:__anon10731
602 ccw1_t *cpa, /* logical channel program address */
608 ccw1_t *cpa, /* logical channel program address */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Didals.h40 set_normalized_cda(ccw1_t * ccw, unsigned long address)
64 clear_normalized_cda ( ccw1_t * ccw )
H A Ds390io.h75 ccw1_t *qcpa; /* queued channel program */
76 ccw1_t senseccw; /* ccw for sense command */
H A Dccwcache.h26 ccw1_t *cpaddr; /* address of channel program */
H A Dirq.h171 } __attribute__ ((packed,aligned(8))) ccw1_t; typedef in typeref:struct:__anon6220
601 ccw1_t *cpa, /* logical channel program address */
607 ccw1_t *cpa, /* logical channel program address */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Didals.h40 set_normalized_cda(ccw1_t * ccw, unsigned long address)
64 clear_normalized_cda ( ccw1_t * ccw )
H A Ds390io.h75 ccw1_t *qcpa; /* queued channel program */
76 ccw1_t senseccw; /* ccw for sense command */
H A Dccwcache.h26 ccw1_t *cpaddr; /* address of channel program */
H A Dirq.h171 } __attribute__ ((packed,aligned(8))) ccw1_t; typedef in typeref:struct:__anon6315
602 ccw1_t *cpa, /* logical channel program address */
608 ccw1_t *cpa, /* logical channel program address */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/
H A Dccwcache.c126 cplength == 0 || (cplength*sizeof(ccw1_t)) > PAGE_SIZE)
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),
190 request->cpaddr = (ccw1_t *) ((addr_t) request + ccw_offset);
193 memset ( request->cpaddr, 0, cplength*sizeof(ccw1_t) );
231 if (size_needed + request->cplength*sizeof(ccw1_t) > PAGE_SIZE)
H A Ds390io.c175 int s390_start_IO (int irq, ccw1_t * cpa, unsigned long user_intparm,
828 ccw1_t *nop_ccw;
866 nop_ccw = kmalloc (sizeof (ccw1_t), GFP_DMA);
868 nop_ccw = alloc_bootmem_low (sizeof (ccw1_t));
892 free_bootmem ((unsigned long) nop_ccw, sizeof (ccw1_t));
1441 ccw1_t * cpa, /* logical channel prog addr */
1892 ccw1_t * cpa, /* channel program address */
2898 ccw1_t *s_ccw = &ioinfo[irq]->senseccw;
3984 ccw1_t *rdc_ccw;
4170 ccw1_t *rcd_cc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtapedefs.h24 static inline void set_normalized_cda ( ccw1_t * cp, unsigned long address ) {
27 static inline void clear_normalized_cda ( ccw1_t * ccw ) {
H A Dtape34xx.c89 ccw1_t *ccw;
145 ccw1_t *ccw;
164 ccw1_t *ccw;
212 ccw1_t *ccw;
267 ccw1_t *ccw;
303 ccw1_t *ccw;
355 ccw1_t *ccw;
407 ccw1_t *ccw;
459 ccw1_t *ccw;
510 ccw1_t *cc
[all...]
H A Dtubio.h228 ccw1_t rccw;
229 ccw1_t wccw;
278 ccw1_t ttyccw;
H A Dtubfs.c222 * fs3270_io(tubp, ccw1_t*) -- start I/O on the tube
226 fs3270_io(tub_t *tubp, ccw1_t *ccwp)
376 ccw1_t *cp;
460 ccw1_t *cp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_fba.c66 define_extent (ccw1_t * ccw, DE_fba_data_t * DE_data, int rw,
89 locate_record (ccw1_t * ccw, LO_fba_data_t * LO_data, int rw, int block_nr,
262 ccw1_t *ccw;
399 max_blocks:((PAGE_SIZE >> 1) / sizeof (ccw1_t) - 1),
H A Ddasd_eckd.c194 define_extent (ccw1_t * de_ccw,
209 memset (de_ccw, 0, sizeof (ccw1_t));
265 locate_record (ccw1_t * lo_ccw,
283 memset (lo_ccw, 0, sizeof (ccw1_t));
490 ccw1_t *ccw;
696 ccw1_t *last_ccw = NULL;
1010 ccw1_t *ccw;
1213 static inline ccw1_t *
1216 ccw1_t *cp;
1223 cp = (ccw1_t *) (lon
[all...]
H A Ddasd_3990_erp.c593 ccw1_t *ccw;
617 memset (ccw, 0, sizeof (ccw1_t));
1961 ccw1_t *ccw;
2056 memset (ccw, 0, sizeof (ccw1_t));
2072 memset (ccw, 0, sizeof (ccw1_t));
2133 ccw1_t *ccw;

Completed in 221 milliseconds

12