Searched refs:pktbuf_pp (Results 1 – 2 of 2) sorted by relevance
337 uint64_t pktbuf_pp; in hxge_rxbuf_pp_to_vp() local355 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()
704 uint64_t pktbuf_pp; in nxge_rxbuf_pp_to_vp() local722 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()