Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas_fp.c64 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
112 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
917 mr_spanset_get_phy_params(struct mrsas_softc *sc, u_int32_t ld, u_int64_t stripRow, in mr_spanset_get_phy_params() argument
937 logArm = get_arm_from_strip(sc, ld, stripRow, map); in mr_spanset_get_phy_params()
946 physArm = get_arm(sc, ld, span, stripRow, map); in mr_spanset_get_phy_params()
1649 u_int64_t stripRow, in MR_GetPhyParams() argument
1664 row = mega_div64_32(stripRow, raid->rowDataSize); in MR_GetPhyParams()
1668 logArm = mega_mod64(stripRow, raid->rowDataSize); in MR_GetPhyParams()
1680 physArm = MR_LdDataArmGet(ld, mega_mod64(stripRow, raid->modFactor), map); in MR_GetPhyParams()