Searched refs:_ccbh (Results 1 – 1 of 1) sorted by relevance
187 #define vtscsi_set_ccb_status(_ccbh, _status, _mask) do { \ argument190 (_ccbh)->status &= ~(CAM_STATUS_MASK | (_mask)); \191 (_ccbh)->status |= (_status); \