Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3391 struct virtchnl_filter *vcf = (struct virtchnl_filter *)msg; in i40e_vc_del_cloud_filter() local
3392 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_del_cloud_filter()
3393 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_del_cloud_filter()
3414 if (i40e_validate_cloud_filter(vf, vcf)) { in i40e_vc_del_cloud_filter()
3435 switch (vcf->flow_type) { in i40e_vc_del_cloud_filter()
3463 vsi = pf->vsi[vf->ch[vcf->action_meta].vsi_idx]; in i40e_vc_del_cloud_filter()
3465 cfilter.flags = vcf->field_flags; in i40e_vc_del_cloud_filter()
3523 struct virtchnl_filter *vcf = (struct virtchnl_filter *)msg; in i40e_vc_add_cloud_filter() local
3524 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_add_cloud_filter()
3525 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_add_cloud_filter()
[all …]
/Linux-v5.10/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1917 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, in hfcsusb_probe() local
1958 vcf = validconf[cfg_used]; in hfcsusb_probe()
1960 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfcsusb_probe()
1989 ep->desc.bInterval < vcf[17]) { in hfcsusb_probe()
2023 vcf = validconf[small_match]; in hfcsusb_probe()
2036 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()
2084 hw->cfg_used = vcf[16]; /* store used config */ in hfcsusb_probe()