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.c138 static int allocate_bd(struct net_device *dev) in allocate_bd() function
530 .allocate_bd = allocate_bd,
Dmac-scc.c142 static int allocate_bd(struct net_device *dev) in allocate_bd() function
514 .allocate_bd = allocate_bd,
Dmac-fcc.c149 static int allocate_bd(struct net_device *dev) in allocate_bd() function
612 .allocate_bd = allocate_bd,
Dfs_enet.h77 int (*allocate_bd)(struct net_device *dev); member
Dfs_enet-main.c1040 ret = fep->ops->allocate_bd(ndev); in fs_enet_probe()