Searched refs:CIM_MALA_SIZE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.h | 65 CIM_MALA_SIZE = 64, /* # of 160-bit words in CIM MA LA */ enumerator
|
H A D | cxgb4_debugfs.c | 286 } else if (idx < CIM_MALA_SIZE) { in cim_ma_la_show() 290 if (idx == CIM_MALA_SIZE) in cim_ma_la_show() 308 p = seq_open_tab(file, 2 * CIM_MALA_SIZE, 5 * sizeof(u32), 1, in cim_ma_la_open() 314 (u32 *)p->data + 5 * CIM_MALA_SIZE); in cim_ma_la_open()
|
H A D | cudbg_lib.c | 214 len = 2 * CIM_MALA_SIZE * 5 * sizeof(u32); in cudbg_get_entity_length() 922 size = 2 * CIM_MALA_SIZE * 5 * sizeof(u32); in cudbg_collect_cim_ma_la() 930 5 * CIM_MALA_SIZE)); in cudbg_collect_cim_ma_la()
|
H A D | t4_hw.c | 3939 for (i = 0; i < CIM_MALA_SIZE; i++) { in t4_cim_read_ma_la()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.h | 65 CIM_MALA_SIZE = 64, /* # of 160-bit words in CIM MA LA */ enumerator
|
H A D | cxgb4_debugfs.c | 286 } else if (idx < CIM_MALA_SIZE) { in cim_ma_la_show() 290 if (idx == CIM_MALA_SIZE) in cim_ma_la_show() 308 p = seq_open_tab(file, 2 * CIM_MALA_SIZE, 5 * sizeof(u32), 1, in cim_ma_la_open() 314 (u32 *)p->data + 5 * CIM_MALA_SIZE); in cim_ma_la_open()
|
H A D | cudbg_lib.c | 214 len = 2 * CIM_MALA_SIZE * 5 * sizeof(u32); in cudbg_get_entity_length() 922 size = 2 * CIM_MALA_SIZE * 5 * sizeof(u32); in cudbg_collect_cim_ma_la() 930 5 * CIM_MALA_SIZE)); in cudbg_collect_cim_ma_la()
|
H A D | t4_hw.c | 3909 for (i = 0; i < CIM_MALA_SIZE; i++) { in t4_cim_read_ma_la()
|
Completed in 42 milliseconds