Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_pci.c52 struct list_head ndev_list_head; member
68 list_add(&priv->peers_on_pdev, &bdata->ndev_list_head); in ctucan_pci_set_drvdata()
162 INIT_LIST_HEAD(&bdata->ndev_list_head); in ctucan_pci_probe()
244 while ((priv = list_first_entry_or_null(&bdata->ndev_list_head, struct ctucan_priv, in ctucan_pci_remove()