Searched refs:_cli_idx (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_vbd.h | 232 #define RESOURCE_TRACE_INC(_pdev, _cli_idx, _type, _field) \ argument 234 DbgBreakIf((_cli_idx) >= MAX_DO_TYPE_CNT); \ 237 type_counters_arr[_cli_idx][_type]. \ 241 #define RESOURCE_TRACE_DEC(_pdev, _cli_idx, _type, _field) \ argument 243 DbgBreakIf((_cli_idx) >= MAX_DO_TYPE_CNT); \ 246 type_counters_arr[_cli_idx][_type]. \ 250 #define RESOURCE_TRACE_ADD(_pdev, _cli_idx, _type, _field, _size) \ argument 252 DbgBreakIf((_cli_idx) >= MAX_DO_TYPE_CNT); \ 255 type_counters_arr[_cli_idx][_type]. \ 259 #define RESOURCE_TRACE_SUB(_pdev, _cli_idx, _type, _field, _size) \ argument [all …]
|