Home
last modified time | relevance | path

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

/trueos/sys/dev/mfi/
HDmfi_tbolt.c417 mfi_init->header.flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_tbolt_init_MFI_queue()
1106 hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_tbolt_send_frame()
1139 hdr->flags &= ~MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_tbolt_send_frame()
HDmfireg.h262 #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001 macro
HDmfi.c2487 hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_std_send_frame()
/trueos/sys/dev/mrsas/
HDmrsas.c2298 init_frame->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mrsas_ioc_init()
3176 frame_hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mrsas_issue_polled()
3290 if (frame_hdr->flags & MFI_FRAME_DONT_POST_IN_REPLY_QUEUE) in mrsas_build_mptmfi_passthru()
3291 mpt_cmd->flags = MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mrsas_build_mptmfi_passthru()
HDmrsas.h1011 #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001 macro