Searched refs:vcf (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/isdn/hisax/ |
D | hfc_usb.c | 1259 int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, in hfc_usb_probe() local 1295 vcf = validconf[cfg_used]; in hfc_usb_probe() 1299 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfc_usb_probe() 1326 && (ep->desc.bInterval < vcf[17])) { in hfc_usb_probe() 1357 vcf = validconf[small_match]; in hfc_usb_probe() 1369 if (vcf[idx] != EP_NOP in hfc_usb_probe() 1370 && vcf[idx] != EP_NUL) { in hfc_usb_probe() 1469 context->cfg_used = vcf[16]; /* store used config */ in hfc_usb_probe()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 3183 struct virtchnl_filter *vcf = (struct virtchnl_filter *)msg; in i40e_vc_del_cloud_filter() local 3184 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_del_cloud_filter() 3185 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_del_cloud_filter() 3206 if (i40e_validate_cloud_filter(vf, vcf)) { in i40e_vc_del_cloud_filter() 3227 switch (vcf->flow_type) { in i40e_vc_del_cloud_filter() 3255 vsi = pf->vsi[vf->ch[vcf->action_meta].vsi_idx]; in i40e_vc_del_cloud_filter() 3257 cfilter.flags = vcf->field_flags; in i40e_vc_del_cloud_filter() 3315 struct virtchnl_filter *vcf = (struct virtchnl_filter *)msg; in i40e_vc_add_cloud_filter() local 3316 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_add_cloud_filter() 3317 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_add_cloud_filter() [all …]
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 1919 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, in hfcsusb_probe() local 1960 vcf = validconf[cfg_used]; in hfcsusb_probe() 1962 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfcsusb_probe() 1988 ep->desc.bInterval < vcf[17]) { in hfcsusb_probe() 2022 vcf = validconf[small_match]; in hfcsusb_probe() 2035 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe() 2083 hw->cfg_used = vcf[16]; /* store used config */ in hfcsusb_probe()
|