Searched refs:BD_SIZE (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/ti/icssm/ |
| H A D | icssm_switch.h | 15 #define BD_SIZE 4 /* byte buffer descriptor */ macro 285 HOST_QUEUE_4_SIZE) * BD_SIZE) 287 QUEUE_3_SIZE + QUEUE_4_SIZE) * 2 * BD_SIZE) 289 #define END_OF_BD_POOL (P2_Q4_BD_OFFSET + QUEUE_4_SIZE * BD_SIZE) 290 #define P2_Q4_BD_OFFSET (P2_Q3_BD_OFFSET + QUEUE_3_SIZE * BD_SIZE) 291 #define P2_Q3_BD_OFFSET (P2_Q2_BD_OFFSET + QUEUE_2_SIZE * BD_SIZE) 292 #define P2_Q2_BD_OFFSET (P2_Q1_BD_OFFSET + QUEUE_1_SIZE * BD_SIZE) 293 #define P2_Q1_BD_OFFSET (P1_Q4_BD_OFFSET + QUEUE_4_SIZE * BD_SIZE) 294 #define P1_Q4_BD_OFFSET (P1_Q3_BD_OFFSET + QUEUE_3_SIZE * BD_SIZE) 295 #define P1_Q3_BD_OFFSET (P1_Q2_BD_OFFSET + QUEUE_2_SIZE * BD_SIZE) [all …]
|
| H A D | icssm_prueth_switch.c | 38 P0_Q1_BD_OFFSET + ((HOST_QUEUE_1_SIZE - 1) * BD_SIZE), 44 P0_Q2_BD_OFFSET + ((HOST_QUEUE_2_SIZE - 1) * BD_SIZE), 50 P0_Q3_BD_OFFSET + ((HOST_QUEUE_3_SIZE - 1) * BD_SIZE), 56 P0_Q4_BD_OFFSET + ((HOST_QUEUE_4_SIZE - 1) * BD_SIZE), 65 P1_Q1_BD_OFFSET + ((QUEUE_1_SIZE - 1) * BD_SIZE), 72 P1_Q2_BD_OFFSET + ((QUEUE_2_SIZE - 1) * BD_SIZE), 79 P1_Q3_BD_OFFSET + ((QUEUE_3_SIZE - 1) * BD_SIZE), 86 P1_Q4_BD_OFFSET + ((QUEUE_4_SIZE - 1) * BD_SIZE), 95 P2_Q1_BD_OFFSET + ((QUEUE_1_SIZE - 1) * BD_SIZE), 102 P2_Q2_BD_OFFSET + ((QUEUE_2_SIZE - 1) * BD_SIZE), [all …]
|
| H A D | icssm_prueth.c | 67 P0_Q1_BD_OFFSET + ((HOST_QUEUE_1_SIZE - 1) * BD_SIZE), 73 P0_Q2_BD_OFFSET + ((HOST_QUEUE_2_SIZE - 1) * BD_SIZE), 79 P0_Q3_BD_OFFSET + ((HOST_QUEUE_3_SIZE - 1) * BD_SIZE), 85 P0_Q4_BD_OFFSET + ((HOST_QUEUE_4_SIZE - 1) * BD_SIZE), 94 P1_Q1_BD_OFFSET + ((QUEUE_1_SIZE - 1) * BD_SIZE), 101 P1_Q2_BD_OFFSET + ((QUEUE_2_SIZE - 1) * BD_SIZE), 108 P1_Q3_BD_OFFSET + ((QUEUE_3_SIZE - 1) * BD_SIZE), 115 P1_Q4_BD_OFFSET + ((QUEUE_4_SIZE - 1) * BD_SIZE), 124 P2_Q1_BD_OFFSET + ((QUEUE_1_SIZE - 1) * BD_SIZE), 131 P2_Q2_BD_OFFSET + ((QUEUE_2_SIZE - 1) * BD_SIZE), [all …]
|