Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h348 #define IREG_NUM_ELEM 4 macro
350 static const u32 t6_tp_pio_array[][IREG_NUM_ELEM] = {
365 static const u32 t5_tp_pio_array[][IREG_NUM_ELEM] = {
379 static const u32 t6_tp_tm_pio_array[][IREG_NUM_ELEM] = {
383 static const u32 t5_tp_tm_pio_array[][IREG_NUM_ELEM] = {
387 static const u32 t6_tp_mib_index_array[6][IREG_NUM_ELEM] = {
396 static const u32 t5_tp_mib_index_array[9][IREG_NUM_ELEM] = {
408 static const u32 t5_sge_dbg_index_array[2][IREG_NUM_ELEM] = {
418 static const u32 t5_pcie_pdbg_array[][IREG_NUM_ELEM] = {
424 static const u32 t5_pcie_cdbg_array[][IREG_NUM_ELEM] = {
[all …]
Dcxgb4_cudbg.c202 n = n / (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
227 n = sizeof(t5_pcie_pdbg_array) / (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
231 n = sizeof(t5_pm_rx_array) / (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
261 (IREG_NUM_ELEM * sizeof(u32)); in cxgb4_get_entity_length()
273 ((IREG_NUM_ELEM + 1) * sizeof(u32)); in cxgb4_get_entity_length()
276 ((IREG_NUM_ELEM + 1) * sizeof(u32)); in cxgb4_get_entity_length()
288 (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 …]