Home
last modified time | relevance | path

Searched refs:mc_command (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Ddpni.c36 struct mc_command cmd = { 0 }; in dpni_open()
60 struct mc_command cmd = { 0 }; in dpni_close()
76 struct mc_command cmd = { 0 }; in dpni_create()
100 struct mc_command cmd = { 0 }; in dpni_destroy()
116 struct mc_command cmd = { 0 }; in dpni_set_pools()
132 struct mc_command cmd = { 0 }; in dpni_enable()
147 struct mc_command cmd = { 0 }; in dpni_disable()
162 struct mc_command cmd = { 0 }; in dpni_reset()
178 struct mc_command cmd = { 0 }; in dpni_get_attributes()
203 struct mc_command cmd = { 0 }; in dpni_set_errors_behavior()
[all …]
H A Ddprc.c18 struct mc_command cmd = { 0 }; in dprc_get_container_id()
42 struct mc_command cmd = { 0 }; in dprc_open()
65 struct mc_command cmd = { 0 }; in dprc_close()
82 struct mc_command cmd = { 0 }; in dprc_create_container()
109 struct mc_command cmd = { 0 }; in dprc_destroy_container()
126 struct mc_command cmd = { 0 }; in dprc_reset_container()
143 struct mc_command cmd = { 0 }; in dprc_get_attributes()
167 struct mc_command cmd = { 0 }; in dprc_get_obj_count()
192 struct mc_command cmd = { 0 }; in dprc_get_obj()
218 struct mc_command cmd = { 0 }; in dprc_get_res_count()
[all …]
H A Ddpmac.c19 struct mc_command cmd = { 0 }; in dpmac_open()
43 struct mc_command cmd = { 0 }; in dpmac_close()
58 struct mc_command cmd = { 0 }; in dpmac_create()
82 struct mc_command cmd = { 0 }; in dpmac_destroy()
98 struct mc_command cmd = { 0 }; in dpmac_get_attributes()
122 struct mc_command cmd = { 0 }; in dpmac_mdio_read()
147 struct mc_command cmd = { 0 }; in dpmac_mdio_write()
164 struct mc_command cmd = { 0 }; in dpmac_get_link_cfg()
187 struct mc_command cmd = { 0 }; in dpmac_set_link_state()
205 struct mc_command cmd = { 0 }; in dpmac_get_counter()
H A Ddpbp.c18 struct mc_command cmd = { 0 }; in dpbp_open()
42 struct mc_command cmd = { 0 }; in dpbp_close()
57 struct mc_command cmd = { 0 }; in dpbp_create()
82 struct mc_command cmd = { 0 }; in dpbp_destroy()
97 struct mc_command cmd = { 0 }; in dpbp_enable()
111 struct mc_command cmd = { 0 }; in dpbp_disable()
126 struct mc_command cmd = { 0 }; in dpbp_reset()
142 struct mc_command cmd = { 0 }; in dpbp_get_attributes()
H A Ddpmng.c14 struct mc_command cmd = { 0 }; in mc_get_version()
H A Dmc_sys.c32 struct mc_command *cmd) in mc_send_command()
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Ddpio.c16 struct mc_command cmd = { 0 }; in dpio_open()
40 struct mc_command cmd = { 0 }; in dpio_close()
56 struct mc_command cmd = { 0 }; in dpio_create()
80 struct mc_command cmd = { 0 }; in dpio_destroy()
95 struct mc_command cmd = { 0 }; in dpio_enable()
110 struct mc_command cmd = { 0 }; in dpio_disable()
125 struct mc_command cmd = { 0 }; in dpio_reset()
141 struct mc_command cmd = { 0 }; in dpio_get_attributes()
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h22 struct mc_command { struct
105 static inline void mc_write_command(struct mc_command __iomem *portal, in mc_write_command()
106 struct mc_command *cmd) in mc_write_command()
128 struct mc_command __iomem *portal, in mc_read_response()
129 struct mc_command *resp) in mc_read_response()
H A Dfsl_mc_sys.h14 struct mc_command;
20 struct mc_command __iomem *mmio_regs;
24 struct mc_command *cmd);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dether1.h119 unsigned short mc_command; member