Home
last modified time | relevance | path

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

/freebsd/sys/dev/mfi/
H A Dmfi_tbolt.c413 mfi_init->header.flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_tbolt_init_MFI_queue()
1096 hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_tbolt_send_frame()
1125 hdr->flags &= ~MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_tbolt_send_frame()
H A Dmfireg.h262 #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001 macro
H A Dmfi.c2483 hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mfi_std_send_frame()
/freebsd/sys/dev/mrsas/
H A Dmrsas.c1759 if (cmd_mfi->frame->hdr.flags & htole16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE)) in mrsas_complete_cmd()
2741 init_frame->flags |= htole16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE); in mrsas_ioc_init()
3811 frame_hdr->flags |= htole16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE); in mrsas_issue_polled()
3925 if (frame_hdr->flags & htole16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE)) in mrsas_build_mptmfi_passthru()
3926 mpt_cmd->flags = MFI_FRAME_DONT_POST_IN_REPLY_QUEUE; in mrsas_build_mptmfi_passthru()
H A Dmrsas.h1381 #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001 macro