Searched refs:CMD_COMPLETE (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/aha/
H A Dahareg.h86 #define CMD_COMPLETE 0x04 macro
H A Daha.c1097 if ((intstat & CMD_COMPLETE) != 0) {
1474 if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1475 == (INTR_PENDING|CMD_COMPLETE)) {
1512 } else if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1513 == (INTR_PENDING|CMD_COMPLETE)) {
1516 * saw the CMD_COMPLETE interrupt.
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c1514 if ((intstat & CMD_COMPLETE) != 0) {
1927 if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1928 == (INTR_PENDING|CMD_COMPLETE)) {
1974 * Our interrupt handler saw CMD_COMPLETE
1979 } else if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1980 == (INTR_PENDING|CMD_COMPLETE)) {
1983 * saw the CMD_COMPLETE interrupt.
1990 * The BOP_MODIFY_IO_ADDR does not issue a CMD_COMPLETE,
H A Dbtreg.h98 #define CMD_COMPLETE 0x04 macro
/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h833 #define CMD_COMPLETE 101 /* command completed */ macro
H A Disp_sbus.c655 int retval = CMD_COMPLETE;
H A Disp.c4414 return (CMD_COMPLETE);
4430 return (CMD_COMPLETE);
4436 return (CMD_COMPLETE);
4444 return (CMD_COMPLETE);
4463 return (CMD_COMPLETE);
4470 return (CMD_COMPLETE);
4588 return (CMD_COMPLETE);
4601 return (CMD_COMPLETE);
4626 return (CMD_COMPLETE);
H A Disp_pci.c1882 int retval = CMD_COMPLETE;
H A Disp_library.c153 return (CMD_COMPLETE);
284 return (CMD_COMPLETE);
H A Disp_freebsd.c3051 case CMD_COMPLETE:

Completed in 149 milliseconds