Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c2540 u32 next_wr_byte_offset, next_wr_line_offset; in ecore_bus_dump_pci_buf() local
2554 next_wr_line_offset = next_wr_byte_offset / PCI_BUF_LINE_SIZE_IN_BYTES; in ecore_bus_dump_pci_buf()
2558 …offset += ecore_bus_dump_pci_buf_range(p_hwfn, dump_buf + offset, dump, next_wr_line_offset, pci_b… in ecore_bus_dump_pci_buf()
2561 if (next_wr_line_offset) in ecore_bus_dump_pci_buf()
2562 …offset += ecore_bus_dump_pci_buf_range(p_hwfn, dump_buf + offset, dump, 0, next_wr_line_offset - 1… in ecore_bus_dump_pci_buf()