Lines Matching refs:type
55 enum opal_response_token type; member
764 tok->type = OPAL_DTA_TOKENID_SINT; in response_parse_tiny()
766 tok->type = OPAL_DTA_TOKENID_UINT; in response_parse_tiny()
781 tok->type = OPAL_DTA_TOKENID_BYTESTRING; in response_parse_short()
783 tok->type = OPAL_DTA_TOKENID_SINT; in response_parse_short()
788 tok->type = OPAL_DTA_TOKENID_UINT; in response_parse_short()
811 tok->type = OPAL_DTA_TOKENID_BYTESTRING; in response_parse_medium()
813 tok->type = OPAL_DTA_TOKENID_SINT; in response_parse_medium()
815 tok->type = OPAL_DTA_TOKENID_UINT; in response_parse_medium()
828 tok->type = OPAL_DTA_TOKENID_BYTESTRING; in response_parse_long()
830 tok->type = OPAL_DTA_TOKENID_SINT; in response_parse_long()
832 tok->type = OPAL_DTA_TOKENID_UINT; in response_parse_long()
842 tok->type = OPAL_DTA_TOKENID_TOKEN; in response_parse_token()
926 if (tok->type != OPAL_DTA_TOKENID_BYTESTRING) { in response_get_string()
960 if (tok->type != OPAL_DTA_TOKENID_UINT) { in response_get_u64()
961 pr_debug("Token is not unsigned int: %d\n", tok->type); in response_get_u64()
976 token->type != OPAL_DTA_TOKENID_TOKEN || in response_token_matches()