Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c1703 pep_read_ptr = &pasync_ctx->async_header.ep_read_ptr; in hwi_update_async_writables()
1704 pwritables = &pasync_ctx->async_header.writables; in hwi_update_async_writables()
1755 &pasync_ctx->async_header.free_list); in hwi_free_async_msg()
1756 pasync_ctx->async_header.free_entries++; in hwi_free_async_msg()
1776 pasync_sge = pasync_ctx->async_header.ring_base; in hwi_get_ring_address()
1802 writables = min(pasync_ctx->async_header.writables, in hwi_post_async_buffers()
1803 pasync_ctx->async_header.free_entries); in hwi_post_async_buffers()
1804 pfree_link = pasync_ctx->async_header.free_list.next; in hwi_post_async_buffers()
1805 host_write_num = pasync_ctx->async_header.host_write_ptr; in hwi_post_async_buffers()
1846 pasync_ctx->async_header.host_write_ptr = in hwi_post_async_buffers()
[all …]
Dbe_main.h631 } async_header; member