phyinfo 377 net/caif/cfcnfg.c struct cfcnfg_phyinfo *phyinfo; phyinfo 399 net/caif/cfcnfg.c phyinfo = cfcnfg_get_phyinfo_rcu(cnfg, phyid); phyinfo 400 net/caif/cfcnfg.c if (phyinfo == NULL) { phyinfo 405 net/caif/cfcnfg.c caif_assert(phyinfo != NULL); phyinfo 406 net/caif/cfcnfg.c caif_assert(phyinfo->id == phyid); phyinfo 407 net/caif/cfcnfg.c caif_assert(phyinfo->phy_layer != NULL); phyinfo 408 net/caif/cfcnfg.c caif_assert(phyinfo->phy_layer->id == phyid); phyinfo 414 net/caif/cfcnfg.c servicel = cfvei_create(channel_id, &phyinfo->dev_info); phyinfo 418 net/caif/cfcnfg.c &phyinfo->dev_info); phyinfo 421 net/caif/cfcnfg.c netdev = phyinfo->dev_info.dev; phyinfo 422 net/caif/cfcnfg.c servicel = cfrfml_create(channel_id, &phyinfo->dev_info, phyinfo 426 net/caif/cfcnfg.c servicel = cfutill_create(channel_id, &phyinfo->dev_info); phyinfo 429 net/caif/cfcnfg.c servicel = cfvidl_create(channel_id, &phyinfo->dev_info); phyinfo 432 net/caif/cfcnfg.c servicel = cfdbgl_create(channel_id, &phyinfo->dev_info); phyinfo 461 net/caif/cfcnfg.c struct cfcnfg_phyinfo *phyinfo = NULL; phyinfo 479 net/caif/cfcnfg.c phyinfo = kzalloc(sizeof(struct cfcnfg_phyinfo), GFP_ATOMIC); phyinfo 480 net/caif/cfcnfg.c if (!phyinfo) phyinfo 484 net/caif/cfcnfg.c phyinfo->pref = pref; phyinfo 485 net/caif/cfcnfg.c phyinfo->id = phyid; phyinfo 486 net/caif/cfcnfg.c phyinfo->dev_info.id = phyid; phyinfo 487 net/caif/cfcnfg.c phyinfo->dev_info.dev = dev; phyinfo 488 net/caif/cfcnfg.c phyinfo->phy_layer = phy_layer; phyinfo 489 net/caif/cfcnfg.c phyinfo->ifindex = dev->ifindex; phyinfo 490 net/caif/cfcnfg.c phyinfo->head_room = head_room; phyinfo 491 net/caif/cfcnfg.c phyinfo->use_fcs = fcs; phyinfo 497 net/caif/cfcnfg.c phyinfo->frm_layer = frml; phyinfo 511 net/caif/cfcnfg.c list_add_rcu(&phyinfo->node, &cnfg->phys); phyinfo 517 net/caif/cfcnfg.c kfree(phyinfo); phyinfo 525 net/caif/cfcnfg.c struct cfcnfg_phyinfo *phyinfo; phyinfo 528 net/caif/cfcnfg.c phyinfo = cfcnfg_get_phyinfo_rcu(cnfg, phy_layer->id); phyinfo 529 net/caif/cfcnfg.c if (phyinfo == NULL) { phyinfo 534 net/caif/cfcnfg.c if (phyinfo->up == up) { phyinfo 538 net/caif/cfcnfg.c phyinfo->up = up; phyinfo 541 net/caif/cfcnfg.c cffrml_hold(phyinfo->frm_layer); phyinfo 542 net/caif/cfcnfg.c cfmuxl_set_dnlayer(cnfg->mux, phyinfo->frm_layer, phyinfo 546 net/caif/cfcnfg.c cffrml_put(phyinfo->frm_layer); phyinfo 558 net/caif/cfcnfg.c struct cfcnfg_phyinfo *phyinfo; phyinfo 565 net/caif/cfcnfg.c phyinfo = cfcnfg_get_phyinfo_rcu(cnfg, phyid); phyinfo 567 net/caif/cfcnfg.c if (phyinfo == NULL) { phyinfo 571 net/caif/cfcnfg.c caif_assert(phyid == phyinfo->id); phyinfo 572 net/caif/cfcnfg.c caif_assert(phy_layer == phyinfo->phy_layer); phyinfo 574 net/caif/cfcnfg.c caif_assert(phyinfo->frm_layer->id == phyid); phyinfo 576 net/caif/cfcnfg.c list_del_rcu(&phyinfo->node); phyinfo 580 net/caif/cfcnfg.c if (cffrml_refcnt_read(phyinfo->frm_layer) != 0) { phyinfo 582 net/caif/cfcnfg.c list_add_rcu(&phyinfo->node, &cnfg->phys); phyinfo 587 net/caif/cfcnfg.c frml = phyinfo->frm_layer; phyinfo 597 net/caif/cfcnfg.c if (phyinfo->phy_layer != frml_dn) phyinfo 601 net/caif/cfcnfg.c kfree(phyinfo);