Lines Matching defs:dpaa2_fapr
193 struct dpaa2_fapr { struct
195 __le32 faf_lo;
196 __le16 faf_ext;
197 __le16 nxt_hdr;
199 __le64 faf_hi;
201 u8 last_ethertype_offset;
202 u8 vlan_tci_offset_n;
203 u8 vlan_tci_offset_1;
204 u8 llc_snap_offset;
205 u8 eth_offset;
206 u8 ip1_pid_offset;
207 u8 shim_offset_2;
208 u8 shim_offset_1;
233 #define DPAA2_FAPR_SIZE sizeof((struct dpaa2_fapr)) argument