Lines Matching defs:trailer
234 /* multiple records may be present in a trailer */
323 /* get flags to check for trailer */
331 u8 *trailer;
338 ath11k_warn(ab, "Invalid trailer length: %d\n",
343 trailer = (u8 *)hdr;
344 trailer += sizeof(*hdr);
345 trailer += payload_len;
346 trailer -= trailer_len;
347 status = ath11k_htc_process_trailer(htc, trailer,
356 /* zero length packet with trailer data, just drop these */