Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c1603 uint32_t sram_dst; in mbox_write() local
1690 f, sram_dst); in mbox_write()
1702 sram_dst = (uint32_t)(sram_dst + frag_header_size); in mbox_write()
1707 sram_dst = mbox_offset; in mbox_write()
1717 sram_dst = (uint32_t)mbox_offset; in mbox_write()
1741 f, sram_dst, bytes_remaining); in mbox_write()
1752 sram_dst = (uint32_t)(sram_dst + bytes_written); in mbox_write()
1757 sram_dst = mbox_offset; in mbox_write()
1766 f, sram_dst, bytes_remaining); in mbox_write()
1786 if (sram_dst >= mbox_len) { in mbox_write()
[all …]