Lines Matching refs:__packet
448 _NETIO_PKT_HANDLE_BASE(p->__packet)
566 __netio_pkt_handle_t __packet;
578 #define __NETIO_PKT_IPP_HANDLE(pkt) ((pkt)->__packet.bits.__ipp_handle)
579 #define __NETIO_PKT_QUEUE(pkt) ((pkt)->__packet.bits.__queue)
581 #define __NETIO_PKT_IPP_HANDLE_M(mda, pkt) ((pkt)->__packet.bits.__ipp_handle)
582 #define __NETIO_PKT_MINIMAL(pkt) ((pkt)->__packet.bits.__minimal)
583 #define __NETIO_PKT_QUEUE_M(mda, pkt) ((pkt)->__packet.bits.__queue)
619 netio_assert(!pkt->__packet.bits.__minimal); in NETIO_PKT_METADATA()
640 netio_assert(pkt->__packet.bits.__minimal); in NETIO_PKT_MINIMAL_METADATA()
661 return pkt->__packet.bits.__minimal; in NETIO_PKT_IS_MINIMAL()
675 h.word = pkt->__packet.word; in NETIO_PKT_HANDLE()
1273 netio_assert(!pkt->__packet.bits.__minimal); in NETIO_PKT_STATUS()
1910 return (pkt->__packet.bits.__offset << 6) + in NETIO_PKT_PREPEND_AVAIL_M()
1927 return (pkt->__packet.bits.__offset << 6) + mmd->l2_offset; in NETIO_PKT_PREPEND_AVAIL_MM()
2740 v->handle.word = pkt->__packet.word; in netio_pkt_vector_set()