Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/irdma/
A Ddefs.h973 #define IRDMA_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
977 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < size) { \
978 (_ring).head = ((_ring).head + (_count)) % size; \
995 #define IRDMA_SQ_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
999 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < (size - 256)) { \
1000 (_ring).head = ((_ring).head + (_count)) % size; \
1006 #define IRDMA_RING_MOVE_HEAD_BY_COUNT_NOCHECK(_ring, _count) \ argument
1007 (_ring).head = ((_ring).head + (_count)) % (_ring).size
1015 #define IRDMA_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument
1016 (_ring).tail = ((_ring).tail + (_count)) % (_ring).size
/drivers/clk/at91/
A Dpmc.h125 #define PMC_INIT_TABLE(_table, _count) \ argument
128 for (_i = 0; _i < (_count); _i++) \
132 #define PMC_FILL_TABLE(_to, _from, _count) \ argument
135 for (_i = 0; _i < (_count); _i++) { \
/drivers/staging/fbtft/
A Dfbtft-sysfs.c28 int _count; in fbtft_gamma_parse_str() local
69 _count = curve_counter * par->gamma.num_values + in fbtft_gamma_parse_str()
71 curves[_count] = val; in fbtft_gamma_parse_str()
/drivers/dma/amd/qdma/
A Dqdma.h120 #define QDMA_REGO(_off, _count) { \ argument
122 .count = (_count), \
/drivers/gpu/drm/msm/adreno/
A Da6xx_gpu_state.h465 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count } argument
613 #define A7XX_DEBUGBUS(_id, _count) [_id] = { .id = _id, .name = #_id, .count = _count }, argument
/drivers/usb/gadget/function/
A Df_mass_storage.h23 &prefix ## params.name ## _count, \
/drivers/gpu/drm/amd/display/dc/
A Ddc.h728 dc->debug.bw_val_profile.skip_ ## status ## _count++; \

Completed in 29 milliseconds