Lines Matching defs:dpaa2_fapr
186 struct dpaa2_fapr { struct
188 __le32 faf_lo;
189 __le16 faf_ext;
190 __le16 nxt_hdr;
192 __le64 faf_hi;
194 u8 last_ethertype_offset;
195 u8 vlan_tci_offset_n;
196 u8 vlan_tci_offset_1;
197 u8 llc_snap_offset;
198 u8 eth_offset;
199 u8 ip1_pid_offset;
200 u8 shim_offset_2;
201 u8 shim_offset_1;
226 #define DPAA2_FAPR_SIZE sizeof((struct dpaa2_fapr)) argument