Searched refs:old_cmd (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_arbel_hw.c | 986 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 D | dapl_hermon_hw.c | 992 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()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 1199 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()
|
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | fs_dfstab.c | 598 fs_edit_DFStab_ent(char *old_cmd, char *new_cmd, int *err) in fs_edit_DFStab_ent() argument 603 dfstab_line_to_dfstab_entry(old_cmd, err)) == NULL) { in fs_edit_DFStab_ent()
|