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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c87 static const u32 t5_pcie_pdbg_array[][IREG_NUM_ELEM] = { variable
339 n = sizeof(t5_pcie_pdbg_array) / (IREG_NUM_ELEM * sizeof(u32));
2018 n = sizeof(t5_pcie_pdbg_array) / (IREG_NUM_ELEM * sizeof(u32));
2030 pcie_pio->ireg_addr = t5_pcie_pdbg_array[i][0];
2031 pcie_pio->ireg_data = t5_pcie_pdbg_array[i][1];
2032 pcie_pio->ireg_local_offset = t5_pcie_pdbg_array[i][2];
2033 pcie_pio->ireg_offset_range = t5_pcie_pdbg_array[i][3];

Completed in 99 milliseconds