Searched refs:mc_command (Results 1 – 10 of 10) sorted by relevance
36 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 …]
18 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 …]
19 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()
18 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()
14 struct mc_command cmd = { 0 }; in mc_get_version()
32 struct mc_command *cmd) in mc_send_command()
16 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()
22 struct mc_command { struct105 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()
14 struct mc_command;20 struct mc_command __iomem *mmio_regs;24 struct mc_command *cmd);
119 unsigned short mc_command; member