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

/freebsd-10.3-release/sys/dev/mfi/
H A Dmfi_tbolt.c424 cm->cm_flags |= MFI_CMD_POLLED;
713 (cmd_mfi->cm_flags & MFI_CMD_POLLED) != 0) {
1101 if ((cm->cm_flags & MFI_CMD_POLLED) == 0) {
1145 if ((cm->cm_flags & MFI_CMD_POLLED) == 0)
1382 cm->cm_flags = MFI_CMD_POLLED | MFI_CMD_DATAIN;
H A Dmfi.c1006 cm->cm_flags = MFI_CMD_POLLED;
1029 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1069 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1358 cm->cm_flags = MFI_CMD_POLLED;
1390 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1815 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
1976 cm->cm_flags = MFI_CMD_DATAIN | MFI_CMD_POLLED;
2318 polled = (cm->cm_flags & MFI_CMD_POLLED) ? BUS_DMA_NOWAIT : 0;
2484 if ((cm->cm_flags & MFI_CMD_POLLED) == 0) {
2509 if ((cm->cm_flags & MFI_CMD_POLLED)
[all...]
H A Dmfivar.h104 #define MFI_CMD_POLLED (1<<4) macro

Completed in 190 milliseconds