Lines Matching defs:trailer
414 /* multiple records may be present in a trailer */
420 ath10k_dbg_dump(ar, ATH10K_DBG_HTC, "htc rx bad trailer", "",
472 /* get flags to check for trailer */
475 u8 *trailer;
482 ath10k_warn(ar, "Invalid trailer length: %d\n",
487 trailer = (u8 *)hdr;
488 trailer += sizeof(*hdr);
489 trailer += payload_len;
490 trailer -= trailer_len;
491 status = ath10k_htc_process_trailer(htc, trailer,
501 /* zero length packet with trailer data, just drop these */