Searched refs:prot_type (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_tpg.c | 831 u32 prot_type) in iscsit_ta_fabric_prot_type() argument 835 if ((prot_type != 0) && (prot_type != 1) && (prot_type != 3)) { in iscsit_ta_fabric_prot_type() 836 pr_err("Illegal value for fabric_prot_type: %u\n", prot_type); in iscsit_ta_fabric_prot_type() 840 a->fabric_prot_type = prot_type; in iscsit_ta_fabric_prot_type() 842 tpg->tpgt, prot_type); in iscsit_ta_fabric_prot_type()
|
| /linux/include/scsi/ |
| H A D | scsi_cmnd.h | 96 unsigned char prot_type; member 296 scmd->prot_type = type; in scsi_set_prot_type() 301 return scmd->prot_type; in scsi_get_prot_type()
|
| /linux/drivers/target/ |
| H A D | target_core_file.c | 598 if (cmd->prot_type && dev->dev_attrib.pi_prot_type) { in fd_execute_rw_buffered() 609 if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type && in fd_execute_rw_buffered() 620 if (cmd->prot_type && dev->dev_attrib.pi_prot_type && in fd_execute_rw_buffered() 651 if (ret > 0 && cmd->prot_type && dev->dev_attrib.pi_prot_type) { in fd_execute_rw_buffered()
|
| H A D | target_core_rd.c | 452 if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type && in rd_execute_rw() 520 if (cmd->prot_type && se_dev->dev_attrib.pi_prot_type && in rd_execute_rw()
|
| /linux/arch/s390/kvm/ |
| H A D | gaccess.c | 324 enum prot_type { enum 335 enum gacc_mode mode, enum prot_type prot, bool terminate) in trans_exc_ending() 405 enum gacc_mode mode, enum prot_type prot) in trans_exc() 472 enum gacc_mode mode, enum prot_type *prot) in guest_translate_gva() 783 enum prot_type prot; in guest_range_to_gpas() 938 enum prot_type prot; in access_guest_with_key()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 4313 uint32_t adap_type, prot_type; in csio_hw_set_description() local 4316 prot_type = (dev_id & CSIO_ASIC_DEVID_PROTO_MASK); in csio_hw_set_description() 4319 if (prot_type == CSIO_T5_FCOE_ASIC) { in csio_hw_set_description()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 2926 if ((se_cmd->prot_type == TARGET_DIF_TYPE1_PROT) || in qla_tgt_set_dif_tags() 2927 (se_cmd->prot_type == TARGET_DIF_TYPE2_PROT)) in qla_tgt_set_dif_tags() 2929 else if (se_cmd->prot_type == TARGET_DIF_TYPE3_PROT) in qla_tgt_set_dif_tags() 2935 switch (se_cmd->prot_type) { in qla_tgt_set_dif_tags() 3054 if ((se_cmd->prot_type == TARGET_DIF_TYPE1_PROT) || in qlt_build_ctio_crc2_pkt() 3055 (se_cmd->prot_type == TARGET_DIF_TYPE2_PROT)) in qlt_build_ctio_crc2_pkt() 3057 else if (se_cmd->prot_type == TARGET_DIF_TYPE3_PROT) in qlt_build_ctio_crc2_pkt()
|
| /linux/drivers/infiniband/ulp/isert/ |
| H A D | ib_isert.c | 1992 if (se_cmd->prot_type == TARGET_DIF_TYPE1_PROT || in isert_set_dif_domain() 1993 se_cmd->prot_type == TARGET_DIF_TYPE2_PROT) in isert_set_dif_domain()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core_main.c | 2497 u8 prot_type = qeth_mpc_select_prot_type(card); in qeth_ulp_enable() local 2509 memcpy(QETH_ULP_ENABLE_PROT_TYPE(iob->data), &prot_type, 1); in qeth_ulp_enable() 3049 u8 prot_type = qeth_mpc_select_prot_type(card); in qeth_prepare_ipa_cmd() local 3058 memcpy(QETH_IPA_CMD_PROT_TYPE(iob->data), &prot_type, 1); in qeth_prepare_ipa_cmd()
|