Home
last modified time | relevance | path

Searched refs:IREG_NUM_ELEM (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h318 #define IREG_NUM_ELEM 4 macro
320 static const u32 t6_tp_pio_array[][IREG_NUM_ELEM] = {
335 static const u32 t5_tp_pio_array[][IREG_NUM_ELEM] = {
349 static const u32 t6_tp_tm_pio_array[][IREG_NUM_ELEM] = {
353 static const u32 t5_tp_tm_pio_array[][IREG_NUM_ELEM] = {
357 static const u32 t6_tp_mib_index_array[6][IREG_NUM_ELEM] = {
366 static const u32 t5_tp_mib_index_array[9][IREG_NUM_ELEM] = {
378 static const u32 t5_sge_dbg_index_array[2][IREG_NUM_ELEM] = {
388 static const u32 t5_pcie_pdbg_array[][IREG_NUM_ELEM] = {
394 static const u32 t5_pcie_cdbg_array[][IREG_NUM_ELEM] = {
[all …]
Dcxgb4_cudbg.c213 n = n / (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
238 n = sizeof(t5_pcie_pdbg_array) / (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
242 n = sizeof(t5_pm_rx_array) / (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
272 (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
284 ((IREG_NUM_ELEM + 1) * sizeof(u32)); in cxgb4_get_entity_length()
287 ((IREG_NUM_ELEM + 1) * sizeof(u32)); in cxgb4_get_entity_length()
299 (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
Dcudbg_lib.c1260 n = n / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1270 n = sizeof(t5_tp_pio_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1272 n = sizeof(t6_tp_pio_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1296 n = sizeof(t5_tp_tm_pio_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1298 n = sizeof(t6_tp_tm_pio_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1323 (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1326 (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1588 n = sizeof(t5_pcie_pdbg_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_pcie_indirect()
1614 n = sizeof(t5_pcie_cdbg_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_pcie_indirect()
1644 n = sizeof(t5_pm_rx_array) / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_pm_indirect()
[all …]