Home
last modified time | relevance | path

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

/linux/include/scsi/
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)
/linux/drivers/scsi/qedi/
A Dqedi_fw.c231 switch (tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in qedi_process_tmf_resp()
1153 if ((tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) == in qedi_cleanup_all_io()
1468 if ((tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) == in send_iscsi_tmf()
1514 switch (tmf_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in qedi_send_iscsi_tmf()
/linux/drivers/scsi/
A Dlibiscsi.c2236 hdr->flags = ISCSI_TM_FUNC_ABORT_TASK & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_abort_task_pdu()
2394 hdr->flags = ISCSI_TM_FUNC_LOGICAL_UNIT_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_lun_reset_pdu()
2551 hdr->flags = ISCSI_TM_FUNC_TARGET_WARM_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_tgt_reset_pdu()
/linux/drivers/scsi/bnx2i/
A Dbnx2i_hwi.c404 switch (tmfabort_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in bnx2i_send_iscsi_tmf()

Completed in 19 milliseconds