Home
last modified time | relevance | path

Searched refs:next_wr_byte_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
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 …if ((next_wr_byte_offset % PCI_BUF_LINE_SIZE_IN_BYTES) || next_wr_byte_offset > dev_data->bus.pci_… in ecore_bus_dump_pci_buf()
2554 next_wr_line_offset = next_wr_byte_offset / PCI_BUF_LINE_SIZE_IN_BYTES; in ecore_bus_dump_pci_buf()