Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2291 uint32_t msgoff; in bge_ape_scratchpad_read() local
2311 msgoff = bufoff + 2 * sizeof(uint32_t); in bge_ape_scratchpad_read()
2347 uint32_t val = bge_ape_get32(bgep, msgoff + i); in bge_ape_scratchpad_read()
2363 uint32_t msgoff; in bge_ape_scratchpad_write() local
2383 msgoff = bufoff + 2 * sizeof(uint32_t); in bge_ape_scratchpad_write()
2402 apedata = msgoff; in bge_ape_scratchpad_write()