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

/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_cam.c1589 u_int64_t *ptr_sgl; local
1612 ptr_sgl = (u_int64_t *) cmd->chain_frame;
1614 memset(ptr_sgl, 0, sc->max_chain_frame_sz);
1653 page_mask_result = (uintptr_t)(ptr_sgl + 1) & page_mask;
1656 " ptr_sgl: 0x%p\n", ptr_sgl);
1658 *ptr_sgl = (uintptr_t)ptr_sgl_phys;
1659 ptr_sgl++;
1663 *ptr_sgl = sge_addr;
1664 ptr_sgl
[all...]
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr.c3090 uint32_t *ptr_sgl, *ptr_first_sgl, first_page_offset; local
3231 ptr_sgl = curr_buff;
3287 page_mask_result = (uintptr_t)((uint8_t *)ptr_sgl +
3295 *ptr_sgl = htole32((uintptr_t)msg_phys);
3296 *(ptr_sgl+1) = htole32((uint64_t)(uintptr_t)
3298 ptr_sgl += sge_dwords;
3321 *ptr_sgl = htole32((uint32_t)paddr);
3322 *(ptr_sgl + 1) =
3325 /* Bump ptr_sgl, msg_phys, and num_entries. */
3326 ptr_sgl
[all...]

Completed in 65 milliseconds