Lines Matching refs:hdr_t
194 #define FW_COMN_HEARTBEAT_HDR_FLAG_GET(hdr_t) \
195 FW_COMN_HEARTBEAT_FLAG_GET(hdr_t.flags)
197 #define FW_COMN_HEARTBEAT_HDR_FLAG_SET(hdr_t, val) \
198 FW_COMN_HEARTBEAT_FLAG_SET(hdr_t, val)
615 * hdr_t Request or Response 'hdr_t' structure to extract the valid bit
618 #define FW_COMN_HDR_VALID_FLAG_GET(hdr_t) \
619 FW_COMN_VALID_FLAG_GET(hdr_t.hdr_flags)
624 * hdr_t Response 'hdr_t' structure to extract the CNVNR bit
635 * hdr_t Response 'hdr_t' structure to extract the CNV bit
646 * hdr_t Request or Response 'hdr_t' structure to set the valid bit
649 #define FW_COMN_HDR_VALID_FLAG_SET(hdr_t, val) \
650 FW_COMN_VALID_FLAG_SET(hdr_t, val)
656 * hdr_t Structure (request or response) to extract the
668 * hdr_t Structure (request or response) to extract the
679 * hdr_t Structure (request or response) containing the header
683 #define FW_COMN_VALID_FLAG_SET(hdr_t, val) \
684 FIELD_SET((hdr_t.hdr_flags), \