Searched refs:offsetb (Results 1 – 1 of 1) sorted by relevance
3104 longlong_t offsetb; in get_fw_offsetb() local3108 offsetb = strtoll(str, &valend, 0); in get_fw_offsetb()3109 if (errno != 0 || *valend != '\0' || offsetb < 0 || in get_fw_offsetb()3110 offsetb > NVME_FW_OFFSETB_MAX) in get_fw_offsetb()3114 if ((offsetb & NVME_DWORD_MASK) != 0) in get_fw_offsetb()3117 return ((uint64_t)offsetb); in get_fw_offsetb()