Home
last modified time | relevance | path

Searched refs:DPMAC_CMDID_CLOSE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac-cmd.h19 #define DPMAC_CMDID_CLOSE DPMAC_CMD(0x800) macro
H A Ddpmac.c71 cmd.header = mc_encode_cmd_header(DPMAC_CMDID_CLOSE, cmd_flags, in dpmac_close()
/openbmc/u-boot/drivers/net/fsl-mc/
H A Ddpmac.c46 cmd.header = mc_encode_cmd_header(DPMAC_CMDID_CLOSE, cmd_flags, in dpmac_close()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h18 #define DPMAC_CMDID_CLOSE 0x8001 macro