Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c1709 IS_PROFILE_SUPER_NIC(sc) ? (version = OCE_MBX_VER_V2) in oce_mbox_create_wq()
1712 version = OCE_MBX_VER_V2; in oce_mbox_create_wq()
1745 if (version == OCE_MBX_VER_V2) in oce_mbox_create_wq()
1815 version = OCE_MBX_VER_V2; in oce_mbox_cq_create()
1831 if (version == OCE_MBX_VER_V2) { in oce_mbox_cq_create()
2291 OCE_MBX_VER_V2); in oce_mbox_create_rq_v2()
H A Doce_hw.h967 #define OCE_MBX_VER_V2 0x0002 /* Version V2 mailbox command */ macro