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

/freebsd-11.0-release/sys/dev/hptiop/
H A Dhptiop.c1224 u_int64_t req_phy; local
1245 req_phy = hba->ctlcfgcmd_phy | MVIOP_MU_QUEUE_ADDR_HOST_BIT | size;
1246 hptiop_mv_inbound_write(req_phy, hba);
2521 u_int64_t req_phy; local
2524 req_phy = srb->phy_addr;
2562 hptiop_mv_inbound_write(req_phy
2575 u_int64_t req_phy; local
2578 req_phy = srb->phy_addr;
2614 | ((req_phy >> 16) & 0xffff0000);
2615 req->header.context = ((req_phy
[all...]

Completed in 44 milliseconds