Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c1776 unsigned int host_write_num, doorbell_offset; in hwi_post_async_buffers() local
1789 host_write_num = pasync_ctx->async_header.host_write_ptr; in hwi_post_async_buffers()
1797 host_write_num = pasync_ctx->async_data.host_write_ptr; in hwi_post_async_buffers()
1808 host_write_num); in hwi_post_async_buffers()
1818 is_header, host_write_num); in hwi_post_async_buffers()
1825 host_write_num++; in hwi_post_async_buffers()
1826 host_write_num = host_write_num % num_entries; in hwi_post_async_buffers()
1831 host_write_num; in hwi_post_async_buffers()
1836 pasync_ctx->async_data.host_write_ptr = host_write_num; in hwi_post_async_buffers()