Home
last modified time | relevance | path

Searched refs:qp (Results 1 – 25 of 110) sorted by relevance

12345

/external/syslinux/gpxe/src/net/
Dinfiniband.c147 ib_refill_recv ( ibdev, wq->qp ); in ib_poll_cq()
178 struct ib_queue_pair *qp; in ib_create_qp() local
185 total_size = ( sizeof ( *qp ) + in ib_create_qp()
186 ( num_send_wqes * sizeof ( qp->send.iobufs[0] ) ) + in ib_create_qp()
187 ( num_recv_wqes * sizeof ( qp->recv.iobufs[0] ) ) ); in ib_create_qp()
188 qp = zalloc ( total_size ); in ib_create_qp()
189 if ( ! qp ) in ib_create_qp()
191 qp->ibdev = ibdev; in ib_create_qp()
192 list_add ( &qp->list, &ibdev->qps ); in ib_create_qp()
193 qp->type = type; in ib_create_qp()
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Dinfiniband.h96 struct ib_queue_pair *qp; member
183 struct ib_queue_pair *qp,
195 struct ib_queue_pair *qp,
254 struct ib_queue_pair *qp );
262 struct ib_queue_pair *qp );
269 struct ib_queue_pair *qp );
284 struct ib_queue_pair *qp,
300 struct ib_queue_pair *qp,
339 struct ib_queue_pair *qp,
348 struct ib_queue_pair *qp,
[all …]
Dib_mcast.h19 struct ib_queue_pair *qp; member
32 void ( * complete ) ( struct ib_device *ibdev, struct ib_queue_pair *qp,
37 extern int ib_mcast_join ( struct ib_device *ibdev, struct ib_queue_pair *qp,
41 struct ib_queue_pair *qp,
45 extern void ib_mcast_leave ( struct ib_device *ibdev, struct ib_queue_pair *qp,
Dib_cm.h29 void ( * changed ) ( struct ib_device *ibdev, struct ib_queue_pair *qp,
39 struct ib_queue_pair *qp; member
64 ib_create_conn ( struct ib_device *ibdev, struct ib_queue_pair *qp,
69 struct ib_queue_pair *qp,
/external/syslinux/gpxe/src/net/infiniband/
Dib_mcast.c81 struct ib_queue_pair *qp = membership->qp; in ib_mcast_complete() local
93 ibdev, qp->qpn, strerror ( rc ) ); in ib_mcast_complete()
101 ibdev, qp->qpn, ( joined ? "joined" : "left" ), in ib_mcast_complete()
107 qp->qkey = qkey; in ib_mcast_complete()
108 if ( ( rc = ib_modify_qp ( ibdev, qp ) ) != 0 ) { in ib_mcast_complete()
110 ibdev, qp->qpn, strerror ( rc ) ); in ib_mcast_complete()
120 membership->complete ( ibdev, qp, membership, rc, mad ); in ib_mcast_complete()
138 int ib_mcast_join ( struct ib_device *ibdev, struct ib_queue_pair *qp, in ib_mcast_join() argument
141 struct ib_queue_pair *qp, in ib_mcast_join()
148 ibdev, qp->qpn, ntohl ( gid->u.dwords[0] ), in ib_mcast_join()
[all …]
Dib_cm.c160 struct ib_queue_pair *qp = conn->qp; in ib_cm_req_complete() local
186 qp->av.qpn = ( ntohl ( connect_rep->local_qpn ) >> 8 ); in ib_cm_req_complete()
187 qp->send.psn = ( ntohl ( connect_rep->starting_psn ) >> 8 ); in ib_cm_req_complete()
191 conn, qp->av.qpn, qp->send.psn ); in ib_cm_req_complete()
194 if ( ( rc = ib_modify_qp ( ibdev, qp ) ) != 0 ) { in ib_cm_req_complete()
232 conn->op->changed ( ibdev, qp, conn, rc, private_data, in ib_cm_req_complete()
253 struct ib_queue_pair *qp = conn->qp; in ib_cm_path_complete() local
263 conn->op->changed ( ibdev, qp, conn, rc, NULL, 0 ); in ib_cm_path_complete()
268 memcpy ( &qp->av, av, sizeof ( qp->av ) ); in ib_cm_path_complete()
281 htonl ( ( qp->qpn << 8 ) | 1 ); in ib_cm_path_complete()
[all …]
Dib_cmrc.c79 struct ib_queue_pair *qp; member
117 ib_destroy_conn ( cmrc->ibdev, cmrc->qp, cmrc->conn ); in ib_cmrc_shutdown()
118 ib_destroy_qp ( cmrc->ibdev, cmrc->qp ); in ib_cmrc_shutdown()
156 struct ib_queue_pair *qp, in ib_cmrc_changed() argument
159 struct ib_cmrc_connection *cmrc = ib_qp_get_ownerdata ( qp ); in ib_cmrc_changed()
205 struct ib_queue_pair *qp, in ib_cmrc_complete_send() argument
207 struct ib_cmrc_connection *cmrc = ib_qp_get_ownerdata ( qp ); in ib_cmrc_complete_send()
231 struct ib_queue_pair *qp, in ib_cmrc_complete_recv() argument
234 struct ib_cmrc_connection *cmrc = ib_qp_get_ownerdata ( qp ); in ib_cmrc_complete_recv()
292 cmrc->conn = ib_create_conn ( cmrc->ibdev, cmrc->qp, in ib_cmrc_xfer_deliver_iob()
[all …]
Dib_packet.c47 struct ib_queue_pair *qp, size_t payload_len, in ib_push() argument
61 ibdev, ibdev->lid, qp->ext_qpn, av->lid, av->qpn, av->qkey ); in ib_push()
79 vl = ( ( qp->ext_qpn == IB_QPN_SMI ) ? IB_VL_SMP : IB_VL_DEFAULT ); in ib_push()
103 bth->ack__psn = htonl ( ( qp->send.psn++ ) & 0xffffffUL ); in ib_push()
107 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
125 struct ib_queue_pair **qp, size_t *payload_len, in ib_pull() argument
138 if ( qp ) in ib_pull()
139 *qp = NULL; in ib_pull()
214 if ( qp ) { in ib_pull()
216 if ( ! ( *qp = ib_find_qp_mgid ( ibdev, &grh->dgid ))){ in ib_pull()
[all …]
Dib_mi.c119 struct ib_queue_pair *qp, in ib_mi_complete_recv() argument
122 struct ib_mad_interface *mi = ib_qp_get_ownerdata ( qp ); in ib_mi_complete_recv()
225 if ( ( rc = ib_post_send ( ibdev, mi->qp, av, iobuf ) ) != 0 ) { in ib_mi_send()
354 mi->qp = ib_create_qp ( ibdev, type, IB_MI_NUM_SEND_WQES, mi->cq, in ib_create_mi()
356 if ( ! mi->qp ) { in ib_create_mi()
360 ib_qp_set_ownerdata ( mi->qp, mi ); in ib_create_mi()
362 mi, ( ( type == IB_QPT_SMI ) ? "SMI" : "GSI" ), mi->qp->qpn ); in ib_create_mi()
365 mi->qp->qkey = ( ( type == IB_QPT_SMI ) ? IB_QKEY_SMI : IB_QKEY_GSI ); in ib_create_mi()
366 if ( ( rc = ib_modify_qp ( ibdev, mi->qp ) ) != 0 ) { in ib_create_mi()
373 ib_refill_recv ( ibdev, mi->qp ); in ib_create_mi()
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser_unittest.cc37 int qp; in TEST() local
38 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp)); in TEST()
44 int qp; in TEST() local
45 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp)); in TEST()
51 int qp; in TEST() local
52 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp)); in TEST()
53 EXPECT_EQ(35, qp); in TEST()
58 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp)); in TEST()
59 EXPECT_EQ(37, qp); in TEST()
/external/libunwind/include/
Dlibunwind-dynamic.h86 int8_t qp; /* qualifying predicate register */ member
178 #define _U_dyn_op_save_reg(op, qp, when, reg, dst) \ argument
179 (*(op) = _U_dyn_op (UNW_DYN_SAVE_REG, (qp), (when), (reg), (dst)))
181 #define _U_dyn_op_spill_fp_rel(op, qp, when, reg, offset) \ argument
182 (*(op) = _U_dyn_op (UNW_DYN_SPILL_FP_REL, (qp), (when), (reg), \
185 #define _U_dyn_op_spill_sp_rel(op, qp, when, reg, offset) \ argument
186 (*(op) = _U_dyn_op (UNW_DYN_SPILL_SP_REL, (qp), (when), (reg), \
189 #define _U_dyn_op_add(op, qp, when, reg, value) \ argument
190 (*(op) = _U_dyn_op (UNW_DYN_ADD, (qp), (when), (reg), (value)))
192 #define _U_dyn_op_pop_frames(op, qp, when, num_frames) \ argument
[all …]
/external/syslinux/gpxe/src/drivers/infiniband/
Dlinda.c470 struct ib_queue_pair *qp ) { in linda_create_send_wq() argument
471 struct ib_work_queue *wq = &qp->send; in linda_create_send_wq()
476 if ( ( linda->reserved_send_bufs + qp->send.num_wqes ) > in linda_create_send_wq()
480 linda->reserved_send_bufs, qp->send.num_wqes ); in linda_create_send_wq()
484 linda->reserved_send_bufs += qp->send.num_wqes; in linda_create_send_wq()
491 linda_wq->send_buf = zalloc ( qp->send.num_wqes * in linda_create_send_wq()
502 linda->reserved_send_bufs -= qp->send.num_wqes; in linda_create_send_wq()
514 struct ib_queue_pair *qp ) { in linda_destroy_send_wq() argument
515 struct ib_work_queue *wq = &qp->send; in linda_destroy_send_wq()
519 linda->reserved_send_bufs -= qp->send.num_wqes; in linda_destroy_send_wq()
[all …]
Dhermon.c836 struct ib_queue_pair *qp ) { in hermon_alloc_qpn() argument
844 switch ( qp->type ) { in hermon_alloc_qpn()
846 qp->qpn = ( hermon->special_qpn_base + port_offset ); in hermon_alloc_qpn()
849 qp->qpn = ( hermon->special_qpn_base + 2 + port_offset ); in hermon_alloc_qpn()
861 qp->qpn = ( ( random() & HERMON_QPN_RANDOM_MASK ) | in hermon_alloc_qpn()
866 hermon, qp->type ); in hermon_alloc_qpn()
878 struct ib_queue_pair *qp ) { in hermon_free_qpn() argument
882 qpn_offset = ( ( qp->qpn & ~HERMON_QPN_RANDOM_MASK ) in hermon_free_qpn()
907 struct ib_queue_pair *qp ) { in hermon_sched_queue() argument
908 return ( ( ( qp->type == IB_QPT_SMI ) ? in hermon_sched_queue()
[all …]
Darbel.c778 struct ib_queue_pair *qp ) { in arbel_create_qp() argument
794 qp->qpn = ( ARBEL_QPN_BASE + arbel->limits.reserved_qps + qpn_offset ); in arbel_create_qp()
807 qp->send.num_wqes ) ) != 0 ) in arbel_create_qp()
810 qp->recv.num_wqes ) ) != 0 ) in arbel_create_qp()
814 send_db_rec = &arbel->db_rec[arbel_qp->send.doorbell_idx].qp; in arbel_create_qp()
818 qp_number, qp->qpn ); in arbel_create_qp()
819 recv_db_rec = &arbel->db_rec[arbel_qp->recv.doorbell_idx].qp; in arbel_create_qp()
823 qp_number, qp->qpn ); in arbel_create_qp()
834 qpc_eec_data.log_rq_size, fls ( qp->recv.num_wqes - 1 ), in arbel_create_qp()
837 qpc_eec_data.log_sq_size, fls ( qp->send.num_wqes - 1 ), in arbel_create_qp()
[all …]
/external/syslinux/gpxe/src/drivers/net/
Dipoib.c59 struct ib_queue_pair *qp; member
448 return ib_post_send ( ibdev, ipoib->qp, &av, iobuf ); in ipoib_transmit()
460 struct ib_queue_pair *qp, in ipoib_complete_send() argument
462 struct ipoib_device *ipoib = ib_qp_get_ownerdata ( qp ); in ipoib_complete_send()
477 struct ib_queue_pair *qp, in ipoib_complete_recv() argument
480 struct ipoib_device *ipoib = ib_qp_get_ownerdata ( qp ); in ipoib_complete_recv()
552 struct ib_queue_pair *qp __unused, in ipoib_join_complete()
571 if ( ( rc = ib_mcast_join ( ipoib->ibdev, ipoib->qp, in ipoib_join_broadcast_group()
592 ib_mcast_leave ( ipoib->ibdev, ipoib->qp, in ipoib_leave_broadcast_group()
627 ipoib->qp = ib_create_qp ( ibdev, IB_QPT_UD, in ipoib_open()
[all …]
/external/google-breakpad/src/third_party/libdisasm/
Dx86_imm.c11 qword_t *qp = (qword_t *) dest; in x86_imm_signsized() local
28 *qp = *((qword_t *) buf); in x86_imm_signsized()
43 qword_t *qp = (qword_t *) dest; in x86_imm_sized() local
60 *qp = *((qword_t *) buf); in x86_imm_sized()
/external/libavc/encoder/
Dih264e_debug.h43 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) \ argument
44 ih264e_debug_dump_qp(pic_cnt, qp, num_cores);
55 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) (void); argument
Dirc_frame_info_collector.h69 #define FI_UPDATE_MB_QP(frame_info,qp,mb_type)\ argument
70 {(frame_info)->qp_sum[(mb_type)] += (qp);(frame_info)->num_mbs[(mb_type)]++;}
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp134 const MSAAQuadProcessor& qp = args.fGP.cast<MSAAQuadProcessor>(); in onEmitCode() local
140 varyingHandler->emitAttributes(qp); in onEmitCode()
141 varyingHandler->addPassThroughAttribute(qp.inColor(), args.fOutputColor); in onEmitCode()
145 vsBuilder->codeAppendf("%s = %s;", uv.vsOut(), qp.inUV()->fName); in onEmitCode()
148 this->setupPosition(vsBuilder, uniformHandler, gpArgs, qp.inPosition()->fName, in onEmitCode()
149 qp.viewMatrix(), &fViewMatrixUniform); in onEmitCode()
153 qp.inPosition()->fName, SkMatrix::I(), in onEmitCode()
165 const MSAAQuadProcessor& qp = gp.cast<MSAAQuadProcessor>(); in GenKey() local
167 key |= qp.viewMatrix().hasPerspective() ? 0x1 : 0x0; in GenKey()
168 key |= qp.viewMatrix().isIdentity() ? 0x2: 0x0; in GenKey()
[all …]
/external/libunwind/src/ia64/
Dunwind_decoder.h144 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
151 qp = (byte1 & 0x3f); in unw_decode_x3()
155 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
157 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
170 qp = (byte1 & 0x3f); in unw_decode_x4()
176 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4()
178 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
DGparser.c546 desc_is_active (unsigned char qp, unw_word t, struct ia64_state_record *sr) in desc_is_active() argument
550 if (qp > 0) in desc_is_active()
552 if ((sr->pr_val & ((unw_word_t) 1 << qp)) == 0) in desc_is_active()
554 sr->pr_mask |= ((unw_word_t) 1 << qp); in desc_is_active()
560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_restore_p() argument
565 if (!desc_is_active (qp, t, sr)) in desc_restore_p()
575 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_reg_p() argument
582 if (!desc_is_active (qp, t, sr)) in desc_spill_reg_p()
597 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_psprel_p() argument
602 if (!desc_is_active (qp, t, sr)) in desc_spill_psprel_p()
[all …]
/external/webrtc/webrtc/test/fuzzers/
Dvp8_qp_parser_fuzzer.cc14 int qp; in FuzzOneInput() local
15 vp8::GetQp(data, size, &qp); in FuzzOneInput()
/external/webrtc/webrtc/modules/video_coding/utility/
Dqp_parser.cc18 bool QpParser::GetQp(const VCMEncodedFrame& frame, int* qp) { in GetQp() argument
22 return vp8::GetQp(frame.Buffer(), frame.Length(), qp); in GetQp()
/external/fio/engines/
Drdma.c171 struct ibv_qp *qp; member
465 rd->qp = rd->child_cm_id->qp; in fio_rdmaio_setup_qp()
471 rd->qp = rd->cm_id->qp; in fio_rdmaio_setup_qp()
733 if (ibv_post_send(rd->qp, &r_io_u_d->sq_wr, &bad_wr) != 0) { in fio_rdmaio_send()
760 if (ibv_post_recv(rd->qp, &r_io_u_d->rq_wr, &bad_wr) != in fio_rdmaio_recv()
769 if (ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr) != 0) { in fio_rdmaio_recv()
883 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) { in fio_rdmaio_connect()
934 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) { in fio_rdmaio_accept()
967 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) { in fio_rdmaio_close_file()
993 ibv_destroy_qp(rd->qp); in fio_rdmaio_close_file()
[all …]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc171 int qp) { in FrameEncoded() argument
181 if (qp != -1) in FrameEncoded()
182 layers_[active_layer_].last_qp = qp; in FrameEncoded()

12345