Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Ddebugfs.c612 static ssize_t stats_ ##name## _read(struct file *file, \
623 static const struct file_operations stats_ ##name## _ops = { \
624 .read = stats_ ##name## _read, \
634 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.h231 ncsi_passthrough_stats_t stats_; variable
H A Dnic_mock.cpp138 request_buf.data, response_buf->data, &stats_); in handle_request()