Searched refs:ISCSI_FLAG_TM_FUNC_MASK (Results 1 – 3 of 3) sorted by relevance
270 #define ISCSI_FLAG_TM_FUNC_MASK 0x7F macro282 #define ISCSI_TM_FUNC_VALUE(hdr) ((hdr)->flags & ISCSI_FLAG_TM_FUNC_MASK)
2093 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()
403 switch (tmfabort_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in bnx2i_send_iscsi_tmf()