Home
last modified time | relevance | path

Searched refs:cq_cmd (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstream.h522 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 Ddapl_tavor_hw.c76 #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 Ddapl_arbel_hw.c107 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 Ddapl_hermon_hw.c107 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 Ddedump.c166 "%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 Dtavor_cq.c46 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 Dhermon_cq.c1195 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 Dttymux.c950 info->sm_cmd = ((struct copyreq *)mp->b_rptr)->cq_cmd; in sm_getiocinfo()