Searched refs:mac_node (Results 1 – 11 of 11) sorted by relevance
| /drivers/net/ethernet/freescale/fman/ |
| A D | mac.c | 119 struct device_node *mac_node, *dev_node; in mac_probe() local 129 mac_node = dev->of_node; in mac_probe() 145 dev_node = of_get_parent(mac_node); in mac_probe() 148 mac_node); in mac_probe() 208 if (!of_device_is_available(mac_node)) { in mac_probe() 236 mac_node); in mac_probe() 243 mac_node); in mac_probe() 254 mac_node); in mac_probe() 285 err = of_get_phy_mode(mac_node, &phy_if); in mac_probe() 289 mac_node); in mac_probe() [all …]
|
| A D | fman_memac.c | 1042 node = of_parse_phandle(mac_node, "pcsphy-handle", index); in memac_pcs_create() 1065 struct device_node *mac_node, in memac_initialization() argument 1101 err = of_property_match_string(mac_node, "pcs-handle-names", "xfi"); in memac_initialization() 1103 memac->xfi_pcs = memac_pcs_create(mac_node, err); in memac_initialization() 1113 err = of_property_match_string(mac_node, "pcs-handle-names", "qsgmii"); in memac_initialization() 1115 memac->qsgmii_pcs = memac_pcs_create(mac_node, err); in memac_initialization() 1129 err = of_property_match_string(mac_node, "pcs-handle-names", "sgmii"); in memac_initialization() 1131 pcs = memac_pcs_create(mac_node, 0); in memac_initialization() 1135 pcs = memac_pcs_create(mac_node, err); in memac_initialization() 1152 memac->serdes = devm_of_phy_optional_get(mac_dev->dev, mac_node, in memac_initialization() [all …]
|
| A D | fman_memac.h | 17 struct device_node *mac_node,
|
| A D | fman_tgec.h | 14 struct device_node *mac_node,
|
| A D | fman_dtsec.h | 14 struct device_node *mac_node,
|
| A D | fman_dtsec.c | 1401 struct device_node *mac_node, in dtsec_initialization() argument 1431 phy_node = of_parse_phandle(mac_node, "tbi-handle", 0); in dtsec_initialization()
|
| A D | fman_tgec.c | 760 struct device_node *mac_node, in tgec_initialization() argument
|
| /drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| A D | hclgevf_main.c | 917 return mac_node; in hclgevf_find_mac_node() 935 kfree(mac_node); in hclgevf_update_mac_node() 969 if (mac_node) { in hclgevf_update_mac_list() 980 mac_node = kzalloc(sizeof(*mac_node), GFP_ATOMIC); in hclgevf_update_mac_list() 981 if (!mac_node) { in hclgevf_update_mac_list() 986 mac_node->state = state; in hclgevf_update_mac_list() 1070 kfree(mac_node); in hclgevf_config_mac_list() 1092 kfree(mac_node); in hclgevf_sync_from_add_list() 1098 kfree(mac_node); in hclgevf_sync_from_add_list() 1118 kfree(mac_node); in hclgevf_sync_from_del_list() [all …]
|
| /drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_main.c | 8505 return mac_node; in hclge_find_mac_node() 8523 kfree(mac_node); in hclge_update_mac_node() 8559 if (mac_node) { in hclge_update_mac_list() 8576 mac_node = kzalloc(sizeof(*mac_node), GFP_ATOMIC); in hclge_update_mac_list() 8577 if (!mac_node) { in hclge_update_mac_list() 8874 kfree(mac_node); in hclge_unsync_vport_mac_list() 8905 kfree(mac_node); in hclge_sync_from_add_list() 8911 kfree(mac_node); in hclge_sync_from_add_list() 8935 kfree(mac_node); in hclge_sync_from_del_list() 9153 kfree(mac_node); in hclge_uninit_vport_mac_list() [all …]
|
| A D | hclge_debugfs.c | 2441 struct hclge_mac_node *mac_node, *tmp; in hclge_dbg_dump_mac_list() local 2453 list_for_each_entry_safe(mac_node, tmp, list, node) { in hclge_dbg_dump_mac_list() 2458 seq_printf(s, "%pM ", mac_node->mac_addr); in hclge_dbg_dump_mac_list() 2460 hclge_mac_state_str[mac_node->state]); in hclge_dbg_dump_mac_list()
|
| /drivers/net/ethernet/freescale/dpaa/ |
| A D | dpaa_ethtool.c | 356 struct device_node *mac_node = dev->of_node; in dpaa_get_ts_info() local 363 fman_node = of_get_parent(mac_node); in dpaa_get_ts_info()
|
Completed in 61 milliseconds