Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas_cam.c1503 pMpi25IeeeSgeChain64_t main_chain_element, ptr_first_sgl, sgl_ptr; in mrsas_build_prp_nvme() local
1542 ptr_first_sgl = sgl_ptr; in mrsas_build_prp_nvme()
1550 ptr_first_sgl->Address = sge_addr; in mrsas_build_prp_nvme()
1551 ptr_first_sgl->Length = first_prp_len; in mrsas_build_prp_nvme()
/freebsd/sys/dev/mpr/
H A Dmpr.c3098 uint32_t *ptr_sgl, *ptr_first_sgl, first_page_offset; in mpr_check_pcie_native_sgl() local
3256 ptr_first_sgl = (uint32_t *)cm->cm_sge; in mpr_check_pcie_native_sgl()
3319 *ptr_first_sgl = htole32((uint32_t)paddr); in mpr_check_pcie_native_sgl()
3320 *(ptr_first_sgl + 1) = in mpr_check_pcie_native_sgl()
3322 *(ptr_first_sgl + 2) = htole32(entry_len); in mpr_check_pcie_native_sgl()
3323 *(ptr_first_sgl + 3) = 0; in mpr_check_pcie_native_sgl()