Searched refs:dpbp_get_attributes (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A D | dpbp.c | 151 * dpbp_get_attributes - Retrieve DPBP attributes. 160 int dpbp_get_attributes(struct fsl_mc_io *mc_io, in dpbp_get_attributes() function 185 EXPORT_SYMBOL_GPL(dpbp_get_attributes); variable
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | dpbp.c | 151 * dpbp_get_attributes - Retrieve DPBP attributes. 160 int dpbp_get_attributes(struct fsl_mc_io *mc_io, in dpbp_get_attributes() function 185 EXPORT_SYMBOL_GPL(dpbp_get_attributes); variable
|
/kernel/linux/linux-5.10/include/linux/fsl/ |
H A D | mc.h | 593 int dpbp_get_attributes(struct fsl_mc_io *mc_io,
|
/kernel/linux/linux-6.6/include/linux/fsl/ |
H A D | mc.h | 598 int dpbp_get_attributes(struct fsl_mc_io *mc_io,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 2877 err = dpbp_get_attributes(priv->mc_io, 0, dpbp_dev->mc_handle, in dpaa2_eth_setup_dpbp() 2880 dev_err(dev, "dpbp_get_attributes() failed\n"); in dpaa2_eth_setup_dpbp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 2675 err = dpbp_get_attributes(ethsw->mc_io, 0, dpbp_dev->mc_handle, in dpaa2_switch_setup_dpbp() 2678 dev_err(dev, "dpbp_get_attributes() failed\n"); in dpaa2_switch_setup_dpbp()
|
H A D | dpaa2-eth.c | 3406 err = dpbp_get_attributes(priv->mc_io, 0, dpbp_dev->mc_handle, in dpaa2_eth_allocate_dpbp() 3409 dev_err(dev, "dpbp_get_attributes() failed\n"); in dpaa2_eth_allocate_dpbp()
|
Completed in 18 milliseconds