Searched refs:pi_length (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/mt/ |
H A D | mt.c | 1148 uint32_t prot_method = 0, pi_length = 0; in mt_protect() local 1175 pi_length = strtoul(optarg, NULL, 0); in mt_protect() 1176 if (pi_length > SA_CTRL_DP_PI_LENGTH_MASK) in mt_protect() 1178 pi_length, SA_CTRL_DP_PI_LENGTH_MASK); in mt_protect() 1236 pi_length = SA_CTRL_DP_RS_LENGTH; in mt_protect() 1243 prot_method = pi_length = 0; in mt_protect() 1265 mt_protect_list[MT_PP_PI_LENGTH].value = pi_length; in mt_protect()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 330 uint32_t pi_length; member 356 __offsetof(struct sa_prot_state, pi_length), 375 #define SA_PROT_LEN(softc) softc->prot_info.cur_prot_state.pi_length 1186 SASBADDUINTDESC(sb, *indent, prot->pi_length, %u, in safillprot() 1187 pi_length, "Length of Protection Information"); in safillprot() 4171 prot->pi_length = dp_page->pi_length & in sagetparams() 4307 if (dp_changeable->pi_length & SA_CTRL_DP_PI_LENGTH_MASK) { in sasetprot() 4308 dp_page->pi_length &= ~SA_CTRL_DP_PI_LENGTH_MASK; in sasetprot() 4309 dp_page->pi_length |= (new_prot->pi_length & in sasetprot()
|
H A D | scsi_sa.h | 291 uint8_t pi_length; member
|