Searched refs:ctl_private (Results 1 – 12 of 12) sorted by relevance
167 #define CTL_LUN(io) ((io)->io_hdr.ctl_private[CTL_PRIV_LUN].ptrs[0])168 #define CTL_SOFTC(io) ((io)->io_hdr.ctl_private[CTL_PRIV_LUN].ptrs[1])169 #define CTL_BACKEND_LUN(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND_LUN].ptrs[0])177 #define CTL_RSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[0])178 #define CTL_LSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[1])247 union ctl_priv ctl_private[CTL_NUM_PRIV];/* CTL private area */ member
296 ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfcs_datamove()410 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = NULL; in cfcs_datamove()427 ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfcs_done()531 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb; in cfcs_action()625 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb; in cfcs_action()721 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb; in cfcs_action()
489 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfi_datamove()503 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfi_done()524 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ¶ms; in cfi_submit_wait()
933 tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior; in tpc_process_b2b()954 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow; in tpc_process_b2b()1029 tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio; in tpc_process_verify()1095 tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio; in tpc_process_register_key()1293 tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior; in tpc_process_wut()1312 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow; in tpc_process_wut()1396 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow; in tpc_process_zero_wut()1612 tio = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in tpc_done()
117 ((struct ctl_ptr_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_BACKEND])119 ((struct ctl_lba_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_LBA_LEN])1103 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_be_block_unmap_dev()1231 lbalen = (struct ctl_lba_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_be_block_cw_dispatch_sync()1373 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_be_block_cw_dispatch_unmap()
81 ((struct ctl_ptr_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_BACKEND])83 ((struct ctl_lba_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_LBA_LEN])
173 #define PRIV_CCB(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[0])174 #define PRIV_INFO(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[1])
5417 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_sync_cache()5645 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_write_same_cont()5768 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_write_same()5858 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_unmap()5991 ctsio->io_hdr.ctl_private[CTL_PRIV_MODEPAGE].bytes; in ctl_do_mode_select()6334 ctsio->io_hdr.ctl_private[CTL_PRIV_MODEPAGE].bytes; in ctl_mode_select()7076 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_get_lba_status()8883 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_read_write()8909 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_cnw_cont()8994 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_cnw()[all …]
361 ctl_private.h:
153 ((struct cfiscsi_priv *)&(io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND])
671 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = sc; in cfumass_t_command_callback()856 sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfumass_datamove()902 sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfumass_done()
875 #define io_to_request_pdu(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr)876 #define io_to_ppod_reservation(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND2].ptr)