Searched refs:LOCKED (Results 1 – 7 of 7) sorted by relevance
/drivers/pcmcia/ |
D | m32r_pcc.c | 599 #define LOCKED(x) do { \ macro 617 LOCKED(_pcc_get_status(sock, value)); 627 LOCKED(_pcc_set_socket(sock, state)); 636 LOCKED(_pcc_set_io_map(sock, io)); 645 LOCKED(_pcc_set_mem_map(sock, mem));
|
D | m32r_cfc.c | 611 #define LOCKED(x) do { \ macro 631 LOCKED(_pcc_get_status(sock, value)); in pcc_get_status() 643 LOCKED(_pcc_set_socket(sock, state)); in pcc_set_socket() 655 LOCKED(_pcc_set_io_map(sock, io)); in pcc_set_io_map() 667 LOCKED(_pcc_set_mem_map(sock, mem)); in pcc_set_mem_map()
|
D | i82365.c | 1154 #define LOCKED(x) do { \ macro 1173 LOCKED(i365_get_status(sock, value)); in pcic_get_status() 1183 LOCKED(i365_set_socket(sock, state)); in pcic_set_socket() 1192 LOCKED(i365_set_io_map(sock, io)); in pcic_set_io_map() 1201 LOCKED(i365_set_mem_map(sock, mem)); in pcic_set_mem_map()
|
/drivers/scsi/ |
D | eata_generic.h | 79 #define LOCKED 8 macro
|
D | u14-34f.c | 508 #define LOCKED 2 macro 1377 if (HD(j)->cp_stat[i] == LOCKED) { in DEF_SCSI_QCMD() 1433 if (HD(j)->cp_stat[i] == LOCKED) { in u14_34f_eh_host_reset() 1495 HD(j)->cp_stat[i] = LOCKED; in u14_34f_eh_host_reset() 1765 else if (HD(j)->cp_stat[i] == LOCKED) { in ihdlr()
|
D | eata.c | 566 #define LOCKED 2 macro 1880 if (ha->cp_stat[i] == LOCKED) { in DEF_SCSI_QCMD() 1939 if (ha->cp_stat[i] == LOCKED) { in eata2x_eh_host_reset() 2009 ha->cp_stat[i] = LOCKED; in eata2x_eh_host_reset() 2363 } else if (ha->cp_stat[i] == LOCKED) { in ihdlr()
|
D | eata_pio.c | 265 if (cp->status == LOCKED) { in eata_pio_int_handler() 431 if (CD(cmd)->status == LOCKED) { in DEF_SCSI_QCMD()
|