Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c646 frame_hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in megasas_ioc_init_fusion()
1841 if (frame_hdr->flags & MFI_FRAME_DONT_POST_IN_REPLY_QUEUE) in build_mpt_mfi_pass_thru()
1842 cmd->flags = MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in build_mpt_mfi_pass_thru()
Dmegaraid_sas.h113 #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001 macro
Dmegaraid_sas_base.c853 frame_hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in megasas_issue_polled()