Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c337 uint64_t pktbuf_pp; in hxge_rxbuf_pp_to_vp() local
355 pktbuf_pp = (uint64_t)(uint32_t)pkt_buf_addr_pp; in hxge_rxbuf_pp_to_vp()
357 pktbuf_pp = (uint64_t)pkt_buf_addr_pp; in hxge_rxbuf_pp_to_vp()
416 if ((pktbuf_pp >= dvma_addr) && in hxge_rxbuf_pp_to_vp()
417 (pktbuf_pp < (dvma_addr + chunk_size))) { in hxge_rxbuf_pp_to_vp()
424 if ((pktbuf_pp + bufsize) >= (dvma_addr + chunk_size)) in hxge_rxbuf_pp_to_vp()
465 if (pktbuf_pp >= dvma_addr) in hxge_rxbuf_pp_to_vp()
467 if (pktbuf_pp < (dvma_addr + chunk_size)) in hxge_rxbuf_pp_to_vp()
475 if ((pktbuf_pp + bufsize) < in hxge_rxbuf_pp_to_vp()
529 offset = pktbuf_pp - dvma_addr; /* offset within the chunk */ in hxge_rxbuf_pp_to_vp()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c704 uint64_t pktbuf_pp; in nxge_rxbuf_pp_to_vp() local
722 pktbuf_pp = (uint64_t)(uint32_t)pkt_buf_addr_pp; in nxge_rxbuf_pp_to_vp()
724 pktbuf_pp = (uint64_t)pkt_buf_addr_pp; in nxge_rxbuf_pp_to_vp()
791 if ((pktbuf_pp >= dvma_addr) && in nxge_rxbuf_pp_to_vp()
792 (pktbuf_pp < (dvma_addr + chunk_size))) { in nxge_rxbuf_pp_to_vp()
799 if ((pktbuf_pp + bufsize) >= (dvma_addr + chunk_size)) in nxge_rxbuf_pp_to_vp()
845 if (pktbuf_pp >= dvma_addr) in nxge_rxbuf_pp_to_vp()
847 if (pktbuf_pp < (dvma_addr + chunk_size)) in nxge_rxbuf_pp_to_vp()
855 if ((pktbuf_pp + bufsize) < in nxge_rxbuf_pp_to_vp()
920 offset = pktbuf_pp - dvma_addr; /* offset within the chunk */ in nxge_rxbuf_pp_to_vp()