Searched refs:poll_srb (Results 1 – 1 of 1) sorted by relevance
164 …void arcmsr_polling_srbdone(struct AdapterControlBlock *acb, struct CommandControlBlock *poll_srb);3462 …d arcmsr_polling_hba_srbdone(struct AdapterControlBlock *acb, struct CommandControlBlock *poll_srb) in arcmsr_polling_hba_srbdone() argument3480 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hba_srbdone()3490 poll_srb_done = (srb == poll_srb) ? 1:0; in arcmsr_polling_hba_srbdone()3516 …d arcmsr_polling_hbb_srbdone(struct AdapterControlBlock *acb, struct CommandControlBlock *poll_srb) in arcmsr_polling_hbb_srbdone() argument3535 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hbb_srbdone()3549 poll_srb_done = (srb == poll_srb) ? 1:0; in arcmsr_polling_hbb_srbdone()3575 …d arcmsr_polling_hbc_srbdone(struct AdapterControlBlock *acb, struct CommandControlBlock *poll_srb) in arcmsr_polling_hbc_srbdone() argument3590 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hbc_srbdone()3603 if (poll_srb != NULL) in arcmsr_polling_hbc_srbdone()[all …]