Home
last modified time | relevance | path

Searched refs:driver_caps (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c373 u32 driver_caps) in ice_vc_get_vlan_caps() argument
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()
486 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_CRC) in ice_vc_get_vf_res_msg()
495 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_USO) in ice_vc_get_vf_res_msg()
498 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_QOS) in ice_vc_get_vf_res_msg()
501 if (vf->driver_caps & VIRTCHNL_VF_CAP_PTP) in ice_vc_get_vf_res_msg()
519 vf->driver_caps = vfres->vf_cap_flags; in ice_vc_get_vf_res_msg()
2125 if (vf->driver_caps & in ice_vc_cfg_qs_msg()
[all …]
H A Dice_virtchnl_allowlist.c193 unsigned long caps = vf->driver_caps; in ice_vc_set_caps_allowlist()
H A Dice_vf_lib.h113 u32 driver_caps; /* reported by VF driver */ member
H A Dice_vf_lib.c794 vf->driver_caps = 0; in ice_reset_all_vfs()
943 vf->driver_caps = 0; in ice_reset_vf()
H A Dice_virtchnl_fdir.c108 if (!(vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF)) in ice_vc_fdir_param_check()
/linux-6.15/sound/pci/hda/
H A Dhda_intel.c390 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
602 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
1291 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1391 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1555 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1680 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
1712 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF) in azx_check_snoop_available()
1764 int dev, unsigned int driver_caps, in azx_create() argument
1790 chip->driver_caps = driver_caps; in azx_create()
1791 chip->driver_type = driver_caps & 0xff; in azx_create()
[all …]
H A Dhda_controller.h104 unsigned int driver_caps; member
181 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
H A Dhda_tegra.c404 unsigned int driver_caps, in hda_tegra_create() argument
419 chip->driver_caps = driver_caps; in hda_tegra_create()
420 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
H A Dhda_controller.c195 if ((chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) && in azx_pcm_prepare()
224 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC) in azx_pcm_trigger()
1033 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()
1110 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()
1183 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()
1186 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()
1189 if (chip->driver_caps & AZX_DCAPS_PIO_COMMANDS) in azx_bus_init()
1313 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h82 u32 driver_caps; /* reported by VF driver */ member
H A Di40e_virtchnl_pf.c93 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in i40e_set_vf_link_state()
2135 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()
2137 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()
2148 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RDMA)) { in i40e_vc_get_vf_resources_msg()
2155 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()
2159 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()
2171 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
2190 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_WB_ON_ITR) in i40e_vc_get_vf_resources_msg()
2195 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_REQ_QUEUES) in i40e_vc_get_vf_resources_msg()
2198 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ADQ) in i40e_vc_get_vf_resources_msg()
[all …]
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_gpu_error.h213 struct intel_driver_caps driver_caps; member
H A Di915_gpu_error.c653 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities()
2004 error->driver_caps = i915->caps; in capture_gen()