Lines Matching refs:usage_bits

1312 static void set_dpofua_usage_bits(u8 *usage_bits, struct se_device *dev)  in set_dpofua_usage_bits()  argument
1315 usage_bits[1] &= ~0x18; in set_dpofua_usage_bits()
1317 usage_bits[1] |= 0x18; in set_dpofua_usage_bits()
1320 static void set_dpofua_usage_bits32(u8 *usage_bits, struct se_device *dev) in set_dpofua_usage_bits32() argument
1323 usage_bits[10] &= ~0x18; in set_dpofua_usage_bits32()
1325 usage_bits[10] |= 0x18; in set_dpofua_usage_bits32()
1332 .usage_bits = {READ_6, 0x1f, 0xff, 0xff,
1340 .usage_bits = {READ_10, 0xf8, 0xff, 0xff,
1350 .usage_bits = {READ_12, 0xf8, 0xff, 0xff,
1360 .usage_bits = {READ_16, 0xf8, 0xff, 0xff,
1371 .usage_bits = {WRITE_6, 0x1f, 0xff, 0xff,
1379 .usage_bits = {WRITE_10, 0xf8, 0xff, 0xff,
1389 .usage_bits = {WRITE_VERIFY, 0xf0, 0xff, 0xff,
1399 .usage_bits = {WRITE_12, 0xf8, 0xff, 0xff,
1409 .usage_bits = {WRITE_16, 0xf8, 0xff, 0xff,
1420 .usage_bits = {WRITE_VERIFY_16, 0xf0, 0xff, 0xff,
1443 .usage_bits = {VARIABLE_LENGTH_CMD, SCSI_CONTROL_MASK, 0x00, 0x00,
1467 .usage_bits = {COMPARE_AND_WRITE, 0x18, 0xff, 0xff,
1479 .usage_bits = {READ_CAPACITY, 0x00, 0xff, 0xff,
1490 .usage_bits = {SERVICE_ACTION_IN_16, SAI_READ_CAPACITY_16, 0x00, 0x00,
1516 .usage_bits = {SERVICE_ACTION_IN_16, SAI_REPORT_REFERRALS, 0x00, 0x00,
1527 .usage_bits = {SYNCHRONIZE_CACHE, 0x02, 0xff, 0xff,
1536 .usage_bits = {SYNCHRONIZE_CACHE_16, 0x02, 0xff, 0xff,
1555 .usage_bits = {UNMAP, 0x00, 0x00, 0x00,
1565 .usage_bits = {WRITE_SAME, 0xe8, 0xff, 0xff,
1575 .usage_bits = {WRITE_SAME_16, 0xe8, 0xff, 0xff,
1586 .usage_bits = {VERIFY, 0x00, 0xff, 0xff,
1595 .usage_bits = {VERIFY_16, 0x00, 0xff, 0xff,
1605 .usage_bits = {START_STOP, 0x01, 0x00, 0x00,
1613 .usage_bits = {MODE_SELECT, 0x10, 0x00, 0x00,
1621 .usage_bits = {MODE_SELECT_10, 0x10, 0x00, 0x00,
1630 .usage_bits = {MODE_SENSE, 0x08, 0xff, 0xff,
1638 .usage_bits = {MODE_SENSE_10, 0x18, 0xff, 0xff,
1649 .usage_bits = {PERSISTENT_RESERVE_IN, PRI_READ_KEYS, 0x00, 0x00,
1660 .usage_bits = {PERSISTENT_RESERVE_IN, PRI_READ_RESERVATION, 0x00, 0x00,
1713 .usage_bits = {PERSISTENT_RESERVE_IN, PRI_REPORT_CAPABILITIES, 0x00, 0x00,
1725 .usage_bits = {PERSISTENT_RESERVE_IN, PRI_READ_FULL_STATUS, 0x00, 0x00,
1737 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_REGISTER, 0xff, 0x00,
1749 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_RESERVE, 0xff, 0x00,
1761 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_RELEASE, 0xff, 0x00,
1773 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_CLEAR, 0xff, 0x00,
1785 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_PREEMPT, 0xff, 0x00,
1797 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_PREEMPT_AND_ABORT, 0xff, 0x00,
1809 .usage_bits = {
1823 .usage_bits = {PERSISTENT_RESERVE_OUT, PRO_REGISTER_AND_MOVE, 0xff, 0x00,
1833 .usage_bits = {RELEASE_6, 0x00, 0x00, 0x00,
1842 .usage_bits = {RELEASE_10, 0x00, 0x00, 0x00,
1852 .usage_bits = {RESERVE_6, 0x00, 0x00, 0x00,
1861 .usage_bits = {RESERVE_10, 0x00, 0x00, 0x00,
1871 .usage_bits = {REQUEST_SENSE, 0x00, 0x00, 0x00,
1879 .usage_bits = {INQUIRY, 0x01, 0xff, 0xff,
1896 .usage_bits = {EXTENDED_COPY, 0x00, 0x00, 0x00,
1909 .usage_bits = {RECEIVE_COPY_RESULTS, RCR_SA_OPERATING_PARAMETERS,
1921 .usage_bits = {REPORT_LUNS, 0x00, 0xff, 0x00,
1930 .usage_bits = {TEST_UNIT_READY, 0x00, 0x00, 0x00,
1940 .usage_bits = {MAINTENANCE_IN, 0xE0 | MI_REPORT_TARGET_PGS, 0x00, 0x00,
1959 .usage_bits = {MAINTENANCE_IN, MI_REPORT_SUPPORTED_OPERATION_CODES,
1993 .usage_bits = {MAINTENANCE_OUT, MO_SET_TARGET_PGS, 0x00, 0x00,
2102 memcpy(&buf[4], descr->usage_bits, descr->cdb_size); in spc_rsoc_encode_one_command_descriptor()