Searched refs:ctxt (Results 126 - 133 of 133) sorted by relevance

123456

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c4854 struct i40e_vsi_context ctxt; local
4881 memset(&ctxt, 0, sizeof(ctxt));
4882 ctxt.seid = pf->vsi[vf->lan_vsi_idx]->seid;
4883 ctxt.pf_num = pf->hw.pf_id;
4884 ctxt.info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SECURITY_VALID);
4886 ctxt.info.sec_flags |= (I40E_AQ_VSI_SEC_FLAG_ENABLE_VLAN_CHK |
4888 ret = i40e_aq_update_vsi_params(hw, &ctxt, NULL);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib.h152 unsigned ctxt; member in struct:qib_ctxtdata
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...]
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h1226 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);
/linux-master/net/sunrpc/
H A Dsvcsock.c128 * @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) 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) argument
143 struct sk_buff *skb = ctxt;
/linux-master/arch/arm64/kvm/
H A Darm.c542 struct kvm_cpu_context *ctxt; local
543 ctxt = this_cpu_ptr_hyp_sym(kvm_hyp_ctxt);
544 ptrauth_save_keys(ctxt);
H A Dnested.c167 u64 v = ctxt_sys_reg(&vcpu->arch.ctxt, sr);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c365 l4_type, vesw_id, packet->rcd->ctxt);
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c2322 struct x86_emulate_ctxt *ctxt = vcpu->arch.emulate_ctxt; local
2324 if (ctxt->b != 0x1 || ctxt->opcode_len != 2)
2327 switch (ctxt->modrm) {

Completed in 299 milliseconds

123456