Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c114 struct tpacket2_hdr *ppd; in eth_af_packet_rx() local
134 if ((ppd->tp_status & TP_STATUS_USER) == 0) in eth_af_packet_rx()
144 pbuf = (uint8_t *) ppd + ppd->tp_mac; in eth_af_packet_rx()
148 if (ppd->tp_status & TP_STATUS_VLAN_VALID) { in eth_af_packet_rx()
149 mbuf->vlan_tci = ppd->tp_vlan_tci; in eth_af_packet_rx()
154 ppd->tp_status = TP_STATUS_KERNEL; in eth_af_packet_rx()
176 struct tpacket2_hdr *ppd; in eth_af_packet_tx() local
220 pbuf = (uint8_t *) ppd + TPACKET2_HDRLEN - in eth_af_packet_tx()
231 ppd->tp_len = mbuf->pkt_len; in eth_af_packet_tx()
232 ppd->tp_snaplen = mbuf->pkt_len; in eth_af_packet_tx()
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfm-defs.h1749 uint64_t ppd : 1; /**< DLL Control for precharge powerdown member
1929 uint64_t ppd : 1;
H A Dcvmx-lmcx-defs.h5671 uint64_t ppd : 1; /**< DLL Control for precharge powerdown member
5848 uint64_t ppd : 1;