Searched refs:t5_pm_tx_array (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c103 static const u32 t5_pm_tx_array[][IREG_NUM_ELEM] = { variable
2100 n = sizeof(t5_pm_tx_array) / (IREG_NUM_ELEM * sizeof(u32));
2105 pm_pio->ireg_addr = t5_pm_tx_array[i][0];
2106 pm_pio->ireg_data = t5_pm_tx_array[i][1];
2107 pm_pio->ireg_local_offset = t5_pm_tx_array[i][2];
2108 pm_pio->ireg_offset_range = t5_pm_tx_array[i][3];

Completed in 124 milliseconds