Home
last modified time | relevance | path

Searched refs:attr_index (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_cm.c3423 u16 attr_index; in cm_send_handler() local
3426 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler()
3434 if (!msg->context[0] && (attr_index != CM_REJ_COUNTER)) in cm_send_handler()
3438 &port->counter_group[CM_XMIT].counter[attr_index]); in cm_send_handler()
3442 counter[attr_index]); in cm_send_handler()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3564 [&](int attr_index) -> llvm::Optional<DWARFExpression> { in CollectCallSiteParameters() argument
3566 if (!attributes.ExtractFormValueAtIndex(attr_index, form_value)) in CollectCallSiteParameters()