Home
last modified time | relevance | path

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

/drivers/bus/fsl-mc/
A DMakefile13 dpcon.o \
/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-eth.c3070 struct fsl_mc_device *dpcon; in dpaa2_eth_setup_dpcon() local
3075 FSL_MC_POOL_DPCON, &dpcon); in dpaa2_eth_setup_dpcon()
3086 err = dpcon_open(priv->mc_io, 0, dpcon->obj_desc.id, &dpcon->mc_handle); in dpaa2_eth_setup_dpcon()
3104 return dpcon; in dpaa2_eth_setup_dpcon()
3109 fsl_mc_object_free(dpcon); in dpaa2_eth_setup_dpcon()
3115 struct fsl_mc_device *dpcon) in dpaa2_eth_free_dpcon() argument
3119 fsl_mc_object_free(dpcon); in dpaa2_eth_free_dpcon()
3134 if (IS_ERR(channel->dpcon)) { in dpaa2_eth_alloc_channel()
3135 err = PTR_ERR(channel->dpcon); in dpaa2_eth_alloc_channel()
3153 dpaa2_eth_free_dpcon(priv, channel->dpcon); in dpaa2_eth_alloc_channel()
[all …]
A Ddpaa2-eth.h488 struct fsl_mc_device *dpcon; member

Completed in 20 milliseconds