Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Discsi_proto.h289 #define ISCSI_FLAG_TM_FUNC_MASK 0x7F macro
301 #define ISCSI_TM_FUNC_VALUE(hdr) ((hdr)->flags & ISCSI_FLAG_TM_FUNC_MASK)
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_fw.c231 switch (tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in qedi_process_tmf_resp()
1151 if ((tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) == in qedi_cleanup_all_io()
1466 if ((tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) == in send_iscsi_tmf()
1512 switch (tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in qedi_send_iscsi_tmf()
/openbmc/linux/drivers/scsi/
H A Dlibiscsi.c2337 hdr->flags = ISCSI_TM_FUNC_ABORT_TASK & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_abort_task_pdu()
2503 hdr->flags = ISCSI_TM_FUNC_LOGICAL_UNIT_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_lun_reset_pdu()
2660 hdr->flags = ISCSI_TM_FUNC_TARGET_WARM_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_tgt_reset_pdu()
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c404 switch (tmfabort_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in bnx2i_send_iscsi_tmf()