Searched refs:cq_cmd (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | stream.h | 522 int cq_cmd; /* ioctl command (from ioc_cmd) */ member 532 int cq_cmd; /* ioctl command (from ioc_cmd) */ member
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hw.c | 76 #define dapli_tavor_cq_doorbell(ia_uar, cq_cmd, cqn, cq_param) \ argument 78 ((uint64_t)cq_cmd << TAVOR_CQDB_CMD_SHIFT) | \ 87 dapli_tavor_cq_doorbell(dapls_hw_uar_t ia_uar, uint32_t cq_cmd, uint32_t cqn, in dapli_tavor_cq_doorbell() argument 93 doorbell = ((uint64_t)cq_cmd << TAVOR_CQDB_CMD_SHIFT) | in dapli_tavor_cq_doorbell()
|
H A D | dapl_arbel_hw.c | 107 dapli_arbel_cq_doorbell(dapls_hw_uar_t ia_uar, uint32_t cq_cmd, uint32_t cqn, in dapli_arbel_cq_doorbell() argument 113 doorbell = (cmd_sn << 4) | cq_cmd; in dapli_arbel_cq_doorbell()
|
H A D | dapl_hermon_hw.c | 107 dapli_hermon_cq_doorbell(dapls_hw_uar_t ia_uar, uint32_t cq_cmd, uint32_t cqn, in dapli_hermon_cq_doorbell() argument 113 doorbell = (cmd_sn | cq_cmd | cqn); in dapli_hermon_cq_doorbell()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | dedump.c | 166 "%lu\n", hdr, cq->cq_cmd, (void *)cq->cq_cr, cq->cq_id, cq->cq_flag, in dedump_copyreq()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cq.c | 46 static void tavor_cq_doorbell(tavor_state_t *state, uint32_t cq_cmd, 1246 tavor_cq_doorbell(tavor_state_t *state, uint32_t cq_cmd, uint32_t cqn, in tavor_cq_doorbell() argument 1252 doorbell = ((uint64_t)cq_cmd << TAVOR_CQDB_CMD_SHIFT) | in tavor_cq_doorbell()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 1195 hermon_cq_arm_doorbell(hermon_state_t *state, hermon_cqhdl_t cq, uint_t cq_cmd) in hermon_cq_arm_doorbell() argument 1216 if (cq_cmd == HERMON_CQDB_NOTIFY_CQ) { in hermon_cq_arm_doorbell() 1229 ASSERT(cq_cmd == HERMON_CQDB_NOTIFY_CQ_SOLICIT); in hermon_cq_arm_doorbell()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 950 info->sm_cmd = ((struct copyreq *)mp->b_rptr)->cq_cmd; in sm_getiocinfo()
|