Searched refs:sa_prot_state (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 327 struct sa_prot_state { struct 337 struct sa_prot_state cur_prot_state; argument 338 struct sa_prot_state pending_prot_state; 353 __offsetof(struct sa_prot_state, prot_method), 356 __offsetof(struct sa_prot_state, pi_length), 359 __offsetof(struct sa_prot_state, lbp_w), 362 __offsetof(struct sa_prot_state, lbp_r), 365 __offsetof(struct sa_prot_state, rbdp), 616 struct sa_prot_state *new_prot); 628 static void sapopulateprots(struct sa_prot_state *cur_state, [all …]
|