Searched defs:ptid (Results 1 – 4 of 4) 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 368 u32 txgbe_decode_ptype(u8 ptid) in txgbe_decode_ptype() 378 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()
|
/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()
|