Home
last modified time | relevance | path

Searched refs:dpni_id (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_mc_private.h59 int dpni_id; member
H A Dfsl_dpni.h53 #define DPNI_CMD_OPEN(cmd, dpni_id) \ argument
54 MC_CMD_OP(cmd, 0, 0, 32, int, dpni_id)
582 int dpni_id,
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c1248 dflt_dpni->dpni_id = dpni_attr.id; in dpni_init()
1250 printf("Init: DPNI id=0x%d\n", dflt_dpni->dpni_id); in dpni_init()
1276 err = dpni_open(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_id, in dpni_exit()
1291 printf("Exit: DPNI id=0x%d\n", dflt_dpni->dpni_id); in dpni_exit()
H A Ddpni.c33 int dpni_id, in dpni_open() argument
43 DPNI_CMD_OPEN(cmd, dpni_id); in dpni_open()
/OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c801 dpni_endpoint.id = dflt_dpni->dpni_id; in ldpaa_dpmac_bind()
835 err = dpni_open(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_id, in ldpaa_dpni_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c95 int dpni_id, in dpni_open() argument
108 cmd_params->dpni_id = cpu_to_le32(dpni_id); in dpni_open()
H A Ddpni-cmd.h110 __le32 dpni_id; member
H A Ddpni.h85 int dpni_id,