Searched defs:cmd_sn (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c108 uint32_t cmd_sn, uint32_t cq_param)
113 doorbell = (cmd_sn << 4) | cq_cmd;
969 * specific behavior of the kernel driver. The cmd_sn field of the
971 * event for the cq is received. This code extracts the cmd_sn field
986 uint32_t old_cmd, cmp, new, tmp, cmd_sn; local
999 cmd_sn = (tmp & 0x18) >> 3;
1009 cmd_sn, cq->cq_consindx);
1021 cmd_sn, cq->cq_consindx);
107 dapli_arbel_cq_doorbell(dapls_hw_uar_t ia_uar, uint32_t cq_cmd, uint32_t cqn, uint32_t cmd_sn, uint32_t cq_param) argument
H A Ddapl_hermon_hw.c108 uint32_t cmd_sn, uint32_t cq_param)
113 doorbell = (cmd_sn | cq_cmd | cqn);
975 * specific behavior of the kernel driver. The cmd_sn field of the
977 * event for the cq is received. This code extracts the cmd_sn field
992 uint32_t old_cmd, cmp, new, tmp, cmd_sn; local
1004 cmd_sn = tmp & (0x3 << 28);
1008 new = HTOBE_32(cmd_sn | HERMON_CQDB_NOTIFY_CQ |
1015 cmd_sn, cq->cq_consindx);
1020 new = HTOBE_32(cmd_sn | HERMON_CQDB_NOTIFY_CQ_SOLICIT |
1027 cmd_sn, c
107 dapli_hermon_cq_doorbell(dapls_hw_uar_t ia_uar, uint32_t cq_cmd, uint32_t cqn, uint32_t cmd_sn, uint32_t cq_param) argument
[all...]

Completed in 20 milliseconds