Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h62 CIM_MALA_SIZE = 64, /* # of 160-bit words in CIM MA LA */ enumerator
Dcxgb4_debugfs.c282 } else if (idx < CIM_MALA_SIZE) { in cim_ma_la_show()
286 if (idx == CIM_MALA_SIZE) in cim_ma_la_show()
304 p = seq_open_tab(file, 2 * CIM_MALA_SIZE, 5 * sizeof(u32), 1, in cim_ma_la_open()
310 (u32 *)p->data + 5 * CIM_MALA_SIZE); in cim_ma_la_open()
Dt4_hw.c3533 for (i = 0; i < CIM_MALA_SIZE; i++) { in t4_cim_read_ma_la()