Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic.h43 #define QLCNIC_VERSION_CODE(a, b, c) (((a) << 24) + ((b) << 16) + (c)) macro
54 QLCNIC_VERSION_CODE(((v) & 0xff), (((v) >> 8) & 0xff), ((v) >> 16))
56 #define QLCNIC_MIN_FW_VERSION QLCNIC_VERSION_CODE(4, 4, 2)
Dqlcnic_main.c638 adapter->fw_version = QLCNIC_VERSION_CODE(fw_major, fw_minor, fw_build); in qlcnic_check_options()