Searched refs:element (Results 151 - 172 of 172) sorted by relevance

1234567

/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c59 event.element.cq = ibcq;
H A Dmlx5_ib_main.c128 ibev.element.port_num = 1;
2711 ibev.element.port_num = port;
H A Dmlx5_ib_qp.c124 * element in the queue.
199 event.element.qp = ibqp;
4676 event.element.wq = &rwq->ibwq;
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c3034 ibev.element.port_num = 1;
3190 ibev.element.port_num = mlx4_is_bonded(ibdev->dev) ? 1 : (u8)p;
H A Dmlx4_ib_mad.c1256 event.element.port_num = port_num;
H A Dmlx4_ib_qp.c304 event.element.qp = ibqp;
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1259 "element #0 is equal to 1,\n"
1260 "element #1 is equal to 2",
1264 "element #0 isn't equal to 1, or\n"
1265 "element #1 isn't equal to 2",
1271 EXPECT_EQ("which is { 1, 2 } when sorted, whose element #0 doesn't match",
1587 " - an element is equal to 111\n"
1588 " - an element is equal to 222\n"
1589 " - an element is equal to 333"));
1601 " - an element is equal to 111\n"
1602 " - an element i
2070 EMString(int element, int matcher) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp419 uptr element = interceptor_ctx()->AtExitStack.Size() - 1; local
420 ctx = interceptor_ctx()->AtExitStack[element];
/freebsd-current/sys/dev/ice/
H A Dice_switch.c135 cmd->element = CPU_TO_LE16(*req_desc);
139 *req_desc = LE16_TO_CPU(cmd->element);
1042 * @type: Type of switch element (port or VSI)
1043 * @swid: switch ID of the switch the element is attached to
1045 * @is_vf: true if the element is a VF, false otherwise
1956 * handle element. This can be extended further to search VSI list with more
H A Dice_adminq_cmd.h271 __le16 element; member in struct:ice_aqc_get_sw_cfg
3170 ICE_AQ_RC_ENOENT = 2, /* No such element */
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dcrypto.c312 if (ecparam.element != choice_ECParameters_namedCurve) {
/freebsd-current/sys/dev/mthca/
H A Dmthca_qp.c261 event.element.qp = &qp->ibqp;
/freebsd-current/sys/ofed/include/rdma/
H A Dib_verbs.h674 } element; member in struct:ib_event
/freebsd-current/sys/dev/irdma/
H A Dirdma_hw.c361 ibevent.element.cq = &iwcq->ibcq;
H A Dirdma_utils.c2216 ibevent.element.qp = &iwqp->ibqp;
H A Dirdma_verbs.c2947 * @new_elem: pointer to element to add
2958 * @mc_qht_elem: pointer to mcast table list element
3448 event.element.port_num = 1;
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5651 PreResumeCallbackAndBaton element(callback, baton);
5652 auto found_iter = std::find(m_pre_resume_actions.begin(), m_pre_resume_actions.end(), element);
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1203 // If the first element has no Language specified, it will be treated as the
1209 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, function in struct:llvm::yaml::DocumentListTraits
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp11846 // Every element of each register is loaded.
12003 // A8.6.308 VLD1 (single element to one lane)
12033 // if size == '11' then SEE VLD1 (single element to all lanes);
12144 uint32_t element = MemURead(context, address, esize, 0, &success); local
12148 element = element << (index * esize);
12158 // where 'element' goes, & all 0's
12159 // at element & to the right of element.
12162 0); // add 1's to the right of where 'element' goe
[all...]
/freebsd-current/sys/contrib/dev/rtw89/
H A Dmac.c4175 const struct element *elem;
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2163 /* Set the pkt_ext field according to PPE Thresholds element */
3422 const struct element *elem;
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1844 /* point to the very last element, passing it we will toggle */
5933 event.element.qp = ibqp;

Completed in 626 milliseconds

1234567