Home
last modified time | relevance | path

Searched refs:cq (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/syslinux/gpxe/src/drivers/net/
Dmtnic.c177 u32 size, u16 stride, u16 cq, u8 is_rx) in mtnic_alloc_ring() argument
187 ring->cq = cq; /* CQ number associated with this ring */ in mtnic_alloc_ring()
271 mtnic_alloc_cq(struct net_device *dev, int num, struct mtnic_cq *cq, in mtnic_alloc_cq() argument
277 cq->num = num; in mtnic_alloc_cq()
278 cq->dev = dev; in mtnic_alloc_cq()
279 cq->size = size; in mtnic_alloc_cq()
280 cq->last = 0; in mtnic_alloc_cq()
281 cq->is_rx = is_rx; in mtnic_alloc_cq()
282 cq->offset_ind = offset_ind; in mtnic_alloc_cq()
286 (void *)&cq->db, &cq->db_dma, 32); in mtnic_alloc_cq()
[all …]
/external/syslinux/gpxe/src/net/
Dinfiniband.c80 struct ib_completion_queue *cq; in ib_create_cq() local
86 cq = zalloc ( sizeof ( *cq ) ); in ib_create_cq()
87 if ( ! cq ) in ib_create_cq()
89 cq->ibdev = ibdev; in ib_create_cq()
90 list_add ( &cq->list, &ibdev->cqs ); in ib_create_cq()
91 cq->num_cqes = num_cqes; in ib_create_cq()
92 INIT_LIST_HEAD ( &cq->work_queues ); in ib_create_cq()
93 cq->op = op; in ib_create_cq()
96 if ( ( rc = ibdev->op->create_cq ( ibdev, cq ) ) != 0 ) { in ib_create_cq()
103 "with CQN %#lx\n", ibdev, num_cqes, cq, in ib_create_cq()
[all …]
/external/autotest/
DCOMMIT-QUEUE.ini11 pre-cq-configs: betty-pre-cq moblab-generic-vm-pre-cq
14 # Allow union of pre-cq configs from subdirectory
15 union-pre-cq-sub-configs: yes
16 # Some sub-configs enalbe submit-in-pre-cq, but we do not want that option to be
18 submit-in-pre-cq: no key
DCOMMIT-QUEUE-moblab-pre-cq-only.ini10 pre-cq-configs: moblab-generic-vm-pre-cq
11 submit-in-pre-cq: yes key
/external/syslinux/gpxe/src/include/gpxe/
Dinfiniband.h100 struct ib_completion_queue *cq; member
239 struct ib_completion_queue *cq );
246 struct ib_completion_queue *cq );
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,
600 ib_cq_set_drvdata ( struct ib_completion_queue *cq, void *priv ) { in ib_cq_set_drvdata() argument
601 cq->drv_priv = priv; in ib_cq_set_drvdata()
611 ib_cq_get_drvdata ( struct ib_completion_queue *cq ) { in ib_cq_get_drvdata() argument
[all …]
/external/llvm/test/MC/Sparc/
Dsparc-coproc.s66 ! CHECK: std %cq, [%o3] ! encoding: [0xc1,0xb2,0xc0,0x00]
67 ! CHECK: std %cq, [%o3+-93] ! encoding: [0xc1,0xb2,0xff,0xa3]
68 ! CHECK: std %cq, [%o3+%l5] ! encoding: [0xc1,0xb2,0xc0,0x15]
69 std %cq, [%o3]
70 std %cq, [%o3-93]
71 std %cq, [%o3+%l5]
/external/tpm2/
DCOMMIT-QUEUE.ini11 # pre-cq.
12 submit-in-pre-cq: yes key
16 pre-cq-configs: binhost-pre-cq
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_call.h197 ::grpc::ServerCompletionQueue* cq, in EnqueueRequest() argument
209 &call->responder_, cq, cq, in EnqueueRequest()
219 GrpcService* grpc_service, ::grpc::ServerCompletionQueue* cq, in EnqueueRequestForMethod() argument
230 &call->responder_, cq, cq, in EnqueueRequestForMethod()
Dgrpc_state.h37 RPCState(::grpc::GenericStub* stub, ::grpc::CompletionQueue* cq, in RPCState() argument
40 : RPCState(stub, cq, method, request, response, std::move(done), in RPCState()
44 RPCState(::grpc::GenericStub* stub, ::grpc::CompletionQueue* cq, in RPCState() argument
61 std::move(stub->PrepareUnaryCall(&context_, method, request_buf_, cq)); in RPCState()
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h40 …ontext* context, const flatbuffers::grpc::Message<Monster>& request, ::grpc::CompletionQueue* cq) { in AsyncStore() argument
41 …ncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>>(AsyncStoreRaw(context, request, cq)); in AsyncStore()
46 …context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::CompletionQueue* cq, void* tag) { in AsyncRetrieve() argument
47 …eaderInterface< flatbuffers::grpc::Message<Monster>>>(AsyncRetrieveRaw(context, request, cq, tag)); in AsyncRetrieve()
50 …ext* context, const flatbuffers::grpc::Message<Monster>& request, ::grpc::CompletionQueue* cq) = 0;
52 …text, const flatbuffers::grpc::Message<Stat>& request, ::grpc::CompletionQueue* cq, void* tag) = 0;
58 …ontext* context, const flatbuffers::grpc::Message<Monster>& request, ::grpc::CompletionQueue* cq) { in AsyncStore() argument
59 …ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>>(AsyncStoreRaw(context, request, cq)); in AsyncStore()
64 …context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::CompletionQueue* cq, void* tag) { in AsyncRetrieve() argument
65 …entAsyncReader< flatbuffers::grpc::Message<Monster>>>(AsyncRetrieveRaw(context, request, cq, tag)); in AsyncRetrieve()
[all …]
Dmonster_test.grpc.fb.cc38 …ontext* context, const flatbuffers::grpc::Message<Monster>& request, ::grpc::CompletionQueue* cq) { in AsyncStoreRaw() argument
39 …cResponseReader< flatbuffers::grpc::Message<Stat>>::Create(channel_.get(), cq, rpcmethod_Store_, c… in AsyncStoreRaw()
46 …context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::CompletionQueue* cq, void* tag) { in AsyncRetrieveRaw() argument
47 …return ::grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>::Create(channel_.get(), cq,… in AsyncRetrieveRaw()
/external/syslinux/gpxe/src/net/infiniband/
Dib_cmrc.c77 struct ib_completion_queue *cq; member
119 ib_destroy_cq ( cmrc->ibdev, cmrc->cq ); in ib_cmrc_shutdown()
401 cmrc->cq = ib_create_cq ( ibdev, IB_CMRC_NUM_CQES, in ib_cmrc_open()
403 if ( ! cmrc->cq ) { in ib_cmrc_open()
412 cmrc->cq, IB_CMRC_NUM_RECV_WQES, cmrc->cq ); in ib_cmrc_open()
429 ib_destroy_cq ( ibdev, cmrc->cq ); in ib_cmrc_open()
Dib_mi.c347 mi->cq = ib_create_cq ( ibdev, IB_MI_NUM_CQES, &ib_mi_completion_ops ); in ib_create_mi()
348 if ( ! mi->cq ) { in ib_create_mi()
354 mi->qp = ib_create_qp ( ibdev, type, IB_MI_NUM_SEND_WQES, mi->cq, in ib_create_mi()
355 IB_MI_NUM_RECV_WQES, mi->cq ); in ib_create_mi()
379 ib_destroy_cq ( ibdev, mi->cq ); in ib_create_mi()
404 ib_destroy_cq ( ibdev, mi->cq ); in ib_destroy_mi()
/external/autotest/frontend/
DCOMMIT-QUEUE.ini10 pre-cq-configs: moblab-generic-vm-pre-cq
11 submit-in-pre-cq: yes key
/external/autotest/scheduler/
DCOMMIT-QUEUE.ini10 pre-cq-configs: moblab-generic-vm-pre-cq
11 submit-in-pre-cq: yes key
/external/autotest/skylab_migration/
DCOMMIT-QUEUE.ini10 pre-cq-configs: moblab-generic-vm-pre-cq
11 submit-in-pre-cq: yes key
/external/autotest/venv/
DCOMMIT-QUEUE.ini10 pre-cq-configs: moblab-generic-vm-pre-cq
11 submit-in-pre-cq: yes key
/external/autotest/database/
DCOMMIT-QUEUE.ini10 pre-cq-configs: moblab-generic-vm-pre-cq
11 submit-in-pre-cq: yes key
/external/skqp/infra/project-config/
Dcr-buildbucket.cfg21 group: "service-account-cq"
41 group: "service-account-cq"
61 group: "service-account-cq"
81 group: "service-account-cq"
/external/skia/infra/project-config/
Dcr-buildbucket.cfg21 group: "service-account-cq"
41 group: "service-account-cq"
61 group: "service-account-cq"
81 group: "service-account-cq"
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter.java138 int cq = 0; in resultSummary() local
151 cq += 1; in resultSummary()
153 + (cq % 2 == 0 ? "even" : "odd") + "\">" + "<td"); in resultSummary()
176 buff.append("<tr class=\"" + style + (cq % 2 == 0 ? "odd" : "even") in resultSummary()
194 cq += 1; in resultSummary()
195 m_out.print("<tr class=\"" + style + (cq % 2 == 0 ? "even" : "odd") in resultSummary()
443 private void titleRow(String label, int cq) { in titleRow() argument
444 titleRow(label, cq, null); in titleRow()
447 private void titleRow(String label, int cq, String id) { in titleRow() argument
452 m_out.println( "><th colspan=\"" + cq + "\">" + label + "</th></tr>"); in titleRow()
/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c548 struct ib_completion_queue *cq ) { in arbel_create_cq() argument
565 cq->cqn = ( arbel->limits.reserved_cqs + cqn_offset ); in arbel_create_cq()
577 arbel_cq->cqe_size = ( cq->num_cqes * sizeof ( arbel_cq->cqe[0] ) ); in arbel_create_cq()
585 for ( i = 0 ; i < cq->num_cqes ; i++ ) { in arbel_create_cq()
595 cq_number, cq->cqn ); in arbel_create_cq()
600 cq_number, cq->cqn ); in arbel_create_cq()
609 log_cq_size, fls ( cq->num_cqes - 1 ) ); in arbel_create_cq()
613 MLX_FILL_1 ( &cqctx, 12, cqn, cq->cqn ); in arbel_create_cq()
618 if ( ( rc = arbel_cmd_sw2hw_cq ( arbel, cq->cqn, &cqctx ) ) != 0 ) { in arbel_create_cq()
625 arbel, cq->cqn, arbel_cq->cqe, in arbel_create_cq()
[all …]
Dhermon.c703 struct ib_completion_queue *cq ) { in hermon_create_cq() argument
720 cq->cqn = ( hermon->cap.reserved_cqs + cqn_offset ); in hermon_create_cq()
730 hermon_cq->cqe_size = ( cq->num_cqes * sizeof ( hermon_cq->cqe[0] ) ); in hermon_create_cq()
738 for ( i = 0 ; i < cq->num_cqes ; i++ ) { in hermon_create_cq()
756 log_cq_size, fls ( cq->num_cqes - 1 ) ); in hermon_create_cq()
761 if ( ( rc = hermon_cmd_sw2hw_cq ( hermon, cq->cqn, &cqctx ) ) != 0 ) { in hermon_create_cq()
768 hermon, cq->cqn, hermon_cq->cqe, in hermon_create_cq()
770 ib_cq_set_drvdata ( cq, hermon_cq ); in hermon_create_cq()
792 struct ib_completion_queue *cq ) { in hermon_destroy_cq() argument
794 struct hermon_completion_queue *hermon_cq = ib_cq_get_drvdata ( cq ); in hermon_destroy_cq()
[all …]
/external/fio/engines/
Drdma.c169 struct ibv_cq *cq; member
267 while ((ret = ibv_poll_cq(rd->cq, 1, &wc)) == 1) { in cq_event_handler()
386 if (ev_cq != rd->cq) { in rdma_poll_wait()
390 if (ibv_req_notify_cq(rd->cq, 0) != 0) { in rdma_poll_wait()
399 ibv_ack_cq_events(rd->cq, ret); in rdma_poll_wait()
435 rd->cq = ibv_create_cq(rd->child_cm_id->verbs, in fio_rdmaio_setup_qp()
438 rd->cq = ibv_create_cq(rd->cm_id->verbs, in fio_rdmaio_setup_qp()
440 if (rd->cq == NULL) { in fio_rdmaio_setup_qp()
445 if (ibv_req_notify_cq(rd->cq, 0) != 0) { in fio_rdmaio_setup_qp()
457 init_attr.send_cq = rd->cq; in fio_rdmaio_setup_qp()
[all …]
/external/autotest/test_suites/
Dcontrol.bluestreak-pre-cq6 NAME = "bluestreak-pre-cq"
7 PURPOSE = "Suite with baseline set of tests that act as bluestreak pre-cq."
13 This suite acts as a pre-cq specific to ChromeOS bluestreak (CFM) related

1234567891011