Home
last modified time | relevance | path

Searched defs:common (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c273 static void rsi_set_default_parameters(struct rsi_common *common) in rsi_set_default_parameters()
301 void init_bgscan_params(struct rsi_common *common) in init_bgscan_params()
320 static void rsi_set_contention_vals(struct rsi_common *common) in rsi_set_contention_vals()
343 static int rsi_send_internal_mgmt_frame(struct rsi_common *common, in rsi_send_internal_mgmt_frame()
370 static int rsi_load_radio_caps(struct rsi_common *common) in rsi_load_radio_caps()
483 static int rsi_mgmt_pkt_to_core(struct rsi_common *common, in rsi_mgmt_pkt_to_core()
535 int rsi_hal_send_sta_notify_frame(struct rsi_common *common, enum opmode opmode, in rsi_hal_send_sta_notify_frame()
611 int rsi_send_aggregation_params_frame(struct rsi_common *common, in rsi_send_aggregation_params_frame()
664 static int rsi_program_bb_rf(struct rsi_common *common) in rsi_program_bb_rf()
711 int rsi_set_vap_capabilities(struct rsi_common *common, in rsi_set_vap_capabilities()
[all …]
Drsi_91x_mac80211.c176 bool rsi_is_cipher_wep(struct rsi_common *common) in rsi_is_cipher_wep()
239 struct rsi_common *common = adapter->priv; in rsi_mac80211_hw_scan_start() local
278 struct rsi_common *common = adapter->priv; in rsi_mac80211_cancel_hw_scan() local
373 struct rsi_common *common = adapter->priv; in rsi_mac80211_tx() local
393 struct rsi_common *common = adapter->priv; in rsi_mac80211_start() local
419 struct rsi_common *common = adapter->priv; in rsi_mac80211_stop() local
462 struct rsi_common *common = adapter->priv; in rsi_mac80211_add_interface() local
533 struct rsi_common *common = adapter->priv; in rsi_mac80211_remove_interface() local
576 struct rsi_common *common = adapter->priv; in rsi_channel_change() local
634 struct rsi_common *common = adapter->priv; in rsi_config_power() local
[all …]
Drsi_91x_main.c97 void rsi_print_version(struct rsi_common *common) in rsi_print_version()
120 static struct sk_buff *rsi_prepare_skb(struct rsi_common *common, in rsi_prepare_skb()
157 int rsi_read_pkt(struct rsi_common *common, u8 *rx_pkt, s32 rcv_pkt_len) in rsi_read_pkt()
253 static void rsi_tx_scheduler_thread(struct rsi_common *common) in rsi_tx_scheduler_thread()
273 struct rsi_common *common = priv; in rsi_get_host_intf() local
280 struct rsi_common *common = priv; in rsi_set_bt_context() local
286 void rsi_attach_bt(struct rsi_common *common) in rsi_attach_bt()
304 struct rsi_common *common = NULL; in rsi_91x_init() local
400 struct rsi_common *common = adapter->priv; in rsi_91x_deinit() local
Drsi_91x_core.c29 static u8 rsi_determine_min_weight_queue(struct rsi_common *common) in rsi_determine_min_weight_queue()
52 static bool rsi_recalculate_weights(struct rsi_common *common) in rsi_recalculate_weights()
91 static u32 rsi_get_num_pkts_dequeue(struct rsi_common *common, u8 q_num) in rsi_get_num_pkts_dequeue()
138 static u8 rsi_core_determine_hal_queue(struct rsi_common *common) in rsi_core_determine_hal_queue()
218 static void rsi_core_queue_pkt(struct rsi_common *common, in rsi_core_queue_pkt()
240 static struct sk_buff *rsi_core_dequeue_pkt(struct rsi_common *common, in rsi_core_dequeue_pkt()
261 void rsi_core_qos_processor(struct rsi_common *common) in rsi_core_qos_processor()
338 struct rsi_sta *rsi_find_sta(struct rsi_common *common, u8 *mac_addr) in rsi_find_sta()
374 void rsi_core_xmit(struct rsi_common *common, struct sk_buff *skb) in rsi_core_xmit()
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c273 static void rsi_set_default_parameters(struct rsi_common *common) in rsi_set_default_parameters()
301 void init_bgscan_params(struct rsi_common *common) in init_bgscan_params()
320 static void rsi_set_contention_vals(struct rsi_common *common) in rsi_set_contention_vals()
343 static int rsi_send_internal_mgmt_frame(struct rsi_common *common, in rsi_send_internal_mgmt_frame()
370 static int rsi_load_radio_caps(struct rsi_common *common) in rsi_load_radio_caps()
483 static int rsi_mgmt_pkt_to_core(struct rsi_common *common, in rsi_mgmt_pkt_to_core()
535 int rsi_hal_send_sta_notify_frame(struct rsi_common *common, enum opmode opmode, in rsi_hal_send_sta_notify_frame()
611 int rsi_send_aggregation_params_frame(struct rsi_common *common, in rsi_send_aggregation_params_frame()
664 static int rsi_program_bb_rf(struct rsi_common *common) in rsi_program_bb_rf()
711 int rsi_set_vap_capabilities(struct rsi_common *common, in rsi_set_vap_capabilities()
[all …]
Drsi_91x_mac80211.c176 bool rsi_is_cipher_wep(struct rsi_common *common) in rsi_is_cipher_wep()
239 struct rsi_common *common = adapter->priv; in rsi_mac80211_hw_scan_start() local
279 struct rsi_common *common = adapter->priv; in rsi_mac80211_cancel_hw_scan() local
374 struct rsi_common *common = adapter->priv; in rsi_mac80211_tx() local
394 struct rsi_common *common = adapter->priv; in rsi_mac80211_start() local
420 struct rsi_common *common = adapter->priv; in rsi_mac80211_stop() local
463 struct rsi_common *common = adapter->priv; in rsi_mac80211_add_interface() local
534 struct rsi_common *common = adapter->priv; in rsi_mac80211_remove_interface() local
577 struct rsi_common *common = adapter->priv; in rsi_channel_change() local
637 struct rsi_common *common = adapter->priv; in rsi_config_power() local
[all …]
Drsi_91x_main.c97 void rsi_print_version(struct rsi_common *common) in rsi_print_version()
120 static struct sk_buff *rsi_prepare_skb(struct rsi_common *common, in rsi_prepare_skb()
157 int rsi_read_pkt(struct rsi_common *common, u8 *rx_pkt, s32 rcv_pkt_len) in rsi_read_pkt()
253 static void rsi_tx_scheduler_thread(struct rsi_common *common) in rsi_tx_scheduler_thread()
273 struct rsi_common *common = (struct rsi_common *)priv; in rsi_get_host_intf() local
280 struct rsi_common *common = (struct rsi_common *)priv; in rsi_set_bt_context() local
286 void rsi_attach_bt(struct rsi_common *common) in rsi_attach_bt()
304 struct rsi_common *common = NULL; in rsi_91x_init() local
400 struct rsi_common *common = adapter->priv; in rsi_91x_deinit() local
Drsi_91x_core.c29 static u8 rsi_determine_min_weight_queue(struct rsi_common *common) in rsi_determine_min_weight_queue()
52 static bool rsi_recalculate_weights(struct rsi_common *common) in rsi_recalculate_weights()
91 static u32 rsi_get_num_pkts_dequeue(struct rsi_common *common, u8 q_num) in rsi_get_num_pkts_dequeue()
138 static u8 rsi_core_determine_hal_queue(struct rsi_common *common) in rsi_core_determine_hal_queue()
219 static void rsi_core_queue_pkt(struct rsi_common *common, in rsi_core_queue_pkt()
241 static struct sk_buff *rsi_core_dequeue_pkt(struct rsi_common *common, in rsi_core_dequeue_pkt()
262 void rsi_core_qos_processor(struct rsi_common *common) in rsi_core_qos_processor()
339 struct rsi_sta *rsi_find_sta(struct rsi_common *common, u8 *mac_addr) in rsi_find_sta()
375 void rsi_core_xmit(struct rsi_common *common, struct sk_buff *skb) in rsi_core_xmit()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
Dhtc_drv_init.c64 static void ath9k_htc_op_ps_wakeup(struct ath_common *common) in ath9k_htc_op_ps_wakeup()
69 static void ath9k_htc_op_ps_restore(struct ath_common *common) in ath9k_htc_op_ps_restore()
237 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regread() local
259 struct ath_common *common = ath9k_hw_common(ah); in ath9k_multi_regread() local
283 static void ath9k_regwrite_multi(struct ath_common *common) in ath9k_regwrite_multi()
305 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_single() local
326 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_buffer() local
349 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite() local
361 struct ath_common *common = ath9k_hw_common(ah); in ath9k_enable_regwrite_buffer() local
370 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_flush() local
[all …]
Dmain.c102 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_ps_full_sleep() local
118 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_wakeup() local
148 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_restore() local
237 struct ath_common *common = ath9k_hw_common(ah); in ath_complete_reset() local
287 struct ath_common *common = ath9k_hw_common(ah); in ath_reset_internal() local
382 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tasklet() local
508 struct ath_common *common = ath9k_hw_common(ah); in ath_isr() local
611 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_reset() local
631 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_queue_reset() local
657 struct ath_common *common = ath9k_hw_common(ah); in ath9k_start() local
[all …]
Dlink.c74 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_check() local
100 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_rx_hang_check() local
122 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_work() local
151 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_activate() local
177 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_send_frame() local
220 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_calibrate() local
306 struct ath_common *common = from_timer(common, t, ani.timer); in ath_ani_calibrate() local
424 struct ath_common *common = ath9k_hw_common(ah); in ath_start_ani() local
443 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_stop_ani() local
452 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_check_ani() local
[all …]
Dhtc_drv_main.c143 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_set_mac_bssid_mask() local
187 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_reset() local
245 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_set_channel() local
332 struct ath_common *common = ath9k_hw_common(priv->ah); in __ath9k_htc_remove_monitor_interface() local
352 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_add_monitor_interface() local
441 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_monitor_interface() local
470 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_add_station() local
536 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_station() local
646 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_send_rate_cmd() local
662 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_init_rate() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhtc_drv_init.c64 static void ath9k_htc_op_ps_wakeup(struct ath_common *common) in ath9k_htc_op_ps_wakeup()
69 static void ath9k_htc_op_ps_restore(struct ath_common *common) in ath9k_htc_op_ps_restore()
237 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regread() local
259 struct ath_common *common = ath9k_hw_common(ah); in ath9k_multi_regread() local
283 static void ath9k_regwrite_multi(struct ath_common *common) in ath9k_regwrite_multi()
305 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_single() local
326 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_buffer() local
349 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite() local
361 struct ath_common *common = ath9k_hw_common(ah); in ath9k_enable_regwrite_buffer() local
370 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_flush() local
[all …]
Dmain.c102 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_ps_full_sleep() local
118 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_wakeup() local
149 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_restore() local
238 struct ath_common *common = ath9k_hw_common(ah); in ath_complete_reset() local
288 struct ath_common *common = ath9k_hw_common(ah); in ath_reset_internal() local
383 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tasklet() local
509 struct ath_common *common = ath9k_hw_common(ah); in ath_isr() local
612 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_reset() local
632 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_queue_reset() local
658 struct ath_common *common = ath9k_hw_common(ah); in ath9k_start() local
[all …]
Dlink.c74 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_check() local
100 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_rx_hang_check() local
122 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_work() local
151 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_activate() local
177 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_send_frame() local
220 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_calibrate() local
306 struct ath_common *common = from_timer(common, t, ani.timer); in ath_ani_calibrate() local
424 struct ath_common *common = ath9k_hw_common(ah); in ath_start_ani() local
443 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_stop_ani() local
452 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_check_ani() local
[all …]
Dhtc_drv_main.c143 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_set_mac_bssid_mask() local
187 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_reset() local
245 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_set_channel() local
332 struct ath_common *common = ath9k_hw_common(priv->ah); in __ath9k_htc_remove_monitor_interface() local
352 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_add_monitor_interface() local
441 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_monitor_interface() local
470 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_add_station() local
536 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_station() local
646 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_send_rate_cmd() local
662 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_init_rate() local
[all …]
Dbeacon.c36 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beaconq_config() local
77 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_setup() local
116 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_generate() local
197 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_assign_slot() local
219 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_remove_slot() local
246 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_ensure_primary_slot() local
308 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_choose_slot() local
337 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_set_tsfadjust() local
392 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_tasklet() local
570 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_config_adhoc() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c158 static void am65_cpsw_nuss_get_ver(struct am65_cpsw_common *common) in am65_cpsw_nuss_get_ver()
173 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_add_vid() local
202 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_kill_vid() local
227 struct am65_cpsw_common *common = port->common; in am65_cpsw_slave_set_promisc() local
249 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_set_rx_mode() local
282 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_host_tx_timeout() local
305 static int am65_cpsw_nuss_rx_push(struct am65_cpsw_common *common, in am65_cpsw_nuss_rx_push()
341 void am65_cpsw_nuss_set_p0_ptype(struct am65_cpsw_common *common) in am65_cpsw_nuss_set_p0_ptype()
370 static int am65_cpsw_nuss_common_open(struct am65_cpsw_common *common) in am65_cpsw_nuss_common_open()
476 static int am65_cpsw_nuss_common_stop(struct am65_cpsw_common *common) in am65_cpsw_nuss_common_stop()
[all …]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Df_mass_storage.c295 struct fsg_common *common; member
309 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set()
319 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument
326 static int exception_in_progress(struct fsg_common *common) in exception_in_progress()
332 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length()
366 static void __raise_exception(struct fsg_common *common, enum fsg_state new_state, in __raise_exception()
388 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception()
395 static int ep0_queue(struct fsg_common *common) in ep0_queue()
416 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
432 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_mass_storage.c323 struct fsg_common *common; member
337 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set()
347 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument
356 static int exception_in_progress(struct fsg_common *common) in exception_in_progress()
362 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length()
396 static void __raise_exception(struct fsg_common *common, enum fsg_state new_state, in __raise_exception()
418 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception()
425 static int ep0_queue(struct fsg_common *common) in ep0_queue()
446 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
462 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
[all …]
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
Dccu_frac.c13 bool ccu_frac_helper_is_enabled(struct ccu_common *common, in ccu_frac_helper_is_enabled()
23 void ccu_frac_helper_enable(struct ccu_common *common, in ccu_frac_helper_enable()
39 void ccu_frac_helper_disable(struct ccu_common *common, in ccu_frac_helper_disable()
55 bool ccu_frac_helper_has_rate(struct ccu_common *common, in ccu_frac_helper_has_rate()
66 unsigned long ccu_frac_helper_read_rate(struct ccu_common *common, in ccu_frac_helper_read_rate()
88 int ccu_frac_helper_set_rate(struct ccu_common *common, in ccu_frac_helper_set_rate()
Dccu_sdm.c12 bool ccu_sdm_helper_is_enabled(struct ccu_common *common, in ccu_sdm_helper_is_enabled()
25 void ccu_sdm_helper_enable(struct ccu_common *common, in ccu_sdm_helper_enable()
55 void ccu_sdm_helper_disable(struct ccu_common *common, in ccu_sdm_helper_disable()
93 bool ccu_sdm_helper_has_rate(struct ccu_common *common, in ccu_sdm_helper_has_rate()
110 unsigned long ccu_sdm_helper_read_rate(struct ccu_common *common, in ccu_sdm_helper_read_rate()
141 int ccu_sdm_helper_get_factors(struct ccu_common *common, in ccu_sdm_helper_get_factors()
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
Dccu_frac.c13 bool ccu_frac_helper_is_enabled(struct ccu_common *common, in ccu_frac_helper_is_enabled()
22 void ccu_frac_helper_enable(struct ccu_common *common, in ccu_frac_helper_enable()
37 void ccu_frac_helper_disable(struct ccu_common *common, in ccu_frac_helper_disable()
52 bool ccu_frac_helper_has_rate(struct ccu_common *common, in ccu_frac_helper_has_rate()
62 unsigned long ccu_frac_helper_read_rate(struct ccu_common *common, in ccu_frac_helper_read_rate()
83 int ccu_frac_helper_set_rate(struct ccu_common *common, in ccu_frac_helper_set_rate()
Dccu_sdm.c12 bool ccu_sdm_helper_is_enabled(struct ccu_common *common, in ccu_sdm_helper_is_enabled()
24 void ccu_sdm_helper_enable(struct ccu_common *common, in ccu_sdm_helper_enable()
53 void ccu_sdm_helper_disable(struct ccu_common *common, in ccu_sdm_helper_disable()
90 bool ccu_sdm_helper_has_rate(struct ccu_common *common, in ccu_sdm_helper_has_rate()
106 unsigned long ccu_sdm_helper_read_rate(struct ccu_common *common, in ccu_sdm_helper_read_rate()
136 int ccu_sdm_helper_get_factors(struct ccu_common *common, in ccu_sdm_helper_get_factors()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c148 static void am65_cpsw_nuss_get_ver(struct am65_cpsw_common *common) in am65_cpsw_nuss_get_ver()
162 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_adjust_link() local
226 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_add_vid() local
254 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_kill_vid() local
276 struct am65_cpsw_common *common = port->common; in am65_cpsw_slave_set_promisc_2g() local
293 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_set_rx_mode() local
326 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_host_tx_timeout() local
349 static int am65_cpsw_nuss_rx_push(struct am65_cpsw_common *common, in am65_cpsw_nuss_rx_push()
383 void am65_cpsw_nuss_set_p0_ptype(struct am65_cpsw_common *common) in am65_cpsw_nuss_set_p0_ptype()
407 static int am65_cpsw_nuss_common_open(struct am65_cpsw_common *common, in am65_cpsw_nuss_common_open()
[all …]

12345678910>>...27