Searched refs:_length (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/linux/ |
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-v6.6/drivers/net/wireless/ath/carl9170/ |
D | fwdesc.h | 213 #define CARL9170FW_FILL_DESC(_magic, _length, _min_ver, _cur_ver) \ argument 216 .length = cpu_to_le16(_length), \
|
/Linux-v6.6/tools/testing/selftests/iommu/ |
D | iommufd_utils.h | 32 #define check_refs(_ptr, _length, _refs) \ argument 37 .check_refs = { .length = _length, \
|
D | iommufd.c | 1140 #define check_mock_iova(_ptr, _iova, _length) \ argument 1147 .length = _length, \
|
/Linux-v6.6/drivers/net/ethernet/fungible/funcore/ |
D | fun_hci.h | 643 _offset, _length, _dev_addr) \ argument 648 .length = (_length), .dev_addr = (_dev_addr), \
|
/Linux-v6.6/drivers/net/dsa/realtek/ |
D | rtl8365mb.c | 382 #define RTL8365MB_MAKE_MIB_COUNTER(_offset, _length, _name) \ argument 383 [RTL8365MB_MIB_ ## _name] = { _offset, _length, #_name }
|