HomeSort by relevance Sort by last modified time
    Searched defs:cq (Results 1 - 17 of 17) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
ib_mi.h 92 struct ib_completion_queue *cq; member in struct:ib_mad_interface
infiniband.h 100 struct ib_completion_queue *cq; member in struct:ib_work_queue
235 * @v cq Completion queue
239 struct ib_completion_queue *cq );
243 * @v cq Completion queue
246 struct ib_completion_queue *cq );
305 * @v cq Completion queue
311 struct ib_completion_queue *cq );
439 struct ib_completion_queue *cq );
441 struct ib_completion_queue *cq );
454 extern struct ib_work_queue * ib_find_wq ( struct ib_completion_queue *cq,
    [all...]
  /external/syslinux/gpxe/src/net/infiniband/
ib_cmrc.c 77 struct ib_completion_queue *cq; member in struct:ib_cmrc_connection
119 ib_destroy_cq ( cmrc->ibdev, cmrc->cq );
401 cmrc->cq = ib_create_cq ( ibdev, IB_CMRC_NUM_CQES,
403 if ( ! cmrc->cq ) {
412 cmrc->cq, IB_CMRC_NUM_RECV_WQES, cmrc->cq );
429 ib_destroy_cq ( ibdev, cmrc->cq );
  /external/syslinux/gpxe/src/net/
infiniband.c 75 * @ret cq New completion queue
80 struct ib_completion_queue *cq; local
86 cq = zalloc ( sizeof ( *cq ) );
87 if ( ! cq )
89 cq->ibdev = ibdev;
90 list_add ( &cq->list, &ibdev->cqs );
91 cq->num_cqes = num_cqes;
92 INIT_LIST_HEAD ( &cq->work_queues );
93 cq->op = op
815 struct ib_completion_queue *cq; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
ipoib.c 57 struct ib_completion_queue *cq; member in struct:ipoib_device
618 ipoib->cq = ib_create_cq ( ibdev, IPOIB_NUM_CQES, &ipoib_cq_op );
619 if ( ! ipoib->cq ) {
628 IPOIB_NUM_SEND_WQES, ipoib->cq,
629 IPOIB_NUM_RECV_WQES, ipoib->cq );
651 ib_destroy_cq ( ibdev, ipoib->cq );
676 ib_destroy_cq ( ibdev, ipoib->cq );
mtnic.c 177 u32 size, u16 stride, u16 cq, u8 is_rx)
187 ring->cq = cq; /* CQ number associated with this ring */
247 /* Map Tx+CQ doorbells */
265 * mtnic alloc CQ
267 * Alloc and configure CQ.
271 mtnic_alloc_cq(struct net_device *dev, int num, struct mtnic_cq *cq,
277 cq->num = num;
278 cq->dev = dev
1316 struct mtnic_cq *cq; local
1491 struct mtnic_cq *cq; local
    [all...]
mtnic.h 170 MTNIC_IF_CAP_TX_CQ_DB_OFFSET = 0x13, /* offset in bytes for TX, CQ doorbell record */
262 u16 cq; /* index of port CQ associated with this ring */ member in struct:mtnic_ring
283 * CQ
314 int num; /* CQ number (on attached port) */
315 u32 size; /* number of CQEs in CQ */
322 u16 ring; /* ring associated with this CQ */
440 struct mtnic_cq cq[NUM_CQS]; member in struct:mtnic_port
519 u8 log_cq_p1; /* log2 cq for port1 */
527 u8 log_cq_p2; /* log2 cq for port1 *
592 u8 cq; member in struct:mtnic_if_config_cq_in_mbox
619 u8 cq; \/* CQ associated with this ring *\/ member in struct:mtnic_if_config_rx_ring_in_mbox
653 u16 cq; \/* CQ associated with this ring *\/ member in struct:mtnic_if_config_send_ring_in_mbox
    [all...]
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_memory_manager.cc 369 ibv_cq* cq; local
371 if (!ibv_get_cq_event(id->recv_cq_channel, &cq, &context)) {
  /external/fio/engines/
rdma.c 169 struct ibv_cq *cq; member in struct:rdmaio_data
267 while ((ret = ibv_poll_cq(rd->cq, 1, &wc)) == 1) {
272 log_err("fio: cq completion status %d(%s)\n",
383 log_err("fio: Failed to get cq event!\n");
386 if (ev_cq != rd->cq) {
387 log_err("fio: Unknown CQ!\n");
390 if (ibv_req_notify_cq(rd->cq, 0) != 0) {
399 ibv_ack_cq_events(rd->cq, ret);
435 rd->cq = ibv_create_cq(rd->child_cm_id->verbs,
438 rd->cq = ibv_create_cq(rd->cm_id->verbs
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 59 UChar c, cs, cq; local
86 if((cq=*q)==0) {
96 if(c!=cq) {
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter.java 138 int cq = 0; local
151 cq += 1;
153 + (cq % 2 == 0 ? "even" : "odd") + "\">" + "<td");
176 buff.append("<tr class=\"" + style + (cq % 2 == 0 ? "odd" : "even")
194 cq += 1;
195 m_out.print("<tr class=\"" + style + (cq % 2 == 0 ? "even" : "odd")
443 private void titleRow(String label, int cq) {
444 titleRow(label, cq, null);
447 private void titleRow(String label, int cq, String id) {
452 m_out.println( "><th colspan=\"" + cq + "\">" + label + "</th></tr>")
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 411 const int *cq = static_cast<const int*>(p); member in namespace:dr137
  /prebuilts/tools/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/
crittercism-android-agent-5.6.4.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 276 milliseconds