Searched refs:usge (Results 1 – 1 of 1) sorted by relevance
442 struct aac_umem_sge *usge; in aac_send_raw_srb() local500 for (usge = usgt; usge < &usgt[srb_sgcount]; usge++) { in aac_send_raw_srb()505 usge->bcount = sg64p->SgByteCount; in aac_send_raw_srb()506 usge->addr = (caddr_t) in aac_send_raw_srb()514 usge->bcount = sgp->SgByteCount; in aac_send_raw_srb()515 usge->addr = (caddr_t) in aac_send_raw_srb()521 acp->bcount += usge->bcount; in aac_send_raw_srb()522 if (usge->addr < addrlo) in aac_send_raw_srb()523 addrlo = usge->addr; in aac_send_raw_srb()524 if ((usge->addr + usge->bcount) > addrhi) in aac_send_raw_srb()[all …]