Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2325 uint32_t msgoff; in bge_ape_scratchpad_read() local
2345 msgoff = bufoff + 2 * sizeof(uint32_t); in bge_ape_scratchpad_read()
2381 uint32_t val = bge_ape_get32(bgep, msgoff + i); in bge_ape_scratchpad_read()
2397 uint32_t msgoff; in bge_ape_scratchpad_write() local
2417 msgoff = bufoff + 2 * sizeof(uint32_t); in bge_ape_scratchpad_write()
2436 apedata = msgoff; in bge_ape_scratchpad_write()