Lines Matching defs:dpaa2_fapr
213 struct dpaa2_fapr { struct
215 __le32 faf_lo;
216 __le16 faf_ext;
217 __le16 nxt_hdr;
219 __le64 faf_hi;
221 u8 last_ethertype_offset;
222 u8 vlan_tci_offset_n;
223 u8 vlan_tci_offset_1;
224 u8 llc_snap_offset;
225 u8 eth_offset;
226 u8 ip1_pid_offset;
227 u8 shim_offset_2;
228 u8 shim_offset_1;
253 #define DPAA2_FAPR_SIZE sizeof((struct dpaa2_fapr)) argument