Home | History | Annotate | Download | only in ic

Lines Matching defs:ab

4614 			isp24xx_abrt_t local, *ab = &local, *ab2;
4637 ISP_MEMZERO(ab, QENTRY_LEN);
4638 ab->abrt_header.rqs_entry_type = RQSTYPE_ABORT_IO;
4639 ab->abrt_header.rqs_entry_count = 1;
4640 ab->abrt_handle = lp->handle;
4641 ab->abrt_cmd_handle = handle;
4642 ab->abrt_tidlo = lp->portid;
4643 ab->abrt_tidhi = lp->portid >> 16;
4644 ab->abrt_vpidx = ISP_GET_VPIDX(isp, chan);
4658 isp_put_24xx_abrt(isp, ab, fcp->isp_scratch);
4670 isp_get_24xx_abrt(isp, ab2, ab);
4672 if (ab->abrt_nphdl == ISP24XX_ABRT_OKAY) {
4677 hdlidx, ab->abrt_nphdl);