Lines Matching refs:tmp_srb
2703 struct hpt_iop_srb *srb, *tmp_srb; in hptiop_map_srb() local
2717 tmp_srb = (struct hpt_iop_srb *) in hptiop_map_srb()
2719 if (((unsigned long)tmp_srb & 0x1F) == 0) { in hptiop_map_srb()
2721 0, &tmp_srb->dma_map)) { in hptiop_map_srb()
2726 bzero(tmp_srb, sizeof(struct hpt_iop_srb)); in hptiop_map_srb()
2727 tmp_srb->hba = hba; in hptiop_map_srb()
2728 tmp_srb->index = i; in hptiop_map_srb()
2730 tmp_srb->phy_addr = (u_int64_t)(u_int32_t) in hptiop_map_srb()
2733 tmp_srb->srb_flag = in hptiop_map_srb()
2736 tmp_srb->phy_addr = phy_addr; in hptiop_map_srb()
2739 callout_init_mtx(&tmp_srb->timeout, &hba->lock, 0); in hptiop_map_srb()
2740 hptiop_free_srb(hba, tmp_srb); in hptiop_map_srb()
2741 hba->srb[i] = tmp_srb; in hptiop_map_srb()