Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c2515 void *virt_addr_lo = &dev_data->bus.pci_buf.virt_addr.lo; in ecore_bus_dump_pci_buf_range()
2517 u32 *pci_buf, line, i; in ecore_bus_dump_pci_buf_range() local
2522 for (line = start_line, pci_buf = pci_buf_start + start_line * PCI_BUF_LINE_SIZE_IN_DWORDS; in ecore_bus_dump_pci_buf_range()
2525 for (i = 0; i < PCI_BUF_LINE_SIZE_IN_DWORDS; i++, pci_buf++) in ecore_bus_dump_pci_buf_range()
2526 dump_buf[offset + s_pci_buf_line_ind[i]] = *pci_buf; in ecore_bus_dump_pci_buf_range()
2544 pci_buf_size_in_lines = dev_data->bus.pci_buf.size / PCI_BUF_LINE_SIZE_IN_BYTES; in ecore_bus_dump_pci_buf()
2551 next_wr_byte_offset = ecore_phys_addr_diff(&next_wr_phys_addr, &dev_data->bus.pci_buf.phys_addr); in ecore_bus_dump_pci_buf()
2552 …t_wr_byte_offset % PCI_BUF_LINE_SIZE_IN_BYTES) || next_wr_byte_offset > dev_data->bus.pci_buf.size) in ecore_bus_dump_pci_buf()
2595 u32 *pci_buf; in ecore_bus_free_pci_buf() local
2598 virt_addr_lo = &dev_data->bus.pci_buf.virt_addr.lo; in ecore_bus_free_pci_buf()
[all …]
H A Decore_hsi_debug_tools.h751 …struct dbg_bus_pci_buf_data pci_buf /* Debug Bus PCI buffer data. Valid only when the target is DB… member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_debug_tools.h751 …struct dbg_bus_pci_buf_data pci_buf /* Debug Bus PCI buffer data. Valid only when the target is DB… member