Searched refs:_length (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/net/ethernet/fungible/funcore/ |
D | fun_hci.h | 643 _offset, _length, _dev_addr) \ argument 648 .length = (_length), .dev_addr = (_dev_addr), \
|
/linux-6.1.9/drivers/net/dsa/realtek/ |
D | rtl8365mb.c | 380 #define RTL8365MB_MAKE_MIB_COUNTER(_offset, _length, _name) \ argument 381 [RTL8365MB_MIB_ ## _name] = { _offset, _length, #_name }
|