Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 194) sorted by relevance

12345678

/linux/sound/pci/hda/
H A Dpatch_cs8409.c24 struct cs8409_spec *spec = codec->spec; in cs8409_parse_auto_config() local
57 struct cs8409_spec *spec; in cs8409_alloc_spec() local
93 struct cs8409_spec *spec = codec->spec; in cs8409_disable_i2c_clock() local
109 struct cs8409_spec *spec = container_of(work, struct cs8409_spec, i2c_clk_work.work); in cs8409_disable_i2c_clock_worker() local
122 struct cs8409_spec *spec = codec->spec; in cs8409_enable_i2c_clock() local
161 struct cs8409_spec *spec = codec->spec; in cs8409_set_i2c_dev_addr() local
200 struct cs8409_spec *spec = codec->spec; in cs8409_i2c_read() local
243 struct cs8409_spec *spec = codec->spec; in cs8409_i2c_bulk_read() local
288 struct cs8409_spec *spec = codec->spec; in cs8409_i2c_write() local
329 struct cs8409_spec *spec = codec->spec; in cs8409_i2c_bulk_write() local
[all …]
H A Dhda_generic.c37 int snd_hda_gen_spec_init(struct hda_gen_spec *spec) in snd_hda_gen_spec_init()
59 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, in snd_hda_gen_add_kctl()
76 static void free_kctls(struct hda_gen_spec *spec) in free_kctls()
87 static void snd_hda_gen_spec_free(struct hda_gen_spec *spec) in snd_hda_gen_spec_free()
107 struct hda_gen_spec *spec = codec->spec; in parse_user_hints() local
260 struct hda_gen_spec *spec = codec->spec; in get_nid_path() local
289 struct hda_gen_spec *spec = codec->spec; in snd_hda_get_path_idx() local
310 struct hda_gen_spec *spec = codec->spec; in snd_hda_get_path_from_idx() local
321 struct hda_gen_spec *spec = codec->spec; in is_dac_already_used() local
347 struct hda_gen_spec *spec = codec->spec; in is_ctl_used() local
[all …]
H A Dpatch_conexant.c56 static int set_beep_amp(struct conexant_spec *spec, hda_nid_t nid, in set_beep_amp()
76 struct conexant_spec *spec = codec->spec; in cx_auto_parse_beep() local
95 struct conexant_spec *spec = codec->spec; in cx_auto_parse_eapd() local
134 struct conexant_spec *spec = codec->spec; in cx_auto_vmaster_hook() local
144 struct conexant_spec *spec = codec->spec; in cx_auto_vmaster_mute_led() local
154 struct conexant_spec *spec = codec->spec; in cxt_init_gpio_led() local
190 struct conexant_spec *spec = codec->spec; in cx_auto_init() local
206 struct conexant_spec *spec = codec->spec; in cx_auto_shutdown() local
323 struct conexant_spec *spec = codec->spec; in cxt_fixup_stereo_dmic() local
358 struct conexant_spec *spec = codec->spec; in cxt_update_headset_mode() local
[all …]
H A Dpatch_hdmi.c199 struct hdmi_spec *spec = codec->spec; in codec_has_acomp() local
242 #define get_pin(spec, idx) \ argument
244 #define get_cvt(spec, idx) \ argument
247 #define get_hdmi_pcm(spec, idx) (&(spec)->pcm_rec[idx]) argument
249 #define get_pcm_rec(spec, idx) (get_hdmi_pcm(spec, idx)->pcm) argument
254 struct hdmi_spec *spec = codec->spec; in pin_id_to_pin_index() local
279 struct hdmi_spec *spec = codec->spec; in hinfo_to_pcm_index() local
293 struct hdmi_spec *spec = codec->spec; in hinfo_to_pin_index() local
309 static struct hdmi_spec_per_pin *pcm_idx_to_pin(struct hdmi_spec *spec, in pcm_idx_to_pin()
325 struct hdmi_spec *spec = codec->spec; in cvt_nid_to_cvt_index() local
[all …]
H A Dpatch_realtek.c148 struct alc_spec *spec = codec->spec; in coef_mutex_lock() local
156 struct alc_spec *spec = codec->spec; in coef_mutex_unlock() local
230 struct alc_spec *spec = codec->spec; in alc_get_coef0() local
272 struct alc_spec *spec = codec->spec; in alc_setup_gpio() local
281 struct alc_spec *spec = codec->spec; in alc_write_gpio_data() local
290 struct alc_spec *spec = codec->spec; in alc_update_gpio_data() local
303 struct alc_spec *spec = codec->spec; in alc_write_gpio() local
362 struct alc_spec *spec = codec->spec; in alc_fix_pll() local
372 struct alc_spec *spec = codec->spec; in alc_fix_pll_init() local
588 struct alc_spec *spec = codec->spec; in alc_shutup_pins() local
[all …]
H A Dpatch_ca0132.c1181 #define ca0132_quirk(spec) ((spec)->codec->fixup_id) argument
1182 #define ca0132_use_pci_mmio(spec) ((spec)->use_pci_mmio) argument
1183 #define ca0132_use_alt_functions(spec) ((spec)->use_alt_functions) argument
1184 #define ca0132_use_alt_controls(spec) ((spec)->use_alt_controls) argument
1186 #define ca0132_quirk(spec) ({ (void)(spec); QUIRK_NONE; }) argument
1187 #define ca0132_use_alt_functions(spec) ({ (void)(spec); false; }) argument
1188 #define ca0132_use_pci_mmio(spec) ({ (void)(spec); false; }) argument
1189 #define ca0132_use_alt_controls(spec) ({ (void)(spec); false; }) argument
1581 struct ca0132_spec *spec = codec->spec; in chipio_write_address() local
1607 struct ca0132_spec *spec = codec->spec; in chipio_write_data() local
[all …]
H A Dpatch_cmedia.c120 struct cmi_spec *spec = in cm9825_unsol_hp_delayed() local
154 struct cmi_spec *spec = codec->spec; in hp_callback() local
171 struct cmi_spec *spec = codec->spec; in cm9825_setup_unsol() local
188 struct cmi_spec *spec = codec->spec; in cm9825_free() local
196 struct cmi_spec *spec = codec->spec; in cm9825_suspend() local
207 struct cmi_spec *spec = codec->spec; in cm9825_resume() local
258 struct cmi_spec *spec; in patch_cm9825() local
305 struct cmi_spec *spec; in patch_cmi9880() local
334 struct cmi_spec *spec; in patch_cmi8888() local
H A Dpatch_senarytech.c45 static int set_beep_amp(struct senary_spec *spec, hda_nid_t nid, in set_beep_amp()
65 struct senary_spec *spec = codec->spec; in senary_auto_parse_beep() local
81 struct senary_spec *spec = codec->spec; in senary_auto_parse_eapd() local
112 struct senary_spec *spec = codec->spec; in senary_auto_vmaster_hook() local
119 struct senary_spec *spec = codec->spec; in senary_init_gpio_led() local
143 struct senary_spec *spec = codec->spec; in senary_auto_shutdown() local
175 struct senary_spec *spec; in patch_senary_auto() local
/linux/sound/pci/ice1712/
H A Dpsc724.c106 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8766); in psc724_wm8766_write() local
148 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8776); in psc724_wm8776_write() local
158 struct psc724_spec *spec = ice->spec; in psc724_set_master_switch() local
170 struct psc724_spec *spec = ice->spec; in psc724_get_master_switch() local
179 struct psc724_spec *spec = ice->spec; in psc724_set_jack_state() local
202 struct psc724_spec *spec = container_of(work, struct psc724_spec, in psc724_update_hp_jack_state() local
215 struct psc724_spec *spec = ice->spec; in psc724_set_jack_detection() local
232 struct psc724_spec *spec = ice->spec; in psc724_get_jack_detection() local
307 struct psc724_spec *spec = ice->spec; in psc724_add_controls() local
360 struct psc724_spec *spec = ice->spec; in psc724_set_pro_rate() local
[all …]
H A Dhoontech.c43 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_darear() local
52 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_mute() local
61 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_insel() local
70 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_box_channel() local
120 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_box_midi() local
148 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_midi2() local
157 struct hoontech_spec *spec; in hoontech_init() local
H A Dews.c134 struct ews_spec *spec = ice->spec; in snd_ice1712_ews88mt_chip_select() local
220 struct ews_spec *spec = ice->spec; in snd_ice1712_ews_cs8404_spdif_write() local
413 struct ews_spec *spec; in snd_ice1712_ews_init() local
631 struct ews_spec *spec = ice->spec; in snd_ice1712_ews88mt_output_sense_get() local
648 struct ews_spec *spec = ice->spec; in snd_ice1712_ews88mt_output_sense_put() local
670 struct ews_spec *spec = ice->spec; in snd_ice1712_ews88mt_input_sense_get() local
691 struct ews_spec *spec = ice->spec; in snd_ice1712_ews88mt_input_sense_put() local
739 struct ews_spec *spec = ice->spec; in snd_ice1712_ews88d_control_get() local
760 struct ews_spec *spec = ice->spec; in snd_ice1712_ews88d_control_put() local
815 struct ews_spec *spec = ice->spec; in snd_ice1712_6fire_read_pca() local
[all …]
H A Dse.c448 struct se_spec *spec = ice->spec; in se200pci_cont_volume_get() local
459 struct se_spec *spec = ice->spec; in se200pci_cont_boolean_get() local
469 struct se_spec *spec = ice->spec; in se200pci_cont_enum_get() local
477 struct se_spec *spec = ice->spec; in se200pci_cont_update() local
520 struct se_spec *spec = ice->spec; in se200pci_cont_volume_put() local
546 struct se_spec *spec = ice->spec; in se200pci_cont_boolean_put() local
563 struct se_spec *spec = ice->spec; in se200pci_cont_enum_put() local
661 struct se_spec *spec; in se_init() local
H A Dphase.c332 struct phase28_spec *spec = ice->spec; in wm_master_vol_get() local
344 struct phase28_spec *spec = ice->spec; in wm_master_vol_put() local
408 struct phase28_spec *spec; in phase28_init() local
479 struct phase28_spec *spec = ice->spec; in wm_vol_get() local
494 struct phase28_spec *spec = ice->spec; in wm_vol_put() local
535 struct phase28_spec *spec = ice->spec; in wm_mute_get() local
551 struct phase28_spec *spec = ice->spec; in wm_mute_put() local
584 struct phase28_spec *spec = ice->spec; in wm_master_mute_get() local
597 struct phase28_spec *spec = ice->spec; in wm_master_mute_put() local
H A Daureon.c201 struct aureon_spec *spec = ice->spec; in aureon_universe_inmux_get() local
210 struct aureon_spec *spec = ice->spec; in aureon_universe_inmux_put() local
232 struct aureon_spec *spec = ice->spec; in aureon_ac97_write() local
285 struct aureon_spec *spec = ice->spec; in aureon_ac97_read() local
294 struct aureon_spec *spec = ice->spec; in aureon_ac97_init() local
745 struct aureon_spec *spec = ice->spec; in wm_master_vol_get() local
756 struct aureon_spec *spec = ice->spec; in wm_master_vol_put() local
795 struct aureon_spec *spec = ice->spec; in wm_vol_get() local
809 struct aureon_spec *spec = ice->spec; in wm_vol_put() local
848 struct aureon_spec *spec = ice->spec; in wm_mute_get() local
[all …]
H A Dprodigy_hifi.c255 struct prodigy_hifi_spec *spec = ice->spec; in ak4396_dac_vol_get() local
267 struct prodigy_hifi_spec *spec = ice->spec; in ak4396_dac_vol_put() local
364 struct prodigy_hifi_spec *spec = ice->spec; in wm_dac_vol_get() local
376 struct prodigy_hifi_spec *spec = ice->spec; in wm_dac_vol_put() local
412 struct prodigy_hifi_spec *spec = ice->spec; in wm8766_vol_get() local
425 struct prodigy_hifi_spec *spec = ice->spec; in wm8766_vol_put() local
463 struct prodigy_hifi_spec *spec = ice->spec; in wm_master_vol_get() local
474 struct prodigy_hifi_spec *spec = ice->spec; in wm_master_vol_put() local
994 struct prodigy_hifi_spec *spec = ice->spec; in prodigy_hifi_resume() local
1064 struct prodigy_hifi_spec *spec; in prodigy_hifi_init() local
[all …]
/linux/lib/
H A Dvsprintf.c452 struct printf_spec spec) in number() argument
574 struct printf_spec spec; special_hex_number() local
611 widen_string(char * buf,int n,char * end,struct printf_spec spec) widen_string() argument
633 string_nocheck(char * buf,char * end,const char * s,struct printf_spec spec) string_nocheck() argument
651 err_ptr(char * buf,char * end,void * ptr,struct printf_spec spec) err_ptr() argument
671 error_string(char * buf,char * end,const char * s,struct printf_spec spec) error_string() argument
701 check_pointer(char ** buf,char * end,const void * ptr,struct printf_spec spec) check_pointer() argument
716 string(char * buf,char * end,const char * s,struct printf_spec spec) string() argument
726 pointer_string(char * buf,char * end,const void * ptr,struct printf_spec spec) pointer_string() argument
801 ptr_to_id(char * buf,char * end,const void * ptr,struct printf_spec spec) ptr_to_id() argument
831 default_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) default_pointer() argument
847 restricted_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) restricted_pointer() argument
893 dentry_name(char * buf,char * end,const struct dentry * d,struct printf_spec spec,const char * fmt) dentry_name() argument
943 file_dentry_name(char * buf,char * end,const struct file * f,struct printf_spec spec,const char * fmt) file_dentry_name() argument
953 bdev_name(char * buf,char * end,struct block_device * bdev,struct printf_spec spec,const char * fmt) bdev_name() argument
976 symbol_string(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) symbol_string() argument
1037 hex_range(char * buf,char * end,u64 start_val,u64 end_val,struct printf_spec spec) hex_range() argument
1051 resource_string(char * buf,char * end,struct resource * res,struct printf_spec spec,const char * fmt) resource_string() argument
1148 range_string(char * buf,char * end,const struct range * range,struct printf_spec spec,const char * fmt) range_string() argument
1172 hex_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) hex_string() argument
1224 bitmap_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_string() argument
1268 bitmap_list_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_list_string() argument
1298 mac_address_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) mac_address_string() argument
1488 ip6_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip6_addr_string() argument
1502 ip4_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip4_addr_string() argument
1513 ip6_addr_string_sa(char * buf,char * end,const struct sockaddr_in6 * sa,struct printf_spec spec,const char * fmt) ip6_addr_string_sa() argument
1575 ip4_addr_string_sa(char * buf,char * end,const struct sockaddr_in * sa,struct printf_spec spec,const char * fmt) ip4_addr_string_sa() argument
1610 ip_addr_string(char * buf,char * end,const void * ptr,struct printf_spec spec,const char * fmt) ip_addr_string() argument
1644 escaped_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) escaped_string() argument
1707 va_format(char * buf,char * end,struct va_format * va_fmt,struct printf_spec spec) va_format() argument
1724 uuid_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) uuid_string() argument
1769 netdev_bits(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) netdev_bits() argument
1791 fourcc_string(char * buf,char * end,const u32 * fourcc,struct printf_spec spec,const char * fmt) fourcc_string() argument
1829 address_val(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) address_val() argument
1889 rtc_str(char * buf,char * end,const struct rtc_time * tm,struct printf_spec spec,const char * fmt) rtc_str() argument
1939 time64_str(char * buf,char * end,const time64_t time,struct printf_spec spec,const char * fmt) time64_str() argument
1961 time_and_date(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) time_and_date() argument
1975 clock(char * buf,char * end,struct clk * clk,struct printf_spec spec,const char * fmt) clock() argument
2022 const struct printf_spec *spec; global() member
2088 flags_string(char * buf,char * end,void * flags_ptr,struct printf_spec spec,const char * fmt) flags_string() argument
2143 device_node_string(char * buf,char * end,struct device_node * dn,struct printf_spec spec,const char * fmt) device_node_string() argument
2233 fwnode_string(char * buf,char * end,struct fwnode_handle * fwnode,struct printf_spec spec,const char * fmt) fwnode_string() argument
2263 resource_or_range(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) resource_or_range() argument
2427 pointer(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) pointer() argument
2564 format_decode(struct fmt fmt,struct printf_spec * spec) format_decode() argument
2702 set_field_width(struct printf_spec * spec,int width) set_field_width() argument
2711 set_precision(struct printf_spec * spec,int prec) set_precision() argument
2725 convert_num_spec(unsigned int val,int size,struct printf_spec spec) convert_num_spec() argument
2766 struct printf_spec spec = {0}; vsnprintf() local
3046 struct printf_spec spec = {0}; vbin_printf() local
3186 struct printf_spec spec = {0}; bstr_printf() local
[all...]
/linux/drivers/net/ethernet/sfc/
H A Dfilter.h178 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx()
190 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx()
207 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, in efx_filter_set_ipv4_local()
228 efx_filter_set_ipv6_local(struct efx_filter_spec *spec, u8 proto, in efx_filter_set_ipv6_local()
251 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, in efx_filter_set_ipv4_full()
278 static inline int efx_filter_set_eth_local(struct efx_filter_spec *spec, in efx_filter_set_eth_local()
299 static inline int efx_filter_set_uc_def(struct efx_filter_spec *spec) in efx_filter_set_uc_def()
309 static inline int efx_filter_set_mc_def(struct efx_filter_spec *spec) in efx_filter_set_mc_def()
321 static inline void efx_filter_set_vport_id(struct efx_filter_spec *spec, in efx_filter_set_vport_id()
328 static inline void efx_filter_set_encap_type(struct efx_filter_spec *spec, in efx_filter_set_encap_type()
[all …]
H A Dmcdi_filters.c63 static bool efx_mcdi_filter_is_exclusive(const struct efx_filter_spec *spec) in efx_mcdi_filter_is_exclusive()
86 const struct efx_filter_spec *spec, in efx_mcdi_filter_set_entry()
94 const struct efx_filter_spec *spec, in efx_mcdi_filter_push_prep_set_match_fields()
195 const struct efx_filter_spec *spec, in efx_mcdi_filter_push_prep()
247 const struct efx_filter_spec *spec, u64 *handle, in efx_mcdi_filter_push()
268 static u32 efx_mcdi_filter_mcdi_flags_from_spec(const struct efx_filter_spec *spec) in efx_mcdi_filter_mcdi_flags_from_spec()
329 const struct efx_filter_spec *spec) in efx_mcdi_filter_pri()
344 struct efx_filter_spec *spec, in efx_mcdi_filter_insert_locked()
556 s32 efx_mcdi_filter_insert(struct efx_nic *efx, struct efx_filter_spec *spec, in efx_mcdi_filter_insert()
585 struct efx_filter_spec *spec; in efx_mcdi_filter_remove_internal() local
[all …]
/linux/drivers/net/ethernet/sfc/siena/
H A Dfilter.h178 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx()
190 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx()
207 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, in efx_filter_set_ipv4_local()
230 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, in efx_filter_set_ipv4_full()
257 static inline int efx_filter_set_eth_local(struct efx_filter_spec *spec, in efx_filter_set_eth_local()
278 static inline int efx_filter_set_uc_def(struct efx_filter_spec *spec) in efx_filter_set_uc_def()
288 static inline int efx_filter_set_mc_def(struct efx_filter_spec *spec) in efx_filter_set_mc_def()
295 static inline void efx_filter_set_encap_type(struct efx_filter_spec *spec, in efx_filter_set_encap_type()
303 const struct efx_filter_spec *spec) in efx_filter_get_encap_type()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h152 static inline void ef4_filter_init_rx(struct ef4_filter_spec *spec, in ef4_filter_init_rx()
164 static inline void ef4_filter_init_tx(struct ef4_filter_spec *spec, in ef4_filter_init_tx()
181 ef4_filter_set_ipv4_local(struct ef4_filter_spec *spec, u8 proto, in ef4_filter_set_ipv4_local()
204 ef4_filter_set_ipv4_full(struct ef4_filter_spec *spec, u8 proto, in ef4_filter_set_ipv4_full()
231 static inline int ef4_filter_set_eth_local(struct ef4_filter_spec *spec, in ef4_filter_set_eth_local()
252 static inline int ef4_filter_set_uc_def(struct ef4_filter_spec *spec) in ef4_filter_set_uc_def()
262 static inline int ef4_filter_set_mc_def(struct ef4_filter_spec *spec) in ef4_filter_set_mc_def()
/linux/drivers/video/fbdev/via/
H A Dvia_aux_edid.c20 struct fb_monspecs *spec = drv->data; in query_edid() local
49 struct fb_monspecs *spec = drv->data; in get_preferred_mode() local
66 struct fb_monspecs *spec = drv->data; in cleanup() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_geneve.c50 struct mlx5_flow_spec *spec, in mlx5e_tc_tun_parse_udp_ports_geneve()
125 struct mlx5_flow_spec *spec, in mlx5e_tc_tun_parse_geneve_vni()
157 struct mlx5_flow_spec *spec, in mlx5e_tc_tun_parse_geneve_options()
289 struct mlx5_flow_spec *spec, in mlx5e_tc_tun_parse_geneve_params()
320 struct mlx5_flow_spec *spec, in mlx5e_tc_tun_parse_geneve()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c180 struct mlx5_flow_spec *spec) in ipsec_rx_rule_add_match_obj()
207 struct mlx5_flow_spec *spec; in rx_add_rule_drop_auth_trailer() local
286 struct mlx5_flow_spec *spec; in rx_add_rule_drop_replay() local
343 struct mlx5_flow_spec *spec; in ipsec_rx_status_drop_all_create() local
453 struct mlx5_flow_spec *spec; in ipsec_rx_status_pass_create() local
551 struct mlx5_flow_spec *spec; in ipsec_miss_create() local
1199 struct mlx5_flow_spec *spec; in ipsec_counter_rule_tx() local
1487 static void setup_fte_addr4(struct mlx5_flow_spec *spec, in setup_fte_addr4()
1518 static void setup_fte_addr6(struct mlx5_flow_spec *spec, in setup_fte_addr6()
1549 static void setup_fte_esp(struct mlx5_flow_spec *spec) in setup_fte_esp()
[all …]
/linux/include/linux/surface_aggregator/
H A Dcontroller.h355 #define SSAM_DEFINE_SYNC_REQUEST_N(name, spec...) \ argument
395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \ argument
436 #define SSAM_DEFINE_SYNC_REQUEST_R(name, rtype, spec...) \ argument
497 #define SSAM_DEFINE_SYNC_REQUEST_WR(name, atype, rtype, spec...) \ argument
556 #define SSAM_DEFINE_SYNC_REQUEST_MD_N(name, spec...) \ argument
598 #define SSAM_DEFINE_SYNC_REQUEST_MD_W(name, atype, spec...) \ argument
641 #define SSAM_DEFINE_SYNC_REQUEST_MD_R(name, rtype, spec...) \ argument
704 #define SSAM_DEFINE_SYNC_REQUEST_MD_WR(name, atype, rtype, spec...) \ argument
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c100 char spec[]; member
189 static int nfp_dump_error_tlv_size(struct nfp_dump_tl *spec) in nfp_dump_error_tlv_size()
202 static int nfp_calc_hwinfo_field_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) in nfp_calc_hwinfo_field_sz()
234 nfp_calc_rtsym_dump_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) in nfp_calc_rtsym_dump_sz()
317 s64 nfp_net_dump_calculate_size(struct nfp_pf *pf, struct nfp_dumpspec *spec, in nfp_net_dump_calculate_size()
354 nfp_dump_error_tlv(struct nfp_dump_tl *spec, int error, in nfp_dump_error_tlv()
395 nfp_dump_hwinfo(struct nfp_pf *pf, struct nfp_dump_tl *spec, in nfp_dump_hwinfo()
416 static int nfp_dump_hwinfo_field(struct nfp_pf *pf, struct nfp_dump_tl *spec, in nfp_dump_hwinfo_field()
606 nfp_dump_single_rtsym(struct nfp_pf *pf, struct nfp_dumpspec_rtsym *spec, in nfp_dump_single_rtsym()
748 int nfp_net_dump_populate_buffer(struct nfp_pf *pf, struct nfp_dumpspec *spec, in nfp_net_dump_populate_buffer()

12345678