Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c136 static int allocate_bd(struct net_device *dev) in allocate_bd() function
498 .allocate_bd = allocate_bd,
Dmac-scc.c140 static int allocate_bd(struct net_device *dev) in allocate_bd() function
482 .allocate_bd = allocate_bd,
Dmac-fcc.c146 static int allocate_bd(struct net_device *dev) in allocate_bd() function
582 .allocate_bd = allocate_bd,
Dfs_enet.h77 int (*allocate_bd)(struct net_device *dev); member
Dfs_enet-main.c1083 ret = fep->ops->allocate_bd(ndev); in fs_enet_probe()