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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.c169 static int check_for_unit_attention(struct ctlr_info *h,
238 static int check_for_unit_attention(struct ctlr_info *h, function
1005 if (check_for_unit_attention(h, cp)) {
1256 } while (check_for_unit_attention(h, c) && retry_count <= 3);
2664 (void) check_for_unit_attention(h, c);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.c213 static int check_for_unit_attention(ctlr_info_t *h, CommandList_struct *c);
1233 (void)check_for_unit_attention(h, c);
2632 if (check_for_unit_attention(h, c))
3015 if (check_for_unit_attention(h, cmd)) {
3625 static int check_for_unit_attention(ctlr_info_t *h, CommandList_struct *c) function
H A Dcciss_scsi.c1527 check_for_unit_attention(h, c);

Completed in 159 milliseconds