Searched defs:ptid (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ptypes.c | 33 #define TPTE(ptid, l2, l3, l4, tun, el2, el3, el4) \ argument 217 u8 ptid; in txgbe_encode_ptype_fcoe() local 228 u8 ptid; in txgbe_encode_ptype_mac() local 258 u8 ptid; in txgbe_encode_ptype_ip() local 300 u8 ptid; in txgbe_encode_ptype_tunnel() local 384 u32 txgbe_decode_ptype(u8 ptid) in txgbe_decode_ptype() 394 u8 ptid = 0; in txgbe_encode_ptype() local
|
| H A D | txgbe_ptypes.h | 313 static inline int txgbe_etflt_id(u8 ptid) in txgbe_etflt_id()
|
| H A D | txgbe_rxtx.c | 698 uint8_t ptid = 0; in txgbe_parse_tun_ptid() local 1089 uint16_t ptid = TXGBE_RXD_PTID(pkt_info); in txgbe_rxd_pkt_info_to_pkt_type() local
|
| H A D | txgbe_rxtx.h | 332 uint64_t ptid:8; /**< Packet Type Identifier. */ member
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ptypes.c | 22 #define TPTE(ptid, l2, l3, l4, tun, el2, el3, el4) \ argument 123 u8 ptid; in ngbe_encode_ptype_mac() local 150 u8 ptid; in ngbe_encode_ptype_ip() local 192 u8 ptid; in ngbe_encode_ptype_tunnel() local 277 u32 ngbe_decode_ptype(u8 ptid) in ngbe_decode_ptype() 287 u8 ptid = 0; in ngbe_encode_ptype() local
|
| H A D | ngbe_ptypes.h | 187 static inline int ngbe_etflt_id(u8 ptid) in ngbe_etflt_id()
|
| H A D | ngbe_rxtx.h | 294 uint64_t ptid:8; /**< Packet Type Identifier. */ member
|
| H A D | ngbe_rxtx.c | 907 uint16_t ptid = NGBE_RXD_PTID(pkt_info); in ngbe_rxd_pkt_info_to_pkt_type() local
|