Home
last modified time | relevance | path

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

12345678910>>...163

/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()
35 static inline void FWCMD_SET_ADDR_NET_TYPE(void *cmd, u32 value) in FWCMD_SET_ADDR_NET_TYPE()
40 static inline void FWCMD_SET_ADDR_BCN_HIT_COND(void *cmd, u32 value) in FWCMD_SET_ADDR_BCN_HIT_COND()
45 static inline void FWCMD_SET_ADDR_HIT_RULE(void *cmd, u32 value) in FWCMD_SET_ADDR_HIT_RULE()
50 static inline void FWCMD_SET_ADDR_BB_SEL(void *cmd, u32 value) in FWCMD_SET_ADDR_BB_SEL()
55 static inline void FWCMD_SET_ADDR_ADDR_MASK(void *cmd, u32 value) in FWCMD_SET_ADDR_ADDR_MASK()
60 static inline void FWCMD_SET_ADDR_MASK_SEL(void *cmd, u32 value) in FWCMD_SET_ADDR_MASK_SEL()
[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
34 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) 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
[all …]
/openbmc/linux/drivers/md/
H A Ddm-cache-metadata.c239 static int superblock_read_lock(struct dm_cache_metadata *cmd, in superblock_read_lock()
246 static int superblock_lock_zero(struct dm_cache_metadata *cmd, in superblock_lock_zero()
253 static int superblock_lock(struct dm_cache_metadata *cmd, in superblock_lock()
291 static void __setup_mapping_info(struct dm_cache_metadata *cmd) in __setup_mapping_info()
308 static int __save_sm_root(struct dm_cache_metadata *cmd) in __save_sm_root()
321 static void __copy_sm_root(struct dm_cache_metadata *cmd, in __copy_sm_root()
329 static bool separate_dirty_bits(struct dm_cache_metadata *cmd) in separate_dirty_bits()
334 static int __write_initial_superblock(struct dm_cache_metadata *cmd) in __write_initial_superblock()
392 static int __format_metadata(struct dm_cache_metadata *cmd) in __format_metadata()
439 struct dm_cache_metadata *cmd) in __check_incompat_features()
[all …]
H A Ddm-clone-metadata.c273 static inline int superblock_read_lock(struct dm_clone_metadata *cmd, in superblock_read_lock()
279 static inline int superblock_write_lock_zero(struct dm_clone_metadata *cmd, in superblock_write_lock_zero()
285 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()
423 static int __open_or_format_metadata(struct dm_clone_metadata *cmd, bool may_format_device) in __open_or_format_metadata()
438 static int __create_persistent_data_structures(struct dm_clone_metadata *cmd, in __create_persistent_data_structures()
459 static void __destroy_persistent_data_structures(struct dm_clone_metadata *cmd) in __destroy_persistent_data_structures()
492 static int dirty_map_init(struct dm_clone_metadata *cmd) in dirty_map_init()
[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()
150 bfad_iocmd_ioc_get_fwstats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_ioc_get_fwstats()
180 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats()
198 bfad_iocmd_ioc_set_name(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_set_name()
212 bfad_iocmd_iocfc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_get_attr()
223 bfad_iocmd_ioc_fw_sig_inv(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_fw_sig_inv()
[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.c337 static const char cmd[2] = { 0x80, 0x01 }; in ikbd_reset() local
350 char cmd[2] = { 0x07, mode }; in ikbd_mouse_button_action() local
358 static const char cmd[1] = { 0x08 }; in ikbd_mouse_rel_pos() local
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_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
410 char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; in ikbd_mouse_pos_set() local
418 static const char cmd[1] = { 0x0F }; in ikbd_mouse_y0_bot() 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
407 void ahci_port_check_error(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_error()
464 void ahci_port_check_interrupts(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_interrupts()
485 void ahci_port_check_nonbusy(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_nonbusy()
533 void ahci_port_check_pio_sanity(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_pio_sanity()
563 void ahci_port_check_cmd_sanity(AHCIQState *ahci, AHCICommand *cmd) in ahci_port_check_cmd_sanity()
576 uint8_t slot, AHCICommandHeader *cmd) in ahci_get_command_header()
590 uint8_t slot, AHCICommandHeader *cmd) in ahci_set_command_header()
606 AHCICommandHeader cmd; in ahci_destroy_command() local
626 void ahci_write_fis(AHCIQState *ahci, AHCICommand *cmd) in ahci_write_fis()
[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
167 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_private_expedited_sync_core_fail() local
190 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_register_private_expedited_sync_core_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()
222 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_to_host_2d()
247 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_to_host_3d()
[all …]
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c36 struct host_cmd_ds_command *cmd, u16 cmd_action) in mwifiex_cmd_802_11_rssi_info()
66 struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_control()
101 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_snmp_mib()
141 mwifiex_cmd_802_11_get_log(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_get_log()
159 struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_rate_cfg()
230 static int mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_power_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()
[all …]
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h38 #define DPRC_RSP_GET_CONTAINER_ID(cmd, container_id) \ argument
42 #define DPRC_CMD_OPEN(cmd, container_id) \ argument
46 #define DPRC_CMD_CREATE_CONTAINER(cmd, cfg) \ argument
70 #define DPRC_RSP_CREATE_CONTAINER(cmd, child_container_id, child_portal_offset)\ argument
77 #define DPRC_CMD_DESTROY_CONTAINER(cmd, child_container_id) \ argument
81 #define DPRC_CMD_RESET_CONTAINER(cmd, child_container_id) \ 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
[all …]
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.c476 int iscsit_queue_rsp(struct iscsit_conn *conn, struct iscsit_cmd *cmd) in iscsit_queue_rsp()
482 void iscsit_aborted_task(struct iscsit_conn *conn, struct iscsit_cmd *cmd) in iscsit_aborted_task()
498 iscsit_xmit_nondatain_pdu(struct iscsit_conn *conn, struct iscsit_cmd *cmd, in iscsit_xmit_nondatain_pdu()
572 iscsit_xmit_datain_pdu(struct iscsit_conn *conn, struct iscsit_cmd *cmd, in iscsit_xmit_datain_pdu()
646 static int iscsit_xmit_pdu(struct iscsit_conn *conn, struct iscsit_cmd *cmd, in iscsit_xmit_pdu()
802 struct iscsit_cmd *cmd; in iscsit_add_reject() local
830 struct iscsit_cmd *cmd, in iscsit_add_reject_from_cmd()
874 static int iscsit_add_reject_cmd(struct iscsit_cmd *cmd, u8 reason, in iscsit_add_reject_cmd()
880 int iscsit_reject_cmd(struct iscsit_cmd *cmd, u8 reason, unsigned char *buf) in iscsit_reject_cmd()
890 static int iscsit_map_iovec(struct iscsit_cmd *cmd, struct kvec *iov, int nvec, in iscsit_map_iovec()
[all …]
H A Discsi_target_seq_pdu_list.c21 static void iscsit_dump_seq_list(struct iscsit_cmd *cmd) in iscsit_dump_seq_list()
39 static void iscsit_dump_pdu_list(struct iscsit_cmd *cmd) in iscsit_dump_pdu_list()
55 static void iscsit_dump_seq_list(struct iscsit_cmd *cmd) {} in iscsit_dump_seq_list()
56 static void iscsit_dump_pdu_list(struct iscsit_cmd *cmd) {} in iscsit_dump_pdu_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()
[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
474 struct iscsit_cmd *cmd = NULL; in iscsit_handle_status_snack() local
537 struct iscsit_cmd *cmd = NULL; in iscsit_handle_data_ack() local
568 struct iscsit_cmd *cmd, in iscsit_send_recovery_r2t()
582 struct iscsit_cmd *cmd, in iscsit_dataout_datapduinorder_no_fbit()
[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.c696 static void target_remove_from_state_list(struct se_cmd *cmd) in target_remove_from_state_list()
712 static void target_remove_from_tmr_list(struct se_cmd *cmd) in target_remove_from_tmr_list()
734 static int transport_cmd_check_stop_to_fabric(struct se_cmd *cmd) in transport_cmd_check_stop_to_fabric()
765 static void transport_lun_remove_cmd(struct se_cmd *cmd) in transport_lun_remove_cmd()
786 struct se_cmd *cmd = container_of(work, struct se_cmd, work); in target_complete_failure_work() local
795 static unsigned char *transport_get_sense_buffer(struct se_cmd *cmd) in transport_get_sense_buffer()
814 void transport_copy_sense_to_cmd(struct se_cmd *cmd, unsigned char *sense) in transport_copy_sense_to_cmd()
832 static void target_handle_abort(struct se_cmd *cmd) in target_handle_abort()
880 struct se_cmd *cmd = container_of(work, struct se_cmd, work); in target_abort_work() local
885 static bool target_cmd_interrupted(struct se_cmd *cmd) in target_cmd_interrupted()
[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()
212 sja1105pqrs_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_vl_lookup_cmd_packing()
225 sja1110_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1110_vl_lookup_cmd_packing()
249 sja1110_vl_policing_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1110_vl_policing_cmd_packing()
261 sja1105pqrs_common_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_common_l2_lookup_cmd_packing()
310 sja1105pqrs_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_l2_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
410 sja1105et_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105et_l2_lookup_cmd_packing()
[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 …]
/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
179 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_write_pending() 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()
[all …]
/openbmc/linux/drivers/cdx/controller/
H A Dmcdi.c56 static bool cdx_cmd_cancelled(struct cdx_mcdi_cmd *cmd) in cdx_cmd_cancelled()
66 static unsigned int cdx_mcdi_cmd_handle(struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cmd_handle()
72 struct cdx_mcdi_cmd *cmd, in _cdx_mcdi_remove_cmd()
87 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_remove_cmd()
98 static unsigned long cdx_mcdi_rpc_timeout(struct cdx_mcdi *cdx, unsigned int cmd) in cdx_mcdi_rpc_timeout()
223 struct cdx_mcdi_cmd *cmd) in cdx_mcdi_send_request()
329 struct cdx_mcdi_cmd *cmd = in cdx_mcdi_process_cleanup_list() local
355 struct cdx_mcdi_cmd *cmd; in _cdx_mcdi_cancel_cmd() local
379 static void cdx_mcdi_cancel_cmd(struct cdx_mcdi *cdx, struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cancel_cmd()
426 static int cdx_mcdi_rpc_sync(struct cdx_mcdi *cdx, unsigned int cmd, in cdx_mcdi_rpc_sync()
[all …]

12345678910>>...163