Searched refs:OCE_MBX_VER_V1 (Results 1 – 3 of 3) sorted by relevance
824 version = OCE_MBX_VER_V1; in oce_config_nic_rss()971 IS_BE2(sc) ? (version = OCE_MBX_VER_V0) : (version = OCE_MBX_VER_V1); in oce_get_link_status()1666 fwcmd->hdr.u0.req.version = OCE_MBX_VER_V1; in oce_mbox_create_rq()1707 version = OCE_MBX_VER_V1; in oce_mbox_create_wq()2016 version = OCE_MBX_VER_V1; in oce_get_profile_config()2117 version = OCE_MBX_VER_V1; in oce_get_func_config()
661 IS_XE201(sc) ? (version = OCE_MBX_VER_V1) : (version = OCE_MBX_VER_V0); in oce_mq_create()
968 #define OCE_MBX_VER_V1 0x0001 /* Version V1 mailbox command */ macro