Searched refs:HERMON_CQDB_NOTIFY_CQ (Results 1 – 3 of 3) sorted by relevance
37 #define HERMON_CQDB_NOTIFY_CQ (0x2 << 24) macro1007 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()
850 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()
4219 #define HERMON_CQDB_NOTIFY_CQ 0x02 macro