Home
last modified time | relevance | path

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

/NextBSD/sys/dev/oce/
HDoce_mbox.c794 version = OCE_MBX_VER_V1; in oce_config_nic_rss()
937 IS_BE2(sc) ? (version = OCE_MBX_VER_V0) : (version = OCE_MBX_VER_V1); in oce_get_link_status()
1044 OCE_MBX_VER_V1); in oce_mbox_get_nic_stats()
1694 fwcmd->hdr.u0.req.version = OCE_MBX_VER_V1; in oce_mbox_create_rq()
1737 version = OCE_MBX_VER_V1; in oce_mbox_create_wq()
2053 version = OCE_MBX_VER_V1; in oce_get_profile_config()
2155 version = OCE_MBX_VER_V1; in oce_get_func_config()
HDoce_queue.c690 IS_XE201(sc) ? (version = OCE_MBX_VER_V1) : (version = OCE_MBX_VER_V0); in oce_mq_create()
HDoce_hw.h960 #define OCE_MBX_VER_V1 0x0001 /* Version V1 mailbox command */ macro