Lines Matching defs:trailer
226 /* multiple records may be present in a trailer */
273 /* get flags to check for trailer */
278 u8 *trailer;
285 ath11k_warn(ab, "Invalid trailer length: %d\n",
290 trailer = (u8 *)hdr;
291 trailer += sizeof(*hdr);
292 trailer += payload_len;
293 trailer -= trailer_len;
294 status = ath11k_htc_process_trailer(htc, trailer,
303 /* zero length packet with trailer data, just drop these */