Home
last modified time | relevance | path

Searched refs:tmp_srb (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hptiop/
H A Dhptiop.c2703 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()
[all …]