Home
last modified time | relevance | path

Searched refs:appid_len (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dfc.c3838 int appid_len = 0; in fc_appid_store() local
3852 appid_len = count - cgrpid_len - 1; in fc_appid_store()
3853 if (appid_len > FC_APPID_LEN) in fc_appid_store()
3857 memcpy(app_id, &buf[cgrpid_len+1], appid_len); in fc_appid_store()