Searched refs:_subop (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_hci.h | 157 #define FUN_ADMIN_SIMPLE_SUBOP_INIT(_subop, _flags, _data) \ argument 159 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 254 _subop, _flags, _id, _epsqid, _entry_size_log2, _nentries, _address, \ argument 259 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 274 #define FUN_ADMIN_EPCQ_MODIFY_REQ_INIT(_subop, _flags, _id, _headroom) \ argument 276 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 329 _subop, _flags, _id, _epcqid, _entry_size_log2, _nentries, _address, \ argument 334 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 533 #define FUN_SUBOP_SGL_INIT(_subop, _flags, _nsgl, _sgl_len, _sgl_data) \ argument 535 .subop = (_subop), .flags = (_flags), .nsgl = (_nsgl), \ [all …]
|