Home
last modified time | relevance | path

Searched refs:hdr_data (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs282 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 Dfwcmd.h224 u32 hdr_data; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h29 #define ICE_SW_RULE_RX_TX_HDR_SIZE(s, l) struct_size((s), hdr_data, (l))
H A Dice_lag.c230 eth_hdr = s_rule->hdr_data; in ice_lag_cfg_fltr()
804 memcpy(s_rule->hdr_data, lacp_train_pkt, LACP_TRAIN_PKT_LEN); in ice_lag_cfg_cp_fltr()
H A Dice_switch.c2628 eth_hdr = s_rule->hdr_data; in ice_fill_sw_rule()
5651 pkt = s_rule->hdr_data; in ice_fill_adv_dummy_packet()
6220 status = ice_fill_adv_packet_tun(hw, rinfo->tun_type, s_rule->hdr_data, in ice_add_adv_rule()
6226 s_rule->hdr_data, in ice_add_adv_rule()
H A Dice_adminq_cmd.h727 u8 hdr_data[]; member
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2203 static int create_hdr_descs(u8 hdr_field, u8 *hdr_data, int len, int *hdr_len, in create_hdr_descs() argument
2213 cur = hdr_data + len - tmp_len; in create_hdr_descs()