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

/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.c2713 struct hpt_iop_srb *srb, *tmp_srb; local
2727 tmp_srb = (struct hpt_iop_srb *)
2729 if (((unsigned long)tmp_srb & 0x1F) == 0) {
2731 0, &tmp_srb->dma_map)) {
2736 bzero(tmp_srb, sizeof(struct hpt_iop_srb));
2737 tmp_srb->hba = hba;
2738 tmp_srb->index = i;
2740 tmp_srb->phy_addr = (u_int64_t)(u_int32_t)
2743 tmp_srb->srb_flag =
2746 tmp_srb
[all...]

Completed in 82 milliseconds