Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c934 char bgx_sel[5]; in bgx_acpi_match_id() local
936 snprintf(bgx_sel, 5, "BGX%d", bgx->bgx_id); in bgx_acpi_match_id()
942 if (strncmp(string.pointer, bgx_sel, 4)) in bgx_acpi_match_id()
974 char bgx_sel[5]; in bgx_init_of_phy() local
978 snprintf(bgx_sel, 5, "bgx%d", bgx->bgx_id); in bgx_init_of_phy()
979 np = of_find_node_by_name(NULL, bgx_sel); in bgx_init_of_phy()