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

/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.c1226 u_int64_t req_phy; local
1247 req_phy = hba->ctlcfgcmd_phy | MVIOP_MU_QUEUE_ADDR_HOST_BIT | size;
1248 hptiop_mv_inbound_write(req_phy, hba);
2523 u_int64_t req_phy; local
2526 req_phy = srb->phy_addr;
2564 hptiop_mv_inbound_write(req_phy
2577 u_int64_t req_phy; local
2580 req_phy = srb->phy_addr;
2616 | ((req_phy >> 16) & 0xffff0000);
2617 req->header.context = ((req_phy
[all...]

Completed in 105 milliseconds