Searched refs:ACB_F_IOP_INITED (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1711 acb->acb_flags &= ~ACB_F_IOP_INITED;
1727 acb->acb_flags &= ~ACB_F_IOP_INITED;
4213 if (!(acb->acb_flags & ACB_F_IOP_INITED))
4223 if (!(acb->acb_flags & ACB_F_IOP_INITED))
4233 if (!(acb->acb_flags & ACB_F_IOP_INITED))
4242 if (!(acb->acb_flags & ACB_F_IOP_INITED))
4253 if (!(acb->acb_flags & ACB_F_IOP_INITED))
4629 acb->acb_flags |= ACB_F_IOP_INITED;
4689 acb->acb_flags &= ~ACB_F_IOP_INITED;
H A Darcmsr.h904 #define ACB_F_IOP_INITED 0x0100 macro

Completed in 147 milliseconds