Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3307 struct virtchnl_filter *vcf = (struct virtchnl_filter *)msg; in i40e_vc_del_cloud_filter() local
3308 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_del_cloud_filter()
3309 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_del_cloud_filter()
3330 if (i40e_validate_cloud_filter(vf, vcf)) { in i40e_vc_del_cloud_filter()
3351 switch (vcf->flow_type) { in i40e_vc_del_cloud_filter()
3379 vsi = pf->vsi[vf->ch[vcf->action_meta].vsi_idx]; in i40e_vc_del_cloud_filter()
3381 cfilter.flags = vcf->field_flags; in i40e_vc_del_cloud_filter()
3439 struct virtchnl_filter *vcf = (struct virtchnl_filter *)msg; in i40e_vc_add_cloud_filter() local
3440 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_add_cloud_filter()
3441 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_add_cloud_filter()
[all …]
/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1918 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, in hfcsusb_probe() local
1959 vcf = validconf[cfg_used]; in hfcsusb_probe()
1961 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfcsusb_probe()
1990 ep->desc.bInterval < vcf[17]) { in hfcsusb_probe()
2024 vcf = validconf[small_match]; in hfcsusb_probe()
2037 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()
2085 hw->cfg_used = vcf[16]; /* store used config */ in hfcsusb_probe()