Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c37 #define HERMON_CQDB_NOTIFY_CQ (0x2 << 24) macro
1007 if (old_cmd != HERMON_CQDB_NOTIFY_CQ) { in dapli_hermon_cq_notify()
1008 new = HTOBE_32(cmd_sn | HERMON_CQDB_NOTIFY_CQ | in dapli_hermon_cq_notify()
1014 HERMON_CQDB_NOTIFY_CQ, cqnum, in dapli_hermon_cq_notify()
1018 if (old_cmd != HERMON_CQDB_NOTIFY_CQ && in dapli_hermon_cq_notify()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c850 cmd = HERMON_CQDB_NOTIFY_CQ; in hermon_cq_notify()
1216 if (cq_cmd == HERMON_CQDB_NOTIFY_CQ) { in hermon_cq_arm_doorbell()
1217 if (old_cmd != HERMON_CQDB_NOTIFY_CQ) { in hermon_cq_arm_doorbell()
1218 cmd_sn |= (HERMON_CQDB_NOTIFY_CQ << in hermon_cq_arm_doorbell()
1230 if (old_cmd != HERMON_CQDB_NOTIFY_CQ && in hermon_cq_arm_doorbell()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h4219 #define HERMON_CQDB_NOTIFY_CQ 0x02 macro