Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c1687 pep_read_ptr = &pasync_ctx->async_header.ep_read_ptr; in hwi_update_async_writables()
1688 pwritables = &pasync_ctx->async_header.writables; in hwi_update_async_writables()
1739 &pasync_ctx->async_header.free_list); in hwi_free_async_msg()
1740 pasync_ctx->async_header.free_entries++; in hwi_free_async_msg()
1760 pasync_sge = pasync_ctx->async_header.ring_base; in hwi_get_ring_address()
1786 writables = min(pasync_ctx->async_header.writables, in hwi_post_async_buffers()
1787 pasync_ctx->async_header.free_entries); in hwi_post_async_buffers()
1788 pfree_link = pasync_ctx->async_header.free_list.next; in hwi_post_async_buffers()
1789 host_write_num = pasync_ctx->async_header.host_write_ptr; in hwi_post_async_buffers()
1830 pasync_ctx->async_header.host_write_ptr = in hwi_post_async_buffers()
[all …]
Dbe_main.h626 } async_header; member