Home
last modified time | relevance | path

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

/linux-2.6.39/include/scsi/
Discsi_proto.h270 #define ISCSI_FLAG_TM_FUNC_MASK 0x7F macro
282 #define ISCSI_TM_FUNC_VALUE(hdr) ((hdr)->flags & ISCSI_FLAG_TM_FUNC_MASK)
/linux-2.6.39/drivers/scsi/
Dlibiscsi.c2093 hdr->flags = ISCSI_TM_FUNC_ABORT_TASK & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_abort_task_pdu()
2234 hdr->flags = ISCSI_TM_FUNC_LOGICAL_UNIT_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_lun_reset_pdu()
2391 hdr->flags = ISCSI_TM_FUNC_TARGET_WARM_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_tgt_reset_pdu()
/linux-2.6.39/drivers/scsi/bnx2i/
Dbnx2i_hwi.c403 switch (tmfabort_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in bnx2i_send_iscsi_tmf()