Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\sed-opal.c Create Date:2022-07-28 18:10:33
Last Modify:2020-03-17 23:36:33 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:response_parse_tiny

Proto:static ssize_t response_parse_tiny(struct opal_resp_tok *tok, const u8 *pos)

Type:ssize_t

Parameter:

TypeParameterName
struct opal_resp_tok *tok
const u8 *pos
759  pos = pos
760  len = 1
761  width = OPAL_WIDTH_TINY
763  If pos[0] & TINY_ATOM_SIGNED Then
764  type = OPAL_DTA_TOKENID_SINT
765  Else
766  type = OPAL_DTA_TOKENID_UINT
767  u = pos[0] & 0x3f
770  Return len
Caller
NameDescribe
response_parse