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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6041 uint32_t resid_sgptr; local
6072 resid_sgptr = ahc_le32toh(spkt->residual_sg_ptr);
6076 } else if ((resid_sgptr & SG_LIST_NULL) != 0) {
6079 } else if ((resid_sgptr & ~SG_PTR_MASK) != 0) {
6080 panic("Bogus resid sgptr value 0x%x\n", resid_sgptr);
6089 sg = ahc_sg_bus_to_virt(scb, resid_sgptr & SG_PTR_MASK);
H A Daic79xx_core.c8304 uint32_t resid_sgptr; local
8341 resid_sgptr = ahd_le32toh(spkt->residual_sgptr);
8345 } else if ((resid_sgptr & SG_LIST_NULL) != 0) {
8348 } else if ((resid_sgptr & SG_OVERRUN_RESID) != 0) {
8356 } else if ((resid_sgptr & ~SG_PTR_MASK) != 0) {
8357 panic("Bogus resid sgptr value 0x%x\n", resid_sgptr);
8367 sg = ahd_sg_bus_to_virt(ahd, scb, resid_sgptr & SG_PTR_MASK);

Completed in 195 milliseconds