Home
last modified time | relevance | path

Searched refs:CTL_PRIV_BACKEND (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/cam/ctl/
H A Dctl_io.h163 #define CTL_PRIV_BACKEND 2 /* Reserved for block, RAIDCore */ macro
178 #define CTL_RSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[0])
179 #define CTL_LSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[1])
H A Dctl_backend_ramdisk.c79 ((struct ctl_ptr_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_BACKEND])
H A Dctl_backend_block.c120 ((struct ctl_ptr_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_BACKEND])