Searched refs:_length (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | counter.h | 536 #define DEFINE_COUNTER_ARRAY_U64(_name, _length) \ argument 539 .length = (_length), \ 542 #define DEFINE_COUNTER_ARRAY_CAPTURE(_name, _length) \ argument 543 DEFINE_COUNTER_ARRAY_U64(_name, _length) 545 #define DEFINE_COUNTER_ARRAY_POLARITY(_name, _available, _length) \ argument 549 .length = (_length), \
|
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/ |
A D | fwdesc.h | 213 #define CARL9170FW_FILL_DESC(_magic, _length, _min_ver, _cur_ver) \ argument 216 .length = cpu_to_le16(_length), \
|
/linux-6.3-rc2/tools/testing/selftests/iommu/ |
A D | iommufd_utils.h | 26 #define check_refs(_ptr, _length, _refs) \ argument 31 .check_refs = { .length = _length, \
|
A D | iommufd.c | 1059 #define check_mock_iova(_ptr, _iova, _length) \ argument 1066 .length = _length, \
|
/linux-6.3-rc2/drivers/net/ethernet/fungible/funcore/ |
A D | fun_hci.h | 643 _offset, _length, _dev_addr) \ argument 648 .length = (_length), .dev_addr = (_dev_addr), \
|
/linux-6.3-rc2/drivers/net/dsa/realtek/ |
A D | rtl8365mb.c | 380 #define RTL8365MB_MAKE_MIB_COUNTER(_offset, _length, _name) \ argument 381 [RTL8365MB_MIB_ ## _name] = { _offset, _length, #_name }
|
Completed in 28 milliseconds