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