Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c19 static const u32 t6_tp_pio_array[][IREG_NUM_ELEM] = {
314 n = n / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_get_entity_length()
373 (IREG_NUM_ELEM * sizeof(u32)); in cudbg_get_entity_length()
385 ((IREG_NUM_ELEM + 1) * sizeof(u32)); in cudbg_get_entity_length()
388 ((IREG_NUM_ELEM + 1) * sizeof(u32)); in cudbg_get_entity_length()
400 (IREG_NUM_ELEM * sizeof(u32)); in cudbg_get_entity_length()
1675 n = n / (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1738 (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
1741 (IREG_NUM_ELEM * sizeof(u32)); in cudbg_collect_tp_indirect()
3093 ((IREG_NUM_ELEM + 1) * sizeof(u32)); in cudbg_collect_up_cim_indirect()
[all …]
H A Dcudbg_entity.h348 #define IREG_NUM_ELEM 4 macro