Home
last modified time | relevance | path

Searched refs:response_token_matches (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dsed-opal.c1137 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) in response_token_matches() function
1151 if (response_token_matches(tok, OPAL_ENDOFSESSION)) in response_status()
1158 if (!response_token_matches(tok, OPAL_STARTLIST)) in response_status()
1162 if (!response_token_matches(tok, OPAL_ENDLIST)) in response_status()
1581 if (!response_token_matches(tok, OPAL_STARTNAME)) { in response_get_column()
1601 if (!response_token_matches(tok, OPAL_ENDNAME)) { in response_get_column()
/kernel/linux/linux-5.10/block/
H A Dsed-opal.c973 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) in response_token_matches() function
987 if (response_token_matches(tok, OPAL_ENDOFSESSION)) in response_status()
994 if (!response_token_matches(tok, OPAL_STARTLIST)) in response_status()
998 if (!response_token_matches(tok, OPAL_ENDLIST)) in response_status()

Completed in 8 milliseconds