Searched refs:ISCSI_FLAG_TM_FUNC_MASK (Results 1 – 3 of 3) sorted by relevance
300 #define ISCSI_FLAG_TM_FUNC_MASK 0x7F macro312 #define ISCSI_TM_FUNC_VALUE(hdr) ((hdr)->flags & ISCSI_FLAG_TM_FUNC_MASK)
2116 hdr->flags = ISCSI_TM_FUNC_ABORT_TASK & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_abort_task_pdu()2257 hdr->flags = ISCSI_TM_FUNC_LOGICAL_UNIT_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_lun_reset_pdu()2415 hdr->flags = ISCSI_TM_FUNC_TARGET_WARM_RESET & ISCSI_FLAG_TM_FUNC_MASK; in iscsi_prep_tgt_reset_pdu()
411 switch (tmfabort_hdr->flags & ISCSI_FLAG_TM_FUNC_MASK) { in bnx2i_send_iscsi_tmf()