Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c128 static int allocate_bd(struct net_device *dev) in allocate_bd() function
468 .allocate_bd = allocate_bd,
H A Dmac-scc.c131 static int allocate_bd(struct net_device *dev) in allocate_bd() function
476 .allocate_bd = allocate_bd,
H A Dmac-fcc.c143 static int allocate_bd(struct net_device *dev) in allocate_bd() function
579 .allocate_bd = allocate_bd,
H A Dfs_enet.h76 int (*allocate_bd)(struct net_device *dev); member
H A Dfs_enet-main.c1005 ret = fep->ops->allocate_bd(ndev); in fs_enet_probe()