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

/freebsd-11.0-release/sys/cam/
H A Dcam_compat.c70 struct ccb_hdr_0x17 *hdr17; local
72 hdr17 = (struct ccb_hdr_0x17 *)addr;
73 if (hdr17->flags & CAM_SG_LIST_PHYS_0x16) {
74 hdr17->flags &= ~CAM_SG_LIST_PHYS_0x16;
75 hdr17->flags |= CAM_DATA_SG_PADDR;
77 if (hdr17->flags & CAM_DATA_PHYS_0x16) {
78 hdr17->flags &= ~CAM_DATA_PHYS_0x16;
79 hdr17->flags |= CAM_DATA_PADDR;
81 if (hdr17->flags & CAM_SCATTER_VALID_0x16) {
82 hdr17
122 struct ccb_hdr_0x17 *hdr17; local
[all...]

Completed in 52 milliseconds