Lines Matching refs:hdr_flags
381 uint8_t hdr_flags;
502 uint8_t hdr_flags;
565 * within the hdr_flags field of LW0 (service response only) */
570 * within the hdr_flags field of LW0 (service response only) */
616 * from the 'hdr_flags' field.
619 FW_COMN_VALID_FLAG_GET(hdr_t.hdr_flags)
625 * from the 'hdr_flags' field.
627 #define FW_COMN_HDR_CNVNR_FLAG_GET(hdr_flags) \
628 FIELD_GET(hdr_flags, \
636 * from the 'hdr_flags' field.
638 #define FW_COMN_HDR_CNV_FLAG_GET(hdr_flags) \
639 FIELD_GET(hdr_flags, \
657 * valid bit from the 'hdr_flags' field.
659 #define FW_COMN_VALID_FLAG_GET(hdr_flags) \
660 FIELD_GET(hdr_flags, \
669 * remaining bits from the 'hdr_flags' field (excluding the
672 #define FW_COMN_HDR_RESRVD_FLD_GET(hdr_flags) \
673 (hdr_flags & FW_COMN_HDR_RESRVD_FLD_MASK)
684 FIELD_SET((hdr_t.hdr_flags), \