Searched refs:MFI_CMD_POLLED (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c423 cm->cm_flags |= MFI_CMD_POLLED;
712 (cmd_mfi->cm_flags & MFI_CMD_POLLED) != 0) {
1100 if ((cm->cm_flags & MFI_CMD_POLLED) == 0) {
1144 if ((cm->cm_flags & MFI_CMD_POLLED) == 0)
1381 cm->cm_flags = MFI_CMD_POLLED | MFI_CMD_DATAIN;
H A Dmfi.c1000 cm->cm_flags = MFI_CMD_POLLED;
1023 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1063 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1352 cm->cm_flags = MFI_CMD_POLLED;
1384 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1809 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1970 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
2312 polled = (cm->cm_flags & MFI_CMD_POLLED) ? BUS_DMA_NOWAIT : 0;
2478 if ((cm->cm_flags & MFI_CMD_POLLED) == 0) {
2503 if ((cm->cm_flags & MFI_CMD_POLLED)
[all...]
H A Dmfivar.h104 #define MFI_CMD_POLLED (1<<4) macro

Completed in 119 milliseconds