Searched refs:ctl_private (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_io.h83 * definition in ctl_private.h.
166 #define CTL_LUN(io) ((io)->io_hdr.ctl_private[CTL_PRIV_LUN].ptrs[0])
167 #define CTL_SOFTC(io) ((io)->io_hdr.ctl_private[CTL_PRIV_LUN].ptrs[1])
168 #define CTL_BACKEND_LUN(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND_LUN].ptrs[0])
176 #define CTL_RSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[0])
177 #define CTL_LSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[1])
246 union ctl_priv ctl_private[CTL_NUM_PRIV];/* CTL private area */ member in struct:ctl_io_hdr
H A Dctl_backend.c62 #include <cam/ctl/ctl_private.h>
H A Dctl_frontend_ioctl.c60 #include <cam/ctl/ctl_private.h>
487 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
501 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
522 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = &params;
H A Dctl_frontend_cam_sim.c295 ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
409 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = NULL;
426 ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
530 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb;
624 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb;
720 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb;
H A Dctl_tpc_local.c56 #include <cam/ctl/ctl_private.h>
H A Dctl_backend_ramdisk.c77 #include <cam/ctl/ctl_private.h>
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])
H A Dctl_frontend.c67 #include <cam/ctl/ctl_private.h>
H A Dctl_tpc.c58 #include <cam/ctl/ctl_private.h>
933 tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior;
954 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow;
1029 tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio;
1095 tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio;
1293 tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior;
1312 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow;
1396 tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow;
1612 tio = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
H A Dctl_error.c67 #include <cam/ctl/ctl_private.h>
H A Dctl_backend_block.c96 #include <cam/ctl/ctl_private.h>
119 ((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])
1123 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
1249 lbalen = (struct ctl_lba_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
1390 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
H A Dscsi_ctl.c173 #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])
H A Dctl_ha.c65 #include <cam/ctl/ctl_private.h>
H A Dctl.c87 #include <cam/ctl/ctl_private.h>
5396 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
5624 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
5747 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
5837 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
5970 ctsio->io_hdr.ctl_private[CTL_PRIV_MODEPAGE].bytes;
6310 ctsio->io_hdr.ctl_private[CTL_PRIV_MODEPAGE].bytes;
7052 lbalen = (struct ctl_lba_len_flags *)&ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
8856 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
8882 &ctsio->io_hdr.ctl_private[CTL_PRIV_LBA_LE
[all...]
H A Dctl_frontend_iscsi.c72 #include <cam/ctl/ctl_private.h>
152 ((struct cfiscsi_priv *)&(io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND])
H A Dctl_cmd_table.c60 #include <cam/ctl/ctl_private.h>
/freebsd-13-stable/sys/dev/usb/storage/
H A Dcfumass.c69 #include <cam/ctl/ctl_private.h>
668 io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = sc;
853 sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
899 sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c873 #define io_to_request_pdu(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr)
874 #define io_to_ppod_reservation(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND2].ptr)

Completed in 215 milliseconds