Home
last modified time | relevance | path

Searched refs:ctl_private (Results 1 – 13 of 13) sorted by relevance

/src/sys/cam/ctl/
H A Dctl_io.h170 #define CTL_LUN(io) ((io)->io_hdr.ctl_private[CTL_PRIV_LUN].ptrs[0])
171 #define CTL_SOFTC(io) ((io)->io_hdr.ctl_private[CTL_PRIV_LUN].ptrs[1])
172 #define CTL_BACKEND_LUN(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND_LUN].ptrs[0])
180 #define CTL_RSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[0])
181 #define CTL_LSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[1])
252 union ctl_priv ctl_private[CTL_NUM_PRIV];/* CTL private area */ member
H A Dctl_frontend_cam_sim.c292 ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfcs_datamove()
406 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = NULL; in cfcs_datamove()
423 ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfcs_done()
527 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb; in cfcs_action()
621 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb; in cfcs_action()
717 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb; in cfcs_action()
H A Dctl_frontend_ioctl.c484 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfi_datamove()
498 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfi_done()
519 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = &params; in cfi_submit_wait()
H A Dctl_tpc.c931 tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior; in tpc_process_b2b()
952 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow; in tpc_process_b2b()
1027 tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio; in tpc_process_verify()
1093 tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio; in tpc_process_register_key()
1291 tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior; in tpc_process_wut()
1310 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow; in tpc_process_wut()
1394 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow; in tpc_process_zero_wut()
1610 tio = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in tpc_done()
H A Dctl_backend_block.c119 ((struct ctl_ptr_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_BACKEND])
121 ((struct ctl_lba_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_LBA_LEN])
122 #define DSM_RANGE(io) ((io)->io_hdr.ctl_private[CTL_PRIV_LBA_LEN].integer)
903 &io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_be_block_unmap_file()
1213 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_be_block_unmap_dev()
1372 lbalen = (struct ctl_lba_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_be_block_cw_dispatch_sync()
1517 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_be_block_cw_dispatch_unmap()
H A Dctl_backend_ramdisk.c78 ((struct ctl_ptr_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_BACKEND])
80 ((struct ctl_lba_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_LBA_LEN])
H A Dctl.c5437 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_sync_cache()
5670 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_write_same_cont()
5793 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_write_same()
5883 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_unmap()
6019 ctsio->io_hdr.ctl_private[CTL_PRIV_MODEPAGE].bytes; in ctl_do_mode_select()
6359 ctsio->io_hdr.ctl_private[CTL_PRIV_MODEPAGE].bytes; in ctl_mode_select()
7101 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_get_lba_status()
8913 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_read_write()
8941 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_cnw_cont()
9026 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN]; in ctl_cnw()
[all …]
H A Dscsi_ctl.c170 #define PRIV_CCB(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[0])
171 #define PRIV_INFO(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[1])
H A DREADME.ctl.txt359 ctl_private.h:
H A Dctl_frontend_iscsi.c150 ((struct cfiscsi_priv *)&(io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND])
/src/sys/dev/usb/storage/
H A Dcfumass.c663 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = sc; in cfumass_t_command_callback()
848 sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfumass_datamove()
894 sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr; in cfumass_done()
/src/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c45 #define NVMFT_NC(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[0])
46 #define NVMFT_QP(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[1])
/src/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1484 #define io_to_ddp_state(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND2].ptr)