Home
last modified time | relevance | path

Searched refs:old_cmd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c986 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in dapli_arbel_cq_notify() local
998 old_cmd = tmp & 0x7; in dapli_arbel_cq_notify()
1002 if (old_cmd != ARBEL_CQDB_NOTIFY_CQ) { in dapli_arbel_cq_notify()
1012 if (old_cmd != ARBEL_CQDB_NOTIFY_CQ && in dapli_arbel_cq_notify()
1013 old_cmd != ARBEL_CQDB_NOTIFY_CQ_SOLICIT) { in dapli_arbel_cq_notify()
H A Ddapl_hermon_hw.c992 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in dapli_hermon_cq_notify() local
1003 old_cmd = tmp & (0x7 << 24); in dapli_hermon_cq_notify()
1007 if (old_cmd != HERMON_CQDB_NOTIFY_CQ) { in dapli_hermon_cq_notify()
1018 if (old_cmd != HERMON_CQDB_NOTIFY_CQ && in dapli_hermon_cq_notify()
1019 old_cmd != HERMON_CQDB_NOTIFY_CQ_SOLICIT) { in dapli_hermon_cq_notify()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1199 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in hermon_cq_arm_doorbell() local
1214 old_cmd = tmp & (0x7 << HERMON_CQDB_CMD_SHIFT); in hermon_cq_arm_doorbell()
1217 if (old_cmd != HERMON_CQDB_NOTIFY_CQ) { in hermon_cq_arm_doorbell()
1230 if (old_cmd != HERMON_CQDB_NOTIFY_CQ && in hermon_cq_arm_doorbell()
1231 old_cmd != HERMON_CQDB_NOTIFY_CQ_SOLICIT) { in hermon_cq_arm_doorbell()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c596 fs_edit_DFStab_ent(char *old_cmd, char *new_cmd, int *err) in fs_edit_DFStab_ent() argument
601 dfstab_line_to_dfstab_entry(old_cmd, err)) == NULL) { in fs_edit_DFStab_ent()