Searched refs:QLC_83XX_SET_FUNC_OPMODE (Results 1 – 2 of 2) sorted by relevance
53 data = (data & ~QLC_83XX_SET_FUNC_OPMODE(0x3, id)) | in qlcnic_83xx_set_vnic_opmode()54 QLC_83XX_SET_FUNC_OPMODE(QLCNIC_MGMT_FUNC, id); in qlcnic_83xx_set_vnic_opmode()
406 #define QLC_83XX_SET_FUNC_OPMODE(VAL, FN) ((VAL) << (FN * 2)) macro