Home
last modified time | relevance | path

Searched defs:mac_cb (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c120 int hns_mac_get_port_info(struct hns_mac_cb *mac_cb, in hns_mac_get_port_info()
271 int hns_mac_change_vf_addr(struct hns_mac_cb *mac_cb, in hns_mac_change_vf_addr()
354 int hns_mac_set_multi(struct hns_mac_cb *mac_cb, in hns_mac_set_multi()
396 struct hns_mac_cb *mac_cb) in hns_mac_param_get()
489 void hns_mac_reset(struct hns_mac_cb *mac_cb) in hns_mac_reset()
535 void hns_mac_start(struct hns_mac_cb *mac_cb) in hns_mac_start()
552 void hns_mac_stop(struct hns_mac_cb *mac_cb) in hns_mac_stop()
998 struct hns_mac_cb *mac_cb, u32 mac_mode_idx) in hns_mac_get_vaddr()
1091 struct hns_mac_cb *mac_cb; in hns_mac_init() local
1235 void hns_set_led_opt(struct hns_mac_cb *mac_cb) in hns_set_led_opt()
[all …]
H A Dhns_ae_adapt.c212 struct hns_mac_cb *mac_cb = hns_get_mac_cb(handle); in hns_ae_set_mac_address() local
232 struct hns_mac_cb *mac_cb = hns_get_mac_cb(handle); in hns_ae_add_uc_address() local
243 struct hns_mac_cb *mac_cb = hns_get_mac_cb(handle); in hns_ae_rm_uc_address() local
255 struct hns_mac_cb *mac_cb = hns_get_mac_cb(handle); in hns_ae_set_multicast_one() local
286 struct hns_mac_cb *mac_cb = hns_get_mac_cb(handle); in hns_ae_clr_multicast() local
624 struct hns_mac_cb *mac_cb; in hns_ae_update_stats() local
704 struct hns_mac_cb *mac_cb; in hns_ae_get_stats() local
738 struct hns_mac_cb *mac_cb; in hns_ae_get_strings() local
769 struct hns_mac_cb *mac_cb; in hns_ae_get_sset_count() local
814 struct hns_mac_cb *mac_cb; in hns_ae_update_led_status() local
[all …]
H A Dhns_dsaf_misc.c58 static void hns_dsaf_acpi_ledctrl_by_port(struct hns_mac_cb *mac_cb, u8 op_type, in hns_dsaf_acpi_ledctrl_by_port()
86 static void hns_dsaf_acpi_locate_ledctrl_by_port(struct hns_mac_cb *mac_cb, in hns_dsaf_acpi_locate_ledctrl_by_port()
113 static void hns_cpld_set_led(struct hns_mac_cb *mac_cb, int link_status, in hns_cpld_set_led()
153 static void hns_cpld_set_led_acpi(struct hns_mac_cb *mac_cb, int link_status, in hns_cpld_set_led_acpi()
165 static void cpld_led_reset(struct hns_mac_cb *mac_cb) in cpld_led_reset()
175 static void cpld_led_reset_acpi(struct hns_mac_cb *mac_cb) in cpld_led_reset_acpi()
189 static int cpld_set_led_id(struct hns_mac_cb *mac_cb, in cpld_set_led_id()
224 static int cpld_set_led_id_acpi(struct hns_mac_cb *mac_cb, in cpld_set_led_id_acpi()
512 static phy_interface_t hns_mac_get_phy_if(struct hns_mac_cb *mac_cb) in hns_mac_get_phy_if()
544 static phy_interface_t hns_mac_get_phy_if_acpi(struct hns_mac_cb *mac_cb) in hns_mac_get_phy_if_acpi()
[all …]
H A Dhns_dsaf_gmac.c250 struct hns_mac_cb *mac_cb = drv->mac_cb; in hns_gmac_need_adjust_link() local
697 void *hns_gmac_config(struct hns_mac_cb *mac_cb, struct mac_params *mac_param) in hns_gmac_config()
H A Dhns_dsaf_xgmac.c780 void *hns_xgmac_config(struct hns_mac_cb *mac_cb, struct mac_params *mac_param) in hns_xgmac_config()
H A Dhns_dsaf_main.h211 struct hns_mac_cb *mac_cb; member
344 struct hns_mac_cb *mac_cb[DSAF_MAX_PORT_NUM]; member
H A Dhns_dsaf_main.c2175 void hns_dsaf_fix_mac_mode(struct hns_mac_cb *mac_cb) in hns_dsaf_fix_mac_mode()
2773 struct hns_mac_cb *mac_cb; in set_promisc_tcam_enable() local
H A Dhns_dsaf_mac.h396 struct hns_mac_cb *mac_cb; member
414 const struct hns_mac_cb *mac_cb) in hns_mac_get_drv()
/openbmc/linux/include/net/
H A Dieee802154_netdev.h337 static inline struct ieee802154_mac_cb *mac_cb(struct sk_buff *skb) in mac_cb() function