Searched refs:driver_caps (Results 1 – 13 of 13) sorted by relevance
211 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in ice_set_pfe_link()373 u32 driver_caps) in ice_vc_get_vlan_caps() argument379 if (driver_caps & VIRTCHNL_VF_OFFLOAD_VLAN_V2) { in ice_vc_get_vlan_caps()382 } else if (driver_caps & VIRTCHNL_VF_OFFLOAD_VLAN) { in ice_vc_get_vlan_caps()440 vf->driver_caps = *(u32 *)msg; in ice_vc_get_vf_res_msg()442 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in ice_vc_get_vf_res_msg()453 vf->driver_caps); in ice_vc_get_vf_res_msg()455 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) in ice_vc_get_vf_res_msg()458 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_FLEX_DESC) in ice_vc_get_vf_res_msg()461 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF) in ice_vc_get_vf_res_msg()[all …]
179 unsigned long caps = vf->driver_caps; in ice_vc_set_caps_allowlist()
99 u32 driver_caps; /* reported by VF driver */ member
778 vf->driver_caps = 0; in ice_reset_all_vfs()929 vf->driver_caps = 0; in ice_reset_vf()
107 if (!(vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF)) in ice_vc_fdir_param_check()
246 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)384 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci() 596 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib() 672 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok() 1301 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo() 1388 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free() 1554 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix() 1558 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix() 1588 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix() 1683 if (chip->driver_caps in check_msi() 1767 azx_create(struct snd_card * card,struct pci_dev * pci,int dev,unsigned int driver_caps,struct azx ** rchip) azx_create() argument [all...]
103 unsigned int driver_caps; member180 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
406 unsigned int driver_caps, in hda_tegra_create() argument421 chip->driver_caps = driver_caps; in hda_tegra_create()422 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
189 if ((chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) && in azx_pcm_prepare()218 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC) in azx_pcm_trigger()1027 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()1106 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()1179 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()1182 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()1303 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
76 u32 driver_caps; /* reported by VF driver */ member
93 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in i40e_set_vf_link_state()458 if ((vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) && in i40e_config_irq_link_list()2141 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()2143 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()2154 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RDMA)) { in i40e_vc_get_vf_resources_msg()2161 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()2165 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()2172 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg()2177 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()2181 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM)) in i40e_vc_get_vf_resources_msg()[all …]
216 struct intel_driver_caps driver_caps; member
654 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities()2004 error->driver_caps = i915->caps; in capture_gen()