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

/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h86 #define CMD_COMPLETE 0x04 macro
H A Daha.c1103 if ((intstat & CMD_COMPLETE) != 0) {
1480 if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1481 == (INTR_PENDING|CMD_COMPLETE)) {
1518 } else if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1519 == (INTR_PENDING|CMD_COMPLETE)) {
1522 * saw the CMD_COMPLETE interrupt.
/freebsd-10-stable/sys/dev/buslogic/
H A Dbt.c1520 if ((intstat & CMD_COMPLETE) != 0) {
1933 if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1934 == (INTR_PENDING|CMD_COMPLETE)) {
1980 * Our interrupt handler saw CMD_COMPLETE
1985 } else if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1986 == (INTR_PENDING|CMD_COMPLETE)) {
1989 * saw the CMD_COMPLETE interrupt.
1996 * The BOP_MODIFY_IO_ADDR does not issue a CMD_COMPLETE,
H A Dbtreg.h98 #define CMD_COMPLETE 0x04 macro
/freebsd-10-stable/sys/dev/isp/
H A Dispvar.h822 #define CMD_COMPLETE 101 /* command completed */ macro
H A Disp_sbus.c655 int retval = CMD_COMPLETE;
H A Disp.c4276 return (CMD_COMPLETE);
4292 return (CMD_COMPLETE);
4298 return (CMD_COMPLETE);
4306 return (CMD_COMPLETE);
4325 return (CMD_COMPLETE);
4332 return (CMD_COMPLETE);
4450 return (CMD_COMPLETE);
4463 return (CMD_COMPLETE);
4488 return (CMD_COMPLETE);
H A Disp_pci.c1910 int retval = CMD_COMPLETE;
H A Disp_library.c152 return (CMD_COMPLETE);
283 return (CMD_COMPLETE);
H A Disp_freebsd.c3039 case CMD_COMPLETE:

Completed in 205 milliseconds