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

/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_cam.c1588 pMpi25IeeeSgeChain64_t main_chain_element, ptr_first_sgl, sgl_ptr; local
1627 ptr_first_sgl = sgl_ptr;
1635 ptr_first_sgl->Address = sge_addr;
1636 ptr_first_sgl->Length = first_prp_len;
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr.c3090 uint32_t *ptr_sgl, *ptr_first_sgl, first_page_offset; local
3248 ptr_first_sgl = (uint32_t *)cm->cm_sge;
3311 *ptr_first_sgl = htole32((uint32_t)paddr);
3312 *(ptr_first_sgl + 1) =
3314 *(ptr_first_sgl + 2) = htole32(entry_len);
3315 *(ptr_first_sgl + 3) = 0;

Completed in 114 milliseconds