t5_pm_tx_array    434 drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h static const u32 t5_pm_tx_array[][IREG_NUM_ELEM] = {
t5_pm_tx_array   1683 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	n = sizeof(t5_pm_tx_array) / (IREG_NUM_ELEM * sizeof(u32));
t5_pm_tx_array   1688 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		pm_pio->ireg_addr = t5_pm_tx_array[i][0];
t5_pm_tx_array   1689 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		pm_pio->ireg_data = t5_pm_tx_array[i][1];
t5_pm_tx_array   1690 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		pm_pio->ireg_local_offset = t5_pm_tx_array[i][2];
t5_pm_tx_array   1691 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		pm_pio->ireg_offset_range = t5_pm_tx_array[i][3];