| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| H A D | trace.c | 495 const char *hfi1_trace_print_rsm_hist(struct trace_seq *p, unsigned int ctxt) in hfi1_trace_print_rsm_hist() argument 506 if (ctxt == i) in hfi1_trace_print_rsm_hist()
|
| H A D | hfi.h | 202 /* ctxt rcvhdrq head offset */ 265 u8 ctxt; member 298 /* non-zero if ctxt is being shared. */ 300 /* The version of the library which opened this ctxt */ 303 * non-zero if ctxt can be shared, and defines the maximum number of 625 * Possible "operations" for f_rcvctrl(ppd, op, ctxt) 1411 return (uctxt->ctxt - uctxt->dd->first_dyn_alloc_ctxt) * in uctxt_offset() 1436 u16 ctxt); 1437 struct hfi1_ctxtdata *hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt); 1583 if (rcd->ctxt in hfi1_is_fastpath() [all...] |
| H A D | pin_system.c | 45 pq->ctxt, pq->subctxt, ret); in hfi1_init_system_pinning()
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
| H A D | qib_driver.c | 293 u32 ctxt, u32 eflags, u32 l, u32 etail, in qib_rcv_hdrerr() 509 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l, in qib_kreceive() 292 qib_rcv_hdrerr(struct qib_ctxtdata *rcd, struct qib_pportdata *ppd, u32 ctxt, u32 eflags, u32 l, u32 etail, __le32 *rhf_addr, struct qib_message_header *rhdr) qib_rcv_hdrerr() argument
|
| H A D | qib_common.h | 250 * shared memory pages for subctxts if ctxt is shared; these cover 375 #define QIB_CMD_ASSIGN_CTXT 23 /* allocate HCA and ctxt */ 423 __u16 ctxt; /* ctxt on unit assigned to caller */ member 426 __u16 num_subctxts; /* number of subctxts opened on ctxt */
|
| H A D | qib_user_sdma.c | 183 qib_user_sdma_queue_create(struct device *dev, int unit, int ctxt, int sctxt) in qib_user_sdma_queue_create() argument 204 "qib-user-sdma-pkts-%u-%02u.%02u", unit, ctxt, sctxt); in qib_user_sdma_queue_create() 213 "qib-user-sdma-headers-%u-%02u.%02u", unit, ctxt, sctxt); in qib_user_sdma_queue_create()
|
| H A D | qib.h | 152 unsigned ctxt; member 155 /* non-zero if ctxt is being shared. */ 157 /* non-zero if ctxt is being shared. */ 163 /* number of pio bufs for this ctxt (all procs, if shared) */ 165 /* first pio buffer for this ctxt */ 167 /* chip offset of PIO buffers for this ctxt */ 195 /* pid of process using this ctxt */ 200 /* pkeys set by this use of this ctxt */ 212 /* The version of the library which opened this ctxt */ 221 /* ctxt rcvhdr [all...] |
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| H A D | hfi.h | 243 /* ctxt rcvhdrq head offset */ 306 u8 ctxt; member 339 /* non-zero if ctxt is being shared. */ 341 /* The version of the library which opened this ctxt */ 344 * non-zero if ctxt can be shared, and defines the maximum number of 666 * Possible "operations" for f_rcvctrl(ppd, op, ctxt) 1463 return (uctxt->ctxt - uctxt->dd->first_dyn_alloc_ctxt) * in uctxt_offset() 1488 u16 ctxt); 1489 struct hfi1_ctxtdata *hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt); 1635 if (rcd->ctxt in hfi1_is_fastpath() [all...] |
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| H A D | asm-offsets.c | 103 DEFINE(VCPU_CONTEXT, offsetof(struct kvm_vcpu, arch.ctxt)); in main()
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
| H A D | qib_common.h | 250 * shared memory pages for subctxts if ctxt is shared; these cover 375 #define QIB_CMD_ASSIGN_CTXT 23 /* allocate HCA and ctxt */ 423 __u16 ctxt; /* ctxt on unit assigned to caller */ member 426 __u16 num_subctxts; /* number of subctxts opened on ctxt */
|
| H A D | qib_user_sdma.c | 183 qib_user_sdma_queue_create(struct device *dev, int unit, int ctxt, int sctxt) in qib_user_sdma_queue_create() argument 204 "qib-user-sdma-pkts-%u-%02u.%02u", unit, ctxt, sctxt); in qib_user_sdma_queue_create() 213 "qib-user-sdma-headers-%u-%02u.%02u", unit, ctxt, sctxt); in qib_user_sdma_queue_create()
|
| H A D | qib.h | 152 unsigned ctxt; member 155 /* non-zero if ctxt is being shared. */ 157 /* non-zero if ctxt is being shared. */ 163 /* number of pio bufs for this ctxt (all procs, if shared) */ 165 /* first pio buffer for this ctxt */ 167 /* chip offset of PIO buffers for this ctxt */ 195 /* pid of process using this ctxt */ 200 /* pkeys set by this use of this ctxt */ 212 /* The version of the library which opened this ctxt */ 221 /* ctxt rcvhdr [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| H A D | ice_virtchnl_pf.c | 491 struct ice_vsi_ctx *ctxt; in ice_vsi_manage_pvid() local 495 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_manage_pvid() 496 if (!ctxt) in ice_vsi_manage_pvid() 499 ctxt->info = vsi->info; in ice_vsi_manage_pvid() 500 info = &ctxt->info; in ice_vsi_manage_pvid() 516 status = ice_update_vsi(hw, vsi->idx, ctxt, NULL); in ice_vsi_manage_pvid() 529 kfree(ctxt); in ice_vsi_manage_pvid()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | RbnfTest.java | 1506 public TextContextItem(String loc, int fmt, DisplayContext ctxt, double val, String expRes) { in TestContext() 1509 context = ctxt; in TestContext()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | RbnfTest.java | 1597 public TextContextItem(String loc, int fmt, DisplayContext ctxt, double val, String expRes) { in TestContext() 1600 context = ctxt; in TestContext()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mvm.h | 1640 int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, 1643 int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, 1647 struct iwl_mvm_phy_ctxt *ctxt); 1649 struct iwl_mvm_phy_ctxt *ctxt);
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| H A D | de.rs | 16 let ctxt = Ctxt::new(); in expand_derive_deserialize() 17 let cont = match Container::from_ast(&ctxt, input, Derive::Deserialize) { in expand_derive_deserialize() 19 None => return Err(ctxt.check().unwrap_err()), in expand_derive_deserialize() 21 precondition(&ctxt, &cont); in expand_derive_deserialize() 22 ctxt.check()?; in expand_derive_deserialize()
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| H A D | asm-offsets.c | 129 DEFINE(VCPU_CONTEXT, offsetof(struct kvm_vcpu, arch.ctxt)); in main()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | scheck.c | 249 static bool check_const(Btor *ctxt, struct instruction *insn) in check_const() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 4691 struct i40e_vsi_context ctxt; in i40e_ndo_set_vf_spoofchk() local 4720 memset(&ctxt, 0, sizeof(ctxt)); in i40e_ndo_set_vf_spoofchk() 4721 ctxt.seid = pf->vsi[vf->lan_vsi_idx]->seid; in i40e_ndo_set_vf_spoofchk() 4722 ctxt.pf_num = pf->hw.pf_id; in i40e_ndo_set_vf_spoofchk() 4723 ctxt.info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SECURITY_VALID); in i40e_ndo_set_vf_spoofchk() 4725 ctxt.info.sec_flags |= (I40E_AQ_VSI_SEC_FLAG_ENABLE_VLAN_CHK | in i40e_ndo_set_vf_spoofchk() 4727 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_ndo_set_vf_spoofchk()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 4858 struct i40e_vsi_context ctxt; in i40e_ndo_set_vf_spoofchk() local 4885 memset(&ctxt, 0, sizeof(ctxt)); in i40e_ndo_set_vf_spoofchk() 4886 ctxt.seid = pf->vsi[vf->lan_vsi_idx]->seid; in i40e_ndo_set_vf_spoofchk() 4887 ctxt.pf_num = pf->hw.pf_id; in i40e_ndo_set_vf_spoofchk() 4888 ctxt.info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SECURITY_VALID); in i40e_ndo_set_vf_spoofchk() 4890 ctxt.info.sec_flags |= (I40E_AQ_VSI_SEC_FLAG_ENABLE_VLAN_CHK | in i40e_ndo_set_vf_spoofchk() 4892 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL); in i40e_ndo_set_vf_spoofchk()
|
| /kernel/linux/linux-6.6/drivers/net/wwan/ |
| H A D | wwan_core.c | 1112 * @ctxt: context to pass to operations 1120 void *ctxt, u32 def_link_id) in wwan_register_ops() 1137 wwandev->ops_ctxt = ctxt; in wwan_register_ops() 1119 wwan_register_ops(struct device *parent, const struct wwan_ops *ops, void *ctxt, u32 def_link_id) wwan_register_ops() argument
|
| /kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
| H A D | aacraid.h | 1225 typedef void (*fib_callback)(void *ctxt, struct fib *fibctx); 2696 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *ctxt); 2698 fib_callback callback, void *ctxt);
|
| /kernel/linux/linux-6.6/net/sunrpc/ |
| H A D | svcsock.c | 128 * @ctxt: the context from rqstp->rq_xprt_ctxt or dr->xprt_ctxt 131 static void svc_tcp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_tcp_release_ctxt() argument 138 * @ctxt: the context from rqstp->rq_xprt_ctxt or dr->xprt_ctxt 141 static void svc_udp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_udp_release_ctxt() argument 143 struct sk_buff *skb = ctxt; in svc_udp_release_ctxt()
|
| /kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
| H A D | aacraid.h | 1226 typedef void (*fib_callback)(void *ctxt, struct fib *fibctx); 2710 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *ctxt); 2712 fib_callback callback, void *ctxt);
|