Searched refs:check_for_unit_attention (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/
H A Dhpsa.c166 static int check_for_unit_attention(struct ctlr_info *h,
198 static int check_for_unit_attention(struct ctlr_info *h, function
1151 if (check_for_unit_attention(h, cp)) {
1382 } while (check_for_unit_attention(h, c) && retry_count <= 3);
2813 (void) check_for_unit_attention(h, c);
/drivers/block/
H A Dcciss.c195 static int check_for_unit_attention(ctlr_info_t *h, CommandList_struct *c);
1290 (void)check_for_unit_attention(h, c);
2702 if (check_for_unit_attention(h, c))
3091 if (check_for_unit_attention(h, cmd)) {
3759 static int check_for_unit_attention(ctlr_info_t *h, CommandList_struct *c) function
H A Dcciss_scsi.c1635 check_for_unit_attention(h, c);

Completed in 25 milliseconds