Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c129 static int allocate_bd(struct net_device *dev) in allocate_bd() function
483 .allocate_bd = allocate_bd,
Dmac-scc.c132 static int allocate_bd(struct net_device *dev) in allocate_bd() function
477 .allocate_bd = allocate_bd,
Dmac-fcc.c145 static int allocate_bd(struct net_device *dev) in allocate_bd() function
581 .allocate_bd = allocate_bd,
Dfs_enet.h78 int (*allocate_bd)(struct net_device *dev); member
Dfs_enet-main.c1010 ret = fep->ops->allocate_bd(ndev); in fs_enet_probe()