Searched defs:tcw (Results  1 – 11 of 11) sorted by relevance
| /linux-4.4.14/drivers/s390/cio/ | 
| D | fcx.c | 24 struct tcw *tcw_get_intrg(struct tcw *tcw)  in tcw_get_intrg() 38 void *tcw_get_data(struct tcw *tcw)  in tcw_get_data() 54 struct tccb *tcw_get_tccb(struct tcw *tcw)  in tcw_get_tccb() 66 struct tsb *tcw_get_tsb(struct tcw *tcw)  in tcw_get_tsb() 81 void tcw_init(struct tcw *tcw, int r, int w)  in tcw_init() 152 void tcw_finalize(struct tcw *tcw, int num_tidaws)  in tcw_finalize() 189 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw)  in tcw_set_intrg() 206 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal)  in tcw_set_data() 227 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb)  in tcw_set_tccb() 240 void tcw_set_tsb(struct tcw *tcw, struct tsb *tsb)  in tcw_set_tsb() [all …] 
 | 
| D | device_ops.c | 501 int ccw_device_tm_start_key(struct ccw_device *cdev, struct tcw *tcw,  in ccw_device_tm_start_key() 547 int ccw_device_tm_start_timeout_key(struct ccw_device *cdev, struct tcw *tcw,  in ccw_device_tm_start_timeout_key() 571 int ccw_device_tm_start(struct ccw_device *cdev, struct tcw *tcw,  in ccw_device_tm_start() 590 int ccw_device_tm_start_timeout(struct ccw_device *cdev, struct tcw *tcw,  in ccw_device_tm_start_timeout()
  | 
| D | itcw.c | 58 	struct tcw *tcw;  member
  | 
| D | orb.h | 51 	u32 tcw;  member
  | 
| D | cio.c | 969 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key)  in cio_tm_start_key()
  | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | fcx.h | 36 struct tcw {  struct 37 	u32 format:2; 39 	u32 flags:24; 41 	u32 tccbl:6; 42 	u32 r:1; 43 	u32 w:1; 45 	u64 output; 46 	u64 input; 47 	u64 tsb; 48 	u64 tccb; [all …] 
 | 
| D | scsw.h | 95 	u32 tcw;  member
  | 
| /linux-4.4.14/drivers/md/ | 
| D | dm-crypt.c | 149 		struct iv_tcw_private tcw;  member 617 	struct iv_tcw_private *tcw = &cc->iv_gen_private.tcw;  in crypt_iv_tcw_dtr()  local 632 	struct iv_tcw_private *tcw = &cc->iv_gen_private.tcw;  in crypt_iv_tcw_ctr()  local 658 	struct iv_tcw_private *tcw = &cc->iv_gen_private.tcw;  in crypt_iv_tcw_init()  local 670 	struct iv_tcw_private *tcw = &cc->iv_gen_private.tcw;  in crypt_iv_tcw_wipe()  local 682 	struct iv_tcw_private *tcw = &cc->iv_gen_private.tcw;  in crypt_iv_tcw_whitening()  local 721 	struct iv_tcw_private *tcw = &cc->iv_gen_private.tcw;  in crypt_iv_tcw_gen()  local
  | 
| /linux-4.4.14/drivers/staging/comedi/drivers/ | 
| D | addi_apci_3501.c | 70 	unsigned long tcw;  member
  | 
| /linux-4.4.14/drivers/s390/block/ | 
| D | dasd_3990_erp.c | 2305 	struct tcw *tcw;  in dasd_3990_erp_add_erp()  local
  | 
| D | dasd_eckd.c | 3555 	struct tcw *tcw;  in dasd_eckd_reset_ccw_to_base_io()  local
  |