Home
last modified time | relevance | path

Searched refs:NUM_BUFS (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/soc/fsl/qbman/
H A Dbman_test_api.c33 #define NUM_BUFS 93 macro
38 static struct bm_buffer bufs_in[NUM_BUFS] ____cacheline_aligned;
39 static struct bm_buffer bufs_out[NUM_BUFS] ____cacheline_aligned;
46 for (i = 0; i < NUM_BUFS; i++) in bufs_init()
86 for (i = 0; i < NUM_BUFS; i++) { in bufs_confirm()
89 for (j = 0; j < NUM_BUFS; j++) in bufs_confirm()
114 while (i < NUM_BUFS) { in bman_test_api()
117 if (i + num > NUM_BUFS) in bman_test_api()
118 num = NUM_BUFS - i; in bman_test_api()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Ddmabuf_iter.c299 size_t NUM_BUFS = 100; in test_dmabuf_iter() local
300 int buffers[NUM_BUFS]; in test_dmabuf_iter()
303 for (i = 0; i < NUM_BUFS; ++i) { in test_dmabuf_iter()
/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dring.h15 #define NUM_BUFS 8 macro
H A Dmain.c122 pdata->nbufs = NUM_BUFS; in xge_init_hw()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1222 * Remove #defines for NUM_NODES, NUM_BUFS and NUM_IOCBS