Searched refs:reply_qfull_count (Results 1 – 3 of 3) sorted by relevance
1391 atomic_t reply_qfull_count; member
3166 return sysfs_emit(buf, "%u\n", atomic_read(&mrioc->reply_qfull_count)); in reply_qfull_count_show()3169 static DEVICE_ATTR_RO(reply_qfull_count);
2597 atomic_inc(&mrioc->reply_qfull_count); in mpi3mr_op_request_post()