Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_update.c141 uv.hdr_offset = 0; in hci1394_ixl_update()
948 uvp->hdr_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK; in hci1394_ixl_update_prep_set_tagsync()
960 uvp->hdr_offset = 0; in hci1394_ixl_update_prep_set_tagsync()
966 uvp->hdr_offset -= 1; in hci1394_ixl_update_prep_set_tagsync()
1329 uvp->hdr_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK - 1; in hci1394_ixl_update_prep_send_pkt()
1335 uvp->hci_offset = uvp->hdr_offset - 2 - uvp->ixloldp->compiler_resv; in hci1394_ixl_update_prep_send_pkt()
1481 uvp->hdr_offset = xferctlp->dma[0].dma_bound & DESC_Z_MASK - 1; in hci1394_ixl_update_prep_send_buf()
1677 xferctlp->dma[ii].dma_descp - uvp->hdr_offset; in hci1394_ixl_update_perform()
1859 uvp->hdr_offset; in hci1394_ixl_update_perform()
1905 xferctlp->dma[ii].dma_descp - uvp->hdr_offset; in hci1394_ixl_update_perform()
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h258 int hdr_offset; /* offset from xfer_ctl dma_descp to */ member
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_clts.c2094 unsigned char *hdr_offset; in clnt_clts_dispatch_notify() local
2101 hdr_offset = mp->b_rptr; in clnt_clts_dispatch_notify()
2152 if (mp->b_rptr != hdr_offset) in clnt_clts_dispatch_notify()
2153 mp->b_rptr = hdr_offset; in clnt_clts_dispatch_notify()
/titanic_50/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1150 unsigned hdr_offset, i; in myri10ge_load_firmware_from_zlib() local
1177 hdr_offset = htonl(*(uint32_t *)(void *)((char *)inflate_buffer + in myri10ge_load_firmware_from_zlib()
1179 hdr = (void *)((char *)inflate_buffer + hdr_offset); in myri10ge_load_firmware_from_zlib()
5818 uint32_t csr, hdr_offset; in myri10ge_attach() local
5908 hdr_offset = *(uint32_t *)(void*)(mgp->sram + MCP_HEADER_PTR_OFFSET); in myri10ge_attach()
5909 hdr_offset = ntohl(hdr_offset) & 0xffffc; in myri10ge_attach()
5910 ss_offset = hdr_offset + in myri10ge_attach()