Searched refs:hdr_data (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | mk-ccs-regs | 282 my $hdr_data; 292 …$hdr_data .= sprintf "#define %-62s %s", "CCS_" . (uc ${this{name}}) ."_$bit", bit_def($addr) . "\… 302 …$hdr_data .= sprintf "#define %-62s " . $ar->{"fmt"} . "\n", "CCS_" . (uc $this{"name"}) . (define… 308 …$hdr_data .= sprintf "#define %-62s %s", "CCS_" . (uc ${this{name}}) . (defined $this{"field"} ? "… 317 …$hdr_data .= sprintf "#define %-62s %s", "CCS_LIM_" . (uc ${this{name}} . "_MIN_$arg"), $min . ($m… 318 …$hdr_data .= sprintf "#define %-62s %s", "CCS_LIM_" . (uc ${this{name}} . "_MAX_$arg"), $max . ($m… 362 print $H tabconv $hdr_data; 363 undef $hdr_data; 393 print $H tabconv($hdr_data); 394 undef $hdr_data; [all …]
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | fwcmd.h | 224 u32 hdr_data; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_switch.h | 29 #define ICE_SW_RULE_RX_TX_HDR_SIZE(s, l) struct_size((s), hdr_data, (l))
|
| H A D | ice_lag.c | 256 eth_hdr = s_rule->hdr_data; in ice_lag_cfg_fltr() 395 memcpy(s_rule->hdr_data, lacp_train_pkt, in ice_lag_cfg_lp_fltr() 399 memcpy(s_rule->hdr_data, act_act_train_pkt, in ice_lag_cfg_lp_fltr()
|
| H A D | ice_switch.c | 2629 eth_hdr = s_rule->hdr_data; in ice_fill_sw_rule() 5653 pkt = s_rule->hdr_data; in ice_fill_adv_dummy_packet() 6222 status = ice_fill_adv_packet_tun(hw, rinfo->tun_type, s_rule->hdr_data, in ice_add_adv_rule() 6228 s_rule->hdr_data, in ice_add_adv_rule()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_hdmi_state_helper_test.c | 2858 struct hdr_output_metadata hdr_data; in drm_test_check_reject_hdr_infoframe_bpc_10() local 2915 hdr_data.metadata_type = HDMI_STATIC_METADATA_TYPE1; in drm_test_check_reject_hdr_infoframe_bpc_10() 2916 hdr_data.hdmi_metadata_type1.eotf = HDMI_EOTF_TRADITIONAL_GAMMA_SDR; in drm_test_check_reject_hdr_infoframe_bpc_10() 2917 hdr_data.hdmi_metadata_type1.metadata_type = HDMI_STATIC_METADATA_TYPE1; in drm_test_check_reject_hdr_infoframe_bpc_10() 2919 hdr_blob = drm_property_create_blob(drm, sizeof(hdr_data), &hdr_data); in drm_test_check_reject_hdr_infoframe_bpc_10()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 2215 static int create_hdr_descs(u8 hdr_field, u8 *hdr_data, int len, int *hdr_len, in create_hdr_descs() argument 2225 cur = hdr_data + len - tmp_len; in create_hdr_descs()
|