Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h187 #define vtscsi_set_ccb_status(_ccbh, _status, _mask) do { \ argument
190 (_ccbh)->status &= ~(CAM_STATUS_MASK | (_mask)); \
191 (_ccbh)->status |= (_status); \