Lines Matching defs:header
1309 struct PVSCSIConfigPageHeader *header;
1331 * Mark the completion page header with error values. If the device
1335 header = config_page;
1336 memset(header, 0, sizeof *header);
1337 header->hostStatus = BTSTAT_INVPARAM;
1338 header->scsiStatus = SDSTAT_CHECK;
1342 if (header->hostStatus == BTSTAT_SUCCESS &&
1343 header->scsiStatus == SDSTAT_GOOD) {
1350 header->hostStatus, header->scsiStatus);