Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 2892) sorted by relevance

12345678910>>...116

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.h15 static inline void FWCMD_SET_ADDR_IDX(void *cmd, u32 value) in FWCMD_SET_ADDR_IDX()
20 static inline void FWCMD_SET_ADDR_OFFSET(void *cmd, u32 value) in FWCMD_SET_ADDR_OFFSET()
25 static inline void FWCMD_SET_ADDR_LEN(void *cmd, u32 value) in FWCMD_SET_ADDR_LEN()
30 static inline void FWCMD_SET_ADDR_VALID(void *cmd, u32 value) in FWCMD_SET_ADDR_VALID()
50 static inline void FWCMD_SET_ADDR_BB_SEL(void *cmd, u32 value) in FWCMD_SET_ADDR_BB_SEL()
80 static inline void FWCMD_SET_ADDR_SMA0(void *cmd, u32 value) in FWCMD_SET_ADDR_SMA0()
85 static inline void FWCMD_SET_ADDR_SMA1(void *cmd, u32 value) in FWCMD_SET_ADDR_SMA1()
90 static inline void FWCMD_SET_ADDR_SMA2(void *cmd, u32 value) in FWCMD_SET_ADDR_SMA2()
95 static inline void FWCMD_SET_ADDR_SMA3(void *cmd, u32 value) in FWCMD_SET_ADDR_SMA3()
100 static inline void FWCMD_SET_ADDR_SMA4(void *cmd, u32 value) in FWCMD_SET_ADDR_SMA4()
[all …]
/openbmc/linux/include/linux/
H A Dfcntl.h29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument
30 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument
31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument
32 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument
33 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument
36 #define IS_GETLK32(cmd) (0) argument
37 #define IS_SETLK32(cmd) (0) argument
38 #define IS_SETLKW32(cmd) (0) argument
39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument
40 #define IS_SETLK64(cmd) ((cmd) == F_SETLK) argument
[all …]
/openbmc/linux/drivers/md/
H A Ddm-cache-metadata.c439 struct dm_cache_metadata *cmd) in __check_incompat_features()
761 struct dm_cache_metadata *cmd; in metadata_open() local
804 struct dm_cache_metadata *cmd; in lookup() local
821 struct dm_cache_metadata *cmd, *cmd2; in lookup_or_open() local
1014 #define WRITE_LOCK(cmd) \ argument
1020 #define WRITE_LOCK_VOID(cmd) \ argument
1026 #define WRITE_UNLOCK(cmd) \ argument
1039 #define READ_LOCK(cmd) \ argument
1045 #define READ_LOCK_VOID(cmd) \ argument
1051 #define READ_UNLOCK(cmd) \ argument
[all …]
H A Ddm-clone-metadata.c285 static int __copy_sm_root(struct dm_clone_metadata *cmd) in __copy_sm_root()
298 static void __prepare_superblock(struct dm_clone_metadata *cmd, in __prepare_superblock()
318 static int __open_metadata(struct dm_clone_metadata *cmd) in __open_metadata()
360 static int __format_metadata(struct dm_clone_metadata *cmd) in __format_metadata()
497 static int dirty_map_init(struct dm_clone_metadata *cmd) in dirty_map_init()
516 static void dirty_map_exit(struct dm_clone_metadata *cmd) in dirty_map_exit()
562 struct dm_clone_metadata *cmd; in dm_clone_metadata_open() local
620 void dm_clone_metadata_close(struct dm_clone_metadata *cmd) in dm_clone_metadata_close()
688 static int __metadata_commit(struct dm_clone_metadata *cmd) in __metadata_commit()
816 int dm_clone_metadata_commit(struct dm_clone_metadata *cmd) in dm_clone_metadata_commit()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c19 bfad_iocmd_ioc_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_enable()
42 bfad_iocmd_ioc_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_disable()
72 bfad_iocmd_ioc_get_info(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_info()
111 bfad_iocmd_ioc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_attr()
140 bfad_iocmd_ioc_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_stats()
248 bfad_iocmd_port_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_enable()
982 bfad_iocmd_cfg_fcpim(struct bfad_s *bfad, void *cmd) in bfad_iocmd_cfg_fcpim()
1257 bfad_iocmd_pcifn_bw(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_bw()
1725 bfad_iocmd_diag_sfp(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_sfp()
1748 bfad_iocmd_diag_led(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_led()
[all …]
/openbmc/u-boot/drivers/net/fsl-mc/
H A Ddpni.c36 struct mc_command cmd = { 0 }; in dpni_open() local
60 struct mc_command cmd = { 0 }; in dpni_close() local
77 struct mc_command cmd = { 0 }; in dpni_create() local
102 struct mc_command cmd = { 0 }; in dpni_destroy() local
121 struct mc_command cmd = { 0 }; in dpni_set_pools() local
137 struct mc_command cmd = { 0 }; in dpni_enable() local
152 struct mc_command cmd = { 0 }; in dpni_disable() local
167 struct mc_command cmd = { 0 }; in dpni_reset() local
183 struct mc_command cmd = { 0 }; in dpni_get_attributes() local
206 struct mc_command cmd = { 0 }; in dpni_set_errors_behavior() local
[all …]
H A Ddprc.c17 struct mc_command cmd = { 0 }; in dprc_get_container_id() local
41 struct mc_command cmd = { 0 }; in dprc_open() local
64 struct mc_command cmd = { 0 }; in dprc_close() local
81 struct mc_command cmd = { 0 }; in dprc_create_container() local
108 struct mc_command cmd = { 0 }; in dprc_destroy_container() local
125 struct mc_command cmd = { 0 }; in dprc_reset_container() local
142 struct mc_command cmd = { 0 }; in dprc_get_attributes() local
166 struct mc_command cmd = { 0 }; in dprc_get_obj_count() local
191 struct mc_command cmd = { 0 }; in dprc_get_obj() local
217 struct mc_command cmd = { 0 }; in dprc_get_res_count() local
[all …]
H A Ddpmac.c19 struct mc_command cmd = { 0 }; in dpmac_open() local
43 struct mc_command cmd = { 0 }; in dpmac_close() local
59 struct mc_command cmd = { 0 }; in dpmac_create() local
84 struct mc_command cmd = { 0 }; in dpmac_destroy() local
103 struct mc_command cmd = { 0 }; in dpmac_get_attributes() local
127 struct mc_command cmd = { 0 }; in dpmac_mdio_read() local
152 struct mc_command cmd = { 0 }; in dpmac_mdio_write() local
169 struct mc_command cmd = { 0 }; in dpmac_get_link_cfg() local
192 struct mc_command cmd = { 0 }; in dpmac_set_link_state() local
210 struct mc_command cmd = { 0 }; in dpmac_get_counter() local
[all …]
/openbmc/linux/arch/m68k/atari/
H A Datakeyb.c350 char cmd[2] = { 0x07, mode }; in ikbd_mouse_button_action() local
358 static const char cmd[1] = { 0x08 }; in ikbd_mouse_rel_pos() local
375 char cmd[3] = { 0x0A, dx, dy }; in ikbd_mouse_kbd_mode() local
383 char cmd[3] = { 0x0B, x, y }; in ikbd_mouse_thresh() local
392 char cmd[3] = { 0x0C, x, y }; in ikbd_mouse_scale() local
400 static const char cmd[1] = { 0x0D }; in ikbd_mouse_pos_get() local
418 static const char cmd[1] = { 0x0F }; in ikbd_mouse_y0_bot() local
426 static const char cmd[1] = { 0x10 }; in ikbd_mouse_y0_top() local
435 static const char cmd[1] = { 0x12 }; in ikbd_mouse_disable() local
444 static const char cmd[1] = { 0x14 }; in ikbd_joystick_event_on() local
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c41 struct fsl_mc_command cmd = { 0 }; in dpsw_open() local
76 struct fsl_mc_command cmd = { 0 }; in dpsw_close() local
97 struct fsl_mc_command cmd = { 0 }; in dpsw_enable() local
118 struct fsl_mc_command cmd = { 0 }; in dpsw_disable() local
139 struct fsl_mc_command cmd = { 0 }; in dpsw_reset() local
168 struct fsl_mc_command cmd = { 0 }; in dpsw_set_irq_enable() local
202 struct fsl_mc_command cmd = { 0 }; in dpsw_set_irq_mask() local
232 struct fsl_mc_command cmd = { 0 }; in dpsw_get_irq_status() local
272 struct fsl_mc_command cmd = { 0 }; in dpsw_clear_irq_status() local
299 struct fsl_mc_command cmd = { 0 }; in dpsw_get_attributes() local
[all …]
H A Ddpni.c100 struct fsl_mc_command cmd = { 0 }; in dpni_open() local
138 struct fsl_mc_command cmd = { 0 }; in dpni_close() local
166 struct fsl_mc_command cmd = { 0 }; in dpni_set_pools() local
204 struct fsl_mc_command cmd = { 0 }; in dpni_enable() local
227 struct fsl_mc_command cmd = { 0 }; in dpni_disable() local
252 struct fsl_mc_command cmd = { 0 }; in dpni_is_enabled() local
285 struct fsl_mc_command cmd = { 0 }; in dpni_reset() local
317 struct fsl_mc_command cmd = { 0 }; in dpni_set_irq_enable() local
348 struct fsl_mc_command cmd = { 0 }; in dpni_get_irq_enable() local
395 struct fsl_mc_command cmd = { 0 }; in dpni_set_irq_mask() local
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c37 uint8_t cmd; /* Command Code */ member
606 AHCICommandHeader cmd; in ahci_destroy_command() local
689 AHCICommand *cmd; in ahci_exec() local
755 AHCICommand *cmd; in ahci_guest_io_halt() local
781 AHCICommand *cmd; in ahci_guest_io() local
837 static void command_header_init(AHCICommand *cmd) in command_header_init()
856 static void command_table_init(AHCICommand *cmd) in command_table_init()
889 void ahci_command_enable_atapi_dma(AHCICommand *cmd) in ahci_command_enable_atapi_dma()
904 AHCICommand *cmd; in ahci_command_create() local
1018 void ahci_command_free(AHCICommand *cmd) in ahci_command_free()
[all …]
/openbmc/linux/tools/testing/selftests/membarrier/
H A Dmembarrier_test_impl.h14 static int sys_membarrier(int cmd, int flags) in sys_membarrier()
19 static int test_membarrier_get_registrations(int cmd) in test_membarrier_get_registrations()
46 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local
69 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local
92 int cmd = MEMBARRIER_CMD_GLOBAL, flags = 0; in test_membarrier_global_success() local
108 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_fail() local
131 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_register_private_expedited_success() local
150 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_success() local
209 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_sync_core_success() local
226 int cmd = MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED, flags = 0; in test_membarrier_register_global_expedited_success() local
[all …]
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c39 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_create()
51 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_destroy()
62 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_2d()
85 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_3d()
108 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_unref()
132 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset_info()
171 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset()
197 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_submit_3d()
354 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_set_scanout()
431 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_flush()
[all …]
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c66 struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_control()
159 struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_rate_cfg()
274 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_tx_power()
291 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_antenna()
349 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_hs_cfg()
428 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_mac_address()
585 struct host_cmd_ds_command *cmd, in mwifiex_set_aes_key_v2()
993 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_key_material()
1537 struct host_cmd_ds_command *cmd, in mwifiex_cmd_set_mc_policy()
1619 struct host_cmd_ds_command *cmd, in mwifiex_cmd_coalesce_cfg()
[all …]
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c34 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_2d()
58 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_3d()
82 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_unref()
101 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_create()
114 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_destroy()
135 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_flush()
153 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_set_scanout()
209 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_submit_3d()
283 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_from_host_3d()
397 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset()
[all …]
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h42 #define DPRC_CMD_OPEN(cmd, container_id) \ argument
46 #define DPRC_CMD_CREATE_CONTAINER(cmd, cfg) \ argument
85 #define DPRC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument
94 #define DPRC_RSP_GET_OBJ_COUNT(cmd, obj_count) \ argument
98 #define DPRC_CMD_GET_OBJ(cmd, obj_index) \ argument
102 #define DPRC_RSP_GET_OBJ(cmd, obj_desc) \ argument
169 #define DPRC_RSP_GET_OBJ_DESC(cmd, obj_desc) \ argument
214 #define DPRC_CMD_GET_RES_COUNT(cmd, type) \ argument
235 #define DPRC_RSP_GET_RES_COUNT(cmd, res_count) \ argument
264 #define DPRC_RSP_GET_RES_IDS(cmd, range_desc) \ argument
[all …]
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.c802 struct iscsit_cmd *cmd; in iscsit_add_reject() local
830 struct iscsit_cmd *cmd, in iscsit_add_reject_from_cmd()
1415 struct iscsit_cmd *cmd, in iscsit_do_crypto_hash_sg()
1595 struct iscsit_cmd *cmd; in iscsit_check_dataout_hdr() local
2634 struct iscsit_cmd *cmd, in iscsit_handle_immediate_data()
2743 struct iscsit_cmd *cmd; in iscsit_build_conn_drop_async_message() local
2783 struct iscsit_cmd *cmd, in iscsit_send_conn_drop_async_message()
3068 struct iscsit_cmd *cmd, in iscsit_send_unsolicited_nopin()
3111 struct iscsit_cmd *cmd, in iscsit_send_r2t()
3169 struct iscsit_cmd *cmd, in iscsit_build_r2ts_for_cmd()
[all …]
H A Discsi_target_seq_pdu_list.c21 static void iscsit_dump_seq_list(struct iscsit_cmd *cmd) in iscsit_dump_seq_list()
60 struct iscsit_cmd *cmd, in iscsit_ordered_seq_lists()
73 struct iscsit_cmd *cmd, in iscsit_ordered_pdu_lists()
120 struct iscsit_cmd *cmd, in iscsit_randomize_pdu_lists()
170 struct iscsit_cmd *cmd, in iscsit_randomize_seq_lists()
202 struct iscsit_cmd *cmd, in iscsit_determine_counts_for_list()
286 struct iscsit_cmd *cmd, in iscsit_do_build_pdu_and_seq_lists()
487 struct iscsit_cmd *cmd, in iscsit_build_pdu_and_seq_lists()
562 struct iscsit_cmd *cmd, in iscsit_get_pdu_holder()
586 struct iscsit_cmd *cmd, in iscsit_get_pdu_holder_for_seq()
[all …]
H A Discsi_target_erl1.c90 struct iscsit_cmd *cmd, in iscsit_send_recovery_r2t_for_snack()
112 struct iscsit_cmd *cmd, in iscsit_handle_r2t_snack()
170 struct iscsit_cmd *cmd, in iscsit_create_recovery_datain_values_datasequenceinorder_yes()
216 struct iscsit_cmd *cmd, in iscsit_create_recovery_datain_values_datasequenceinorder_no()
374 struct iscsit_cmd *cmd, in iscsit_handle_recovery_datain()
442 struct iscsit_cmd *cmd; in iscsit_handle_recovery_datain_or_r2t() local
568 struct iscsit_cmd *cmd, in iscsit_send_recovery_r2t()
582 struct iscsit_cmd *cmd, in iscsit_dataout_datapduinorder_no_fbit()
658 struct iscsit_cmd *cmd, in iscsit_recalculate_dataout_values()
735 struct iscsit_cmd *cmd, in iscsit_recover_dataout_sequence()
[all …]
/openbmc/linux/drivers/crypto/caam/
H A Ddpseci.c30 struct fsl_mc_command cmd = { 0 }; in dpseci_open() local
61 struct fsl_mc_command cmd = { 0 }; in dpseci_close() local
79 struct fsl_mc_command cmd = { 0 }; in dpseci_enable() local
97 struct fsl_mc_command cmd = { 0 }; in dpseci_disable() local
116 struct fsl_mc_command cmd = { 0 }; in dpseci_reset() local
136 struct fsl_mc_command cmd = { 0 }; in dpseci_is_enabled() local
165 struct fsl_mc_command cmd = { 0 }; in dpseci_get_attributes() local
200 struct fsl_mc_command cmd = { 0 }; in dpseci_set_rx_queue() local
234 struct fsl_mc_command cmd = { 0 }; in dpseci_get_rx_queue() local
274 struct fsl_mc_command cmd = { 0 }; in dpseci_get_tx_queue() local
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c1007 struct se_cmd *cmd, *cmd_tmp; in target_qf_do_work() local
1448 void __target_init_cmd(struct se_cmd *cmd, in __target_init_cmd()
1555 target_cmd_parse_cdb(struct se_cmd *cmd) in target_cmd_parse_cdb()
1584 struct se_cmd *cmd) in transport_handle_cdb_direct()
2275 void target_execute_cmd(struct se_cmd *cmd) in target_execute_cmd()
2312 struct se_cmd *cmd; in target_do_delayed_work() local
2710 void *transport_kmap_data_sg(struct se_cmd *cmd) in transport_kmap_data_sg()
2778 transport_generic_new_cmd(struct se_cmd *cmd) in transport_generic_new_cmd()
2921 void target_put_cmd_and_wait(struct se_cmd *cmd) in target_put_cmd_and_wait()
3560 int target_send_busy(struct se_cmd *cmd) in target_send_busy()
[all …]
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c199 sja1105et_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105et_vl_lookup_cmd_packing()
225 sja1110_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1110_vl_lookup_cmd_packing()
329 sja1110_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1110_l2_lookup_cmd_packing()
389 u8 *cmd = buf + SJA1105PQRS_SIZE_L2_LOOKUP_ENTRY; in sja1105pqrs_dyn_l2_lookup_entry_packing() local
401 u8 *cmd = buf + SJA1110_SIZE_L2_LOOKUP_ENTRY; in sja1110_dyn_l2_lookup_entry_packing() local
429 u8 *cmd = buf + SJA1105ET_SIZE_L2_LOOKUP_ENTRY; in sja1105et_dyn_l2_lookup_entry_packing() local
668 struct sja1105_dyn_cmd *cmd, in sja1105pqrs_l2_lookup_params_cmd_packing()
791 u8 *cmd = buf + size; in sja1105et_cbs_entry_packing() local
1183 struct sja1105_dyn_cmd cmd = {}; in sja1105_dynamic_config_poll_valid() local
1260 struct sja1105_dyn_cmd cmd = {0}; in sja1105_dynamic_config_read() local
[all …]
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c31 static void _ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in _ft_dump_cmd()
63 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd()
69 static void ft_free_cmd(struct ft_cmd *cmd) in ft_free_cmd()
87 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_release_cmd() local
102 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_status() local
231 struct ft_cmd *cmd = arg; in ft_recv_seq() local
308 static void ft_send_resp_code(struct ft_cmd *cmd, in ft_send_resp_code()
320 static void ft_send_resp_code_and_free(struct ft_cmd *cmd, in ft_send_resp_code_and_free()
330 static void ft_send_tm(struct ft_cmd *cmd) in ft_send_tm()
422 struct ft_cmd *cmd; in ft_recv_cmd() local
[all …]
/openbmc/linux/net/ncsi/
H A Dncsi-cmd.c66 struct ncsi_cmd_pkt *cmd; in ncsi_cmd_handler_default() local
77 struct ncsi_cmd_sp_pkt *cmd; in ncsi_cmd_handler_sp() local
89 struct ncsi_cmd_dc_pkt *cmd; in ncsi_cmd_handler_dc() local
101 struct ncsi_cmd_rc_pkt *cmd; in ncsi_cmd_handler_rc() local
112 struct ncsi_cmd_ae_pkt *cmd; in ncsi_cmd_handler_ae() local
125 struct ncsi_cmd_sl_pkt *cmd; in ncsi_cmd_handler_sl() local
138 struct ncsi_cmd_svf_pkt *cmd; in ncsi_cmd_handler_svf() local
152 struct ncsi_cmd_ev_pkt *cmd; in ncsi_cmd_handler_ev() local
164 struct ncsi_cmd_sma_pkt *cmd; in ncsi_cmd_handler_sma() local
180 struct ncsi_cmd_ebf_pkt *cmd; in ncsi_cmd_handler_ebf() local
[all …]

12345678910>>...116