Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c9835 struct i40e_aqc_get_switch_config_resp *sw_config; in i40e_fetch_switch_configuration() local
9845 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; in i40e_fetch_switch_configuration()
9849 ret = i40e_aq_get_switch_config(&pf->hw, sw_config, in i40e_fetch_switch_configuration()
9862 num_reported = le16_to_cpu(sw_config->header.num_reported); in i40e_fetch_switch_configuration()
9863 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
9872 &sw_config->element[i]; in i40e_fetch_switch_configuration()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c12758 struct intel_crtc_state *pipe_config, *sw_config; in check_crtc_state() local
12809 sw_config = to_intel_crtc_state(crtc->state); in check_crtc_state()
12810 if (!intel_pipe_config_compare(dev, sw_config, in check_crtc_state()
12815 intel_dump_pipe_config(intel_crtc, sw_config, in check_crtc_state()