Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c1757 struct phys_addr *pasync_sge = NULL; in hwi_get_ring_address() local
1760 pasync_sge = pasync_ctx->async_header.ring_base; in hwi_get_ring_address()
1762 pasync_sge = pasync_ctx->async_data.ring_base; in hwi_get_ring_address()
1764 return pasync_sge + host_write_ptr; in hwi_get_ring_address()
1774 struct phys_addr *pasync_sge; in hwi_post_async_buffers() local
1817 pasync_sge = hwi_get_ring_address(pasync_ctx, in hwi_post_async_buffers()
1820 pasync_sge->hi = pasync_handle->pa.u.a32.address_lo; in hwi_post_async_buffers()
1821 pasync_sge->lo = pasync_handle->pa.u.a32.address_hi; in hwi_post_async_buffers()