Home
last modified time | relevance | path

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

12345678910>>...118

/Linux-v5.4/include/linux/
Dfcntl.h19 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument
20 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument
21 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument
22 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument
23 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument
24 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) argument
26 #define IS_GETLK32(cmd) (0) argument
27 #define IS_SETLK32(cmd) (0) argument
28 #define IS_SETLKW32(cmd) (0) argument
29 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument
[all …]
/Linux-v5.4/drivers/md/
Ddm-cache-metadata.c237 static int superblock_read_lock(struct dm_cache_metadata *cmd, in superblock_read_lock()
244 static int superblock_lock_zero(struct dm_cache_metadata *cmd, in superblock_lock_zero()
251 static int superblock_lock(struct dm_cache_metadata *cmd, in superblock_lock()
289 static void __setup_mapping_info(struct dm_cache_metadata *cmd) in __setup_mapping_info()
306 static int __save_sm_root(struct dm_cache_metadata *cmd) in __save_sm_root()
319 static void __copy_sm_root(struct dm_cache_metadata *cmd, in __copy_sm_root()
327 static bool separate_dirty_bits(struct dm_cache_metadata *cmd) in separate_dirty_bits()
332 static int __write_initial_superblock(struct dm_cache_metadata *cmd) in __write_initial_superblock()
390 static int __format_metadata(struct dm_cache_metadata *cmd) in __format_metadata()
437 struct dm_cache_metadata *cmd) in __check_incompat_features()
[all …]
Ddm-clone-metadata.c258 static inline int superblock_read_lock(struct dm_clone_metadata *cmd, in superblock_read_lock()
264 static inline int superblock_write_lock(struct dm_clone_metadata *cmd, in superblock_write_lock()
270 static inline int superblock_write_lock_zero(struct dm_clone_metadata *cmd, in superblock_write_lock_zero()
276 static int __copy_sm_root(struct dm_clone_metadata *cmd) in __copy_sm_root()
289 static void __prepare_superblock(struct dm_clone_metadata *cmd, in __prepare_superblock()
309 static int __open_metadata(struct dm_clone_metadata *cmd) in __open_metadata()
351 static int __format_metadata(struct dm_clone_metadata *cmd) in __format_metadata()
414 static int __open_or_format_metadata(struct dm_clone_metadata *cmd, bool may_format_device) in __open_or_format_metadata()
429 static int __create_persistent_data_structures(struct dm_clone_metadata *cmd, in __create_persistent_data_structures()
450 static void __destroy_persistent_data_structures(struct dm_clone_metadata *cmd) in __destroy_persistent_data_structures()
[all …]
/Linux-v5.4/drivers/scsi/bfa/
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 …]
/Linux-v5.4/arch/m68k/atari/
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 …]
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c97 struct fsl_mc_command cmd = { 0 }; in dpni_open() local
135 struct fsl_mc_command cmd = { 0 }; in dpni_close() local
163 struct fsl_mc_command cmd = { 0 }; in dpni_set_pools() local
197 struct fsl_mc_command cmd = { 0 }; in dpni_enable() local
220 struct fsl_mc_command cmd = { 0 }; in dpni_disable() local
245 struct fsl_mc_command cmd = { 0 }; in dpni_is_enabled() local
278 struct fsl_mc_command cmd = { 0 }; in dpni_reset() local
310 struct fsl_mc_command cmd = { 0 }; in dpni_set_irq_enable() local
341 struct fsl_mc_command cmd = { 0 }; in dpni_get_irq_enable() local
388 struct fsl_mc_command cmd = { 0 }; in dpni_set_irq_mask() local
[all …]
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c48 struct host_cmd_ds_command *cmd, u16 cmd_action) in mwifiex_cmd_802_11_rssi_info()
78 struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_control()
113 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_snmp_mib()
153 mwifiex_cmd_802_11_get_log(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_get_log()
171 struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_rate_cfg()
242 static int mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_power_cfg()
286 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_tx_power()
303 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_antenna()
361 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_hs_cfg()
436 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_mac_address()
[all …]
/Linux-v5.4/tools/testing/selftests/membarrier/
Dmembarrier_test_impl.h12 static int sys_membarrier(int cmd, int flags) in sys_membarrier()
19 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local
42 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local
65 int cmd = MEMBARRIER_CMD_GLOBAL, flags = 0; in test_membarrier_global_success() local
81 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_fail() local
104 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_register_private_expedited_success() local
121 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_success() local
138 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_private_expedited_sync_core_fail() local
161 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_register_private_expedited_sync_core_success() local
178 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_sync_core_success() local
[all …]
/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/
Ddpsw.c46 struct fsl_mc_command cmd = { 0 }; in dpsw_open() local
83 struct fsl_mc_command cmd = { 0 }; in dpsw_close() local
106 struct fsl_mc_command cmd = { 0 }; in dpsw_enable() local
129 struct fsl_mc_command cmd = { 0 }; in dpsw_disable() local
152 struct fsl_mc_command cmd = { 0 }; in dpsw_reset() local
184 struct fsl_mc_command cmd = { 0 }; in dpsw_set_irq_enable() local
221 struct fsl_mc_command cmd = { 0 }; in dpsw_set_irq_mask() local
254 struct fsl_mc_command cmd = { 0 }; in dpsw_get_irq_status() local
297 struct fsl_mc_command cmd = { 0 }; in dpsw_clear_irq_status() local
326 struct fsl_mc_command cmd = { 0 }; in dpsw_get_attributes() local
[all …]
/Linux-v5.4/drivers/target/
Dtarget_core_transport.c625 static void target_remove_from_state_list(struct se_cmd *cmd) in target_remove_from_state_list()
648 static int transport_cmd_check_stop_to_fabric(struct se_cmd *cmd) in transport_cmd_check_stop_to_fabric()
683 struct se_cmd *cmd = container_of(work, struct se_cmd, work); in target_complete_failure_work() local
693 static unsigned char *transport_get_sense_buffer(struct se_cmd *cmd) in transport_get_sense_buffer()
712 void transport_copy_sense_to_cmd(struct se_cmd *cmd, unsigned char *sense) in transport_copy_sense_to_cmd()
730 static void target_handle_abort(struct se_cmd *cmd) in target_handle_abort()
776 struct se_cmd *cmd = container_of(work, struct se_cmd, work); in target_abort_work() local
781 static bool target_cmd_interrupted(struct se_cmd *cmd) in target_cmd_interrupted()
802 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd()
838 void target_complete_cmd_with_length(struct se_cmd *cmd, u8 scsi_status, int length) in target_complete_cmd_with_length()
[all …]
Dtarget_core_sbc.c32 sbc_emulate_readcapacity(struct se_cmd *cmd) in sbc_emulate_readcapacity()
75 sbc_emulate_readcapacity_16(struct se_cmd *cmd) in sbc_emulate_readcapacity_16()
138 sbc_emulate_startstop(struct se_cmd *cmd) in sbc_emulate_startstop()
169 sector_t sbc_get_write_same_sectors(struct se_cmd *cmd) in sbc_get_write_same_sectors()
193 sbc_execute_write_same_unmap(struct se_cmd *cmd) in sbc_execute_write_same_unmap()
210 sbc_emulate_noop(struct se_cmd *cmd) in sbc_emulate_noop()
216 static inline u32 sbc_get_size(struct se_cmd *cmd, u32 sectors) in sbc_get_size()
282 sbc_setup_write_same(struct se_cmd *cmd, unsigned char *flags, struct sbc_ops *ops) in sbc_setup_write_same()
342 static sense_reason_t xdreadwrite_callback(struct se_cmd *cmd, bool success, in xdreadwrite_callback()
405 sbc_execute_rw(struct se_cmd *cmd) in sbc_execute_rw()
[all …]
Dtarget_core_spc.c51 spc_emulate_inquiry_std(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_inquiry_std()
119 spc_emulate_evpd_80(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_80()
168 spc_emulate_evpd_83(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_83()
438 spc_emulate_evpd_86(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_86()
480 spc_emulate_evpd_b0(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b0()
574 spc_emulate_evpd_b1(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b1()
587 spc_emulate_evpd_b2(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b2()
651 spc_emulate_evpd_b3(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b3()
682 spc_emulate_evpd_00(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_00()
701 spc_emulate_inquiry(struct se_cmd *cmd) in spc_emulate_inquiry()
[all …]
/Linux-v5.4/drivers/target/iscsi/
Discsi_target.c477 int iscsit_queue_rsp(struct iscsi_conn *conn, struct iscsi_cmd *cmd) in iscsit_queue_rsp()
483 void iscsit_aborted_task(struct iscsi_conn *conn, struct iscsi_cmd *cmd) in iscsit_aborted_task()
500 iscsit_xmit_nondatain_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, in iscsit_xmit_nondatain_pdu()
574 iscsit_xmit_datain_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, in iscsit_xmit_datain_pdu()
648 static int iscsit_xmit_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, in iscsit_xmit_pdu()
795 struct iscsi_cmd *cmd; in iscsit_add_reject() local
823 struct iscsi_cmd *cmd, in iscsit_add_reject_from_cmd()
867 static int iscsit_add_reject_cmd(struct iscsi_cmd *cmd, u8 reason, in iscsit_add_reject_cmd()
873 int iscsit_reject_cmd(struct iscsi_cmd *cmd, u8 reason, unsigned char *buf) in iscsit_reject_cmd()
883 static int iscsit_map_iovec(struct iscsi_cmd *cmd, struct kvec *iov, int nvec, in iscsit_map_iovec()
[all …]
Discsi_target_seq_pdu_list.c21 static void iscsit_dump_seq_list(struct iscsi_cmd *cmd) in iscsit_dump_seq_list()
39 static void iscsit_dump_pdu_list(struct iscsi_cmd *cmd) in iscsit_dump_pdu_list()
55 static void iscsit_dump_seq_list(struct iscsi_cmd *cmd) {} in iscsit_dump_seq_list()
56 static void iscsit_dump_pdu_list(struct iscsi_cmd *cmd) {} in iscsit_dump_pdu_list()
60 struct iscsi_cmd *cmd, in iscsit_ordered_seq_lists()
73 struct iscsi_cmd *cmd, in iscsit_ordered_pdu_lists()
120 struct iscsi_cmd *cmd, in iscsit_randomize_pdu_lists()
170 struct iscsi_cmd *cmd, in iscsit_randomize_seq_lists()
202 struct iscsi_cmd *cmd, in iscsit_determine_counts_for_list()
286 struct iscsi_cmd *cmd, in iscsit_do_build_pdu_and_seq_lists()
[all …]
Discsi_target_erl1.c90 struct iscsi_cmd *cmd, in iscsit_send_recovery_r2t_for_snack()
112 struct iscsi_cmd *cmd, in iscsit_handle_r2t_snack()
170 struct iscsi_cmd *cmd, in iscsit_create_recovery_datain_values_datasequenceinorder_yes()
216 struct iscsi_cmd *cmd, in iscsit_create_recovery_datain_values_datasequenceinorder_no()
374 struct iscsi_cmd *cmd, in iscsit_handle_recovery_datain()
442 struct iscsi_cmd *cmd; in iscsit_handle_recovery_datain_or_r2t() local
474 struct iscsi_cmd *cmd = NULL; in iscsit_handle_status_snack() local
537 struct iscsi_cmd *cmd = NULL; in iscsit_handle_data_ack() local
568 struct iscsi_cmd *cmd, in iscsit_send_recovery_r2t()
582 struct iscsi_cmd *cmd, in iscsit_dataout_datapduinorder_no_fbit()
[all …]
Discsi_target_datain_values.c35 void iscsit_attach_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_attach_datain_req()
42 void iscsit_free_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_free_datain_req()
51 void iscsit_free_all_datain_reqs(struct iscsi_cmd *cmd) in iscsit_free_all_datain_reqs()
63 struct iscsi_datain_req *iscsit_get_datain_req(struct iscsi_cmd *cmd) in iscsit_get_datain_req()
79 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_yes()
177 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_yes()
298 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_no()
397 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_no()
499 struct iscsi_cmd *cmd, in iscsit_get_datain_values()
Discsi_target_erl0.c32 struct iscsi_cmd *cmd) in iscsit_set_dataout_sequence_values()
66 struct iscsi_cmd *cmd, in iscsit_dataout_within_command_recovery_check()
132 struct iscsi_cmd *cmd, in iscsit_dataout_check_unsolicited_sequence()
207 struct iscsi_cmd *cmd, in iscsit_dataout_check_sequence()
336 struct iscsi_cmd *cmd, in iscsit_dataout_check_datasn()
387 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_yes()
449 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_no()
480 static int iscsit_dataout_update_r2t(struct iscsi_cmd *cmd, u32 offset, u32 length) in iscsit_dataout_update_r2t()
500 struct iscsi_cmd *cmd, in iscsit_dataout_update_datapduinorder_no()
533 struct iscsi_cmd *cmd, in iscsit_dataout_post_crc_passed()
[all …]
/Linux-v5.4/drivers/target/tcm_fc/
Dtfc_cmd.c32 static void _ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in _ft_dump_cmd()
64 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd()
70 static void ft_free_cmd(struct ft_cmd *cmd) in ft_free_cmd()
88 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_release_cmd() local
103 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_status() local
180 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_write_pending() local
237 struct ft_cmd *cmd = arg; in ft_recv_seq() local
314 static void ft_send_resp_code(struct ft_cmd *cmd, in ft_send_resp_code()
326 static void ft_send_resp_code_and_free(struct ft_cmd *cmd, in ft_send_resp_code_and_free()
336 static void ft_send_tm(struct ft_cmd *cmd) in ft_send_tm()
[all …]
/Linux-v5.4/net/ncsi/
Dncsi-cmd.c64 struct ncsi_cmd_pkt *cmd; in ncsi_cmd_handler_default() local
75 struct ncsi_cmd_sp_pkt *cmd; in ncsi_cmd_handler_sp() local
87 struct ncsi_cmd_dc_pkt *cmd; in ncsi_cmd_handler_dc() local
99 struct ncsi_cmd_rc_pkt *cmd; in ncsi_cmd_handler_rc() local
110 struct ncsi_cmd_ae_pkt *cmd; in ncsi_cmd_handler_ae() local
123 struct ncsi_cmd_sl_pkt *cmd; in ncsi_cmd_handler_sl() local
136 struct ncsi_cmd_svf_pkt *cmd; in ncsi_cmd_handler_svf() local
150 struct ncsi_cmd_ev_pkt *cmd; in ncsi_cmd_handler_ev() local
162 struct ncsi_cmd_sma_pkt *cmd; in ncsi_cmd_handler_sma() local
178 struct ncsi_cmd_ebf_pkt *cmd; in ncsi_cmd_handler_ebf() local
[all …]
/Linux-v5.4/drivers/ide/
Dide-taskfile.c29 void ide_tf_readback(ide_drive_t *drive, struct ide_cmd *cmd) in ide_tf_readback()
46 void ide_tf_dump(const char *s, struct ide_cmd *cmd) in ide_tf_dump()
61 struct ide_cmd cmd; in taskfile_lib_get_identify() local
83 struct ide_cmd *cmd = &hwif->cmd; in do_rw_taskfile() local
154 struct ide_cmd *cmd = &hwif->cmd; in task_no_data_intr() local
226 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_bytes()
275 static void ide_pio_datablock(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_datablock()
300 static void ide_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd) in ide_error_cmd()
318 void ide_finish_cmd(ide_drive_t *drive, struct ide_cmd *cmd, u8 stat) in ide_finish_cmd()
341 struct ide_cmd *cmd = &drive->hwif->cmd; in task_pio_intr() local
[all …]
/Linux-v5.4/drivers/crypto/caam/
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
118 struct fsl_mc_command cmd = { 0 }; in dpseci_is_enabled() local
147 struct fsl_mc_command cmd = { 0 }; in dpseci_get_attributes() local
182 struct fsl_mc_command cmd = { 0 }; in dpseci_set_rx_queue() local
216 struct fsl_mc_command cmd = { 0 }; in dpseci_get_rx_queue() local
256 struct fsl_mc_command cmd = { 0 }; in dpseci_get_tx_queue() local
289 struct fsl_mc_command cmd = { 0 }; in dpseci_get_sec_attr() local
[all …]
/Linux-v5.4/include/scsi/
Dscsi_cmnd.h150 static inline void *scsi_cmd_priv(struct scsi_cmnd *cmd) in scsi_cmd_priv()
156 static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) in scsi_cmd_to_driver()
174 static inline int scsi_dma_map(struct scsi_cmnd *cmd) { return -ENOSYS; } in scsi_dma_map()
175 static inline void scsi_dma_unmap(struct scsi_cmnd *cmd) { } in scsi_dma_unmap()
178 static inline unsigned scsi_sg_count(struct scsi_cmnd *cmd) in scsi_sg_count()
183 static inline struct scatterlist *scsi_sglist(struct scsi_cmnd *cmd) in scsi_sglist()
188 static inline unsigned scsi_bufflen(struct scsi_cmnd *cmd) in scsi_bufflen()
193 static inline void scsi_set_resid(struct scsi_cmnd *cmd, int resid) in scsi_set_resid()
198 static inline int scsi_get_resid(struct scsi_cmnd *cmd) in scsi_get_resid()
203 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument
[all …]
/Linux-v5.4/drivers/bus/fsl-mc/
Ddprc.c27 struct fsl_mc_command cmd = { 0 }; in dprc_open() local
64 struct fsl_mc_command cmd = { 0 }; in dprc_close() local
91 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq() local
129 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_enable() local
165 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_mask() local
197 struct fsl_mc_command cmd = { 0 }; in dprc_get_irq_status() local
239 struct fsl_mc_command cmd = { 0 }; in dprc_clear_irq_status() local
267 struct fsl_mc_command cmd = { 0 }; in dprc_get_attributes() local
305 struct fsl_mc_command cmd = { 0 }; in dprc_get_obj_count() local
347 struct fsl_mc_command cmd = { 0 }; in dprc_get_obj() local
[all …]
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dcmd.c68 static u8 is_command_allowed_in_ps(u16 cmd) in is_command_allowed_in_ps()
91 struct cmd_ds_get_hw_spec cmd; in lbs_update_hw_spec() local
233 struct cmd_ds_802_11_ps_mode cmd; in lbs_set_ps_mode() local
266 struct cmd_ds_802_11_sleep_params cmd; in lbs_cmd_802_11_sleep_params() local
352 struct cmd_header *cmd) in lbs_ret_host_sleep_activate()
362 struct cmd_header cmd; in lbs_set_host_sleep() local
420 struct cmd_ds_802_11_snmp_mib cmd; in lbs_set_snmp_mib() local
467 struct cmd_ds_802_11_snmp_mib cmd; in lbs_get_snmp_mib() local
509 struct cmd_ds_802_11_rf_tx_power cmd; in lbs_get_tx_power() local
538 struct cmd_ds_802_11_rf_tx_power cmd; in lbs_set_tx_power() local
[all …]
/Linux-v5.4/drivers/infiniband/core/
Duverbs_cmd.c209 struct ib_uverbs_get_context cmd; in ib_uverbs_get_context() local
358 struct ib_uverbs_query_device cmd; in ib_uverbs_query_device() local
379 struct ib_uverbs_query_port cmd; in ib_uverbs_query_port() local
407 struct ib_uverbs_alloc_pd cmd; in ib_uverbs_alloc_pd() local
461 struct ib_uverbs_dealloc_pd cmd; in ib_uverbs_dealloc_pd() local
559 struct ib_uverbs_open_xrcd cmd; in ib_uverbs_open_xrcd() local
669 struct ib_uverbs_close_xrcd cmd; in ib_uverbs_close_xrcd() local
706 struct ib_uverbs_reg_mr cmd; in ib_uverbs_reg_mr() local
790 struct ib_uverbs_rereg_mr cmd; in ib_uverbs_rereg_mr() local
868 struct ib_uverbs_dereg_mr cmd; in ib_uverbs_dereg_mr() local
[all …]

12345678910>>...118