Home
last modified time | relevance | path

Searched refs:residx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl.c411 uint8_t type, uint32_t residx,
498 static uint64_t ctl_get_prkey(struct ctl_lun *lun, uint32_t residx);
499 static void ctl_clr_prkey(struct ctl_lun *lun, uint32_t residx);
500 static void ctl_alloc_prkey(struct ctl_lun *lun, uint32_t residx);
501 static void ctl_set_prkey(struct ctl_lun *lun, uint32_t residx, uint64_t key);
3869 ctl_get_prkey(struct ctl_lun *lun, uint32_t residx) in ctl_get_prkey() argument
3873 t = lun->pr_keys[residx/CTL_MAX_INIT_PER_PORT]; in ctl_get_prkey()
3876 return (t[residx % CTL_MAX_INIT_PER_PORT]); in ctl_get_prkey()
3880 ctl_clr_prkey(struct ctl_lun *lun, uint32_t residx) in ctl_clr_prkey() argument
3884 t = lun->pr_keys[residx/CTL_MAX_INIT_PER_PORT]; in ctl_clr_prkey()
[all …]
H A Dctl_io.h493 uint32_t residx;
421 uint32_t residx; global() member