/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dprc.h | 39 MC_RSP_OP(cmd, 0, 0, 32, int, container_id) 42 #define DPRC_CMD_OPEN(cmd, container_id) \ argument 43 MC_CMD_OP(cmd, 0, 0, 32, int, container_id) 46 #define DPRC_CMD_CREATE_CONTAINER(cmd, cfg) \ argument 85 #define DPRC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument 95 MC_RSP_OP(cmd, 0, 32, 32, int, obj_count) 98 #define DPRC_CMD_GET_OBJ(cmd, obj_index) \ argument 99 MC_CMD_OP(cmd, 0, 0, 32, int, obj_index) 102 #define DPRC_RSP_GET_OBJ(cmd, obj_desc) \ argument 149 MC_CMD_OP(cmd, 0, 0, 32, int, obj_id);\ [all …]
|
H A D | fsl_dpni.h | 47 #define DPNI_CMD_OPEN(cmd, dpni_id) \ argument 48 MC_CMD_OP(cmd, 0, 0, 32, int, dpni_id) 75 #define DPNI_CMD_CREATE(cmd, cfg) \ argument 87 #define DPNI_CMD_SET_POOLS(cmd, cfg) \ argument 117 #define DPNI_RSP_GET_ATTR(cmd, attr) \ argument 154 #define DPNI_RSP_GET_QDID(cmd, qdid) \ argument 155 MC_RSP_OP(cmd, 0, 0, 16, uint16_t, qdid) 162 #define DPNI_CMD_SET_LINK_CFG(cmd, cfg) \ argument 225 MC_CMD_OP(cmd, 0, 8, 8, uint8_t, tc); \ 229 #define DPNI_RSP_GET_QUEUE(cmd, queue) \ argument [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-metadata.c | 300 dm_array_info_init(&cmd->info, cmd->tm, &vt); in __setup_mapping_info() 397 &cmd->tm, &cmd->metadata_sm); in __format_metadata() 405 r = dm_array_empty(&cmd->info, &cmd->root); in __format_metadata() 410 dm_disk_bitset_init(cmd->tm, &cmd->dirty_info); in __format_metadata() 498 &cmd->tm, &cmd->metadata_sm); in __open_metadata() 505 dm_disk_bitset_init(cmd->tm, &cmd->dirty_info); in __open_metadata() 763 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in metadata_open() 1078 r = dm_array_resize(&cmd->info, cmd->root, from_cblock(cmd->cache_blocks), in dm_cache_resize() 1173 r = dm_bitset_flush(&cmd->discard_info, cmd->discard_root, &cmd->discard_root); in __load_discards() 1430 r = dm_array_cursor_begin(&cmd->info, cmd->root, &cmd->mapping_cursor); in __load_mappings() [all …]
|
H A D | dm-clone-metadata.c | 344 &cmd->tm, &cmd->sm); in __open_metadata() 366 r = dm_tm_create_with_sm(cmd->bm, SUPERBLOCK_LOCATION, &cmd->tm, &cmd->sm); in __format_metadata() 444 cmd->bm = dm_block_manager_create(cmd->bdev, in __create_persistent_data_structures() 494 if (__dirty_map_init(&cmd->dmap[0], cmd->nr_words, cmd->nr_regions)) { in dirty_map_init() 499 if (__dirty_map_init(&cmd->dmap[1], cmd->nr_words, cmd->nr_regions)) { in dirty_map_init() 505 cmd->current_dmap = &cmd->dmap[0]; in dirty_map_init() 524 r = dm_bitset_flush(&cmd->bitset_info, cmd->bitset_root, &cmd->bitset_root); in __load_bitset_in_core() 559 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in dm_clone_metadata_open() 568 cmd->nr_regions = dm_sector_div_up(cmd->target_size, cmd->region_size); in dm_clone_metadata_open() 690 r = dm_bitset_flush(&cmd->bitset_info, cmd->bitset_root, &cmd->bitset_root); in __metadata_commit() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | cam.h | 15 static inline void FWCMD_SET_ADDR_IDX(void *cmd, u32 value) in FWCMD_SET_ADDR_IDX() argument 17 le32p_replace_bits((__le32 *)(cmd) + 1, value, GENMASK(7, 0)); in FWCMD_SET_ADDR_IDX() 20 static inline void FWCMD_SET_ADDR_OFFSET(void *cmd, u32 value) in FWCMD_SET_ADDR_OFFSET() argument 25 static inline void FWCMD_SET_ADDR_LEN(void *cmd, u32 value) in FWCMD_SET_ADDR_LEN() argument 30 static inline void FWCMD_SET_ADDR_VALID(void *cmd, u32 value) in FWCMD_SET_ADDR_VALID() argument 32 le32p_replace_bits((__le32 *)(cmd) + 2, value, BIT(0)); in FWCMD_SET_ADDR_VALID() 52 le32p_replace_bits((__le32 *)(cmd) + 2, value, BIT(7)); in FWCMD_SET_ADDR_BB_SEL() 157 le32p_replace_bits((__le32 *)(cmd) + 8, value, BIT(14)); in FWCMD_SET_ADDR_TF_TRS() 371 const u8 *scan_mac_addr, u8 *cmd); 375 u8 *cmd); [all …]
|
/openbmc/linux/drivers/target/ |
H A D | target_core_transport.c | 844 cmd->t_task_cdb[0], cmd->tag); in target_handle_abort() 846 ret = cmd->se_tfo->queue_status(cmd); in target_handle_abort() 854 cmd->se_tfo->queue_tm_rsp(cmd); in target_handle_abort() 861 cmd->se_tfo->aborted_task(cmd); in target_handle_abort() 2127 ret = cmd->se_tfo->queue_status(cmd); in transport_generic_request_failure() 2165 ret = cmd->execute_cmd(cmd); in __target_execute_cmd() 2194 cmd->pi_err = sbc_dif_verify(cmd, cmd->t_task_lba, in target_write_prot_action() 2490 cmd->pi_err = sbc_dif_verify(cmd, cmd->t_task_lba, in target_read_prot_action() 2671 cmd->t_data_sg = cmd->t_data_sg_orig; in transport_reset_sgl_orig() 3151 cmd->se_tfo->get_cmd_state(cmd), in target_show_cmd() [all …]
|
H A D | target_core_sbc.c | 200 ret = ops->execute_unmap(cmd, cmd->t_task_lba, nolb); in sbc_execute_write_same_unmap() 346 return ops->execute_rw(cmd, cmd->t_data_sg, cmd->t_data_nents, in sbc_execute_rw() 455 if (!cmd->t_data_sg || !cmd->t_bidi_data_sg) in compare_and_write_callback() 535 cmd->t_data_sg_orig = cmd->t_data_sg; in compare_and_write_callback() 537 cmd->t_data_nents_orig = cmd->t_data_nents; in compare_and_write_callback() 590 ret = ops->execute_rw(cmd, cmd->t_bidi_data_sg, cmd->t_bidi_data_nents, in sbc_compare_and_write() 674 if (!cmd->t_prot_sg || !cmd->t_prot_nents) { in sbc_check_prot() 693 cmd->reftag_seed = cmd->t_task_lba; in sbc_check_prot() 696 cmd->reftag_seed = cmd->t_task_lba; in sbc_check_prot() 738 __func__, cmd->prot_type, cmd->data_length, cmd->prot_length, in sbc_check_prot() [all …]
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | run-command.c | 40 need_in = !cmd->no_stdin && cmd->in < 0; in start_command() 52 && cmd->out < 0; in start_command() 58 close(cmd->in); in start_command() 64 need_err = !cmd->no_stderr && cmd->err < 0; in start_command() 82 if (!cmd->pid) { in start_command() 90 close(cmd->in); in start_command() 112 if (cmd->dir && chdir(cmd->dir)) in start_command() 115 if (cmd->env) { in start_command() 116 for (; *cmd->env; cmd->env++) { in start_command() 128 execvp(cmd->argv[0], (char *const*) cmd->argv); in start_command() [all …]
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_erl1.c | 140 cmd->init_task_tag, begrun, runlength, cmd->r2t_sn); in iscsit_handle_r2t_snack() 445 if (!cmd) in iscsit_handle_recovery_datain_or_r2t() 549 cmd->init_task_tag, begrun, cmd->acked_data_sn); in iscsit_handle_data_ack() 562 cmd->init_task_tag, cmd->acked_data_sn); in iscsit_handle_data_ack() 711 cmd->first_burst_len = cmd->write_data_done; in iscsit_recalculate_dataout_values() 862 cmd = ooo_cmdsn->cmd; in iscsit_execute_ooo_cmdsns() 863 cmd->i_state = cmd->deferred_i_state; in iscsit_execute_ooo_cmdsns() 956 iscsit_add_cmd_to_response_queue(cmd, cmd->conn, cmd->i_state); in iscsit_execute_cmd() 961 iscsit_add_cmd_to_response_queue(cmd, cmd->conn, in iscsit_execute_cmd() 1019 cmd->deferred_i_state = cmd->i_state; in iscsit_handle_ooo_cmdsn() [all …]
|
H A D | iscsi_target_tmr.c | 206 cr = cmd->cr; in iscsit_task_reassign_complete_nop_out() 213 cmd->stat_sn = cmd->exp_stat_sn = 0; in iscsit_task_reassign_complete_nop_out() 222 iscsit_add_cmd_to_response_queue(cmd, conn, cmd->i_state); in iscsit_task_reassign_complete_nop_out() 255 cmd->init_task_tag, cmd->se_cmd.t_state); in iscsit_task_reassign_complete_write() 272 offset = cmd->next_burst_len = cmd->write_data_done; in iscsit_task_reassign_complete_write() 347 iscsit_add_cmd_to_response_queue(cmd, conn, cmd->i_state); in iscsit_task_reassign_complete_read() 358 iscsit_add_cmd_to_response_queue(cmd, conn, cmd->i_state); in iscsit_task_reassign_complete_none() 374 cr = cmd->cr; in iscsit_task_reassign_complete_scsi_cmnd() 381 cmd->stat_sn = cmd->exp_stat_sn = 0; in iscsit_task_reassign_complete_scsi_cmnd() 489 cmd->r2t_offset += (cmd->first_burst_len - in iscsit_task_reassign_prepare_unsolicited_dataout() [all …]
|
H A D | iscsi_target.c | 478 return iscsit_add_cmd_to_response_queue(cmd, cmd->conn, cmd->i_state); in iscsit_queue_rsp() 628 datain->length + cmd->padding, cmd->data_crc); in iscsit_xmit_datain_pdu() 1252 iscsit_start_dataout_timer(cmd, cmd->conn); in iscsit_set_unsolicited_dataout() 1373 iscsit_add_cmd_to_immediate_queue(cmd, cmd->conn, cmd->i_state); in iscsit_get_immediate_data() 2646 iov_ret = iscsit_map_iovec(cmd, cmd->iov_data, in iscsit_handle_immediate_data() 3060 cmd->targ_xfer_tag, cmd->stat_sn, cmd->buf_ptr_size); in iscsit_build_nopin_rsp() 3183 cmd->r2t_offset = max(cmd->r2t_offset, cmd->write_data_done); in iscsit_build_r2ts_for_cmd() 3231 if (cmd->seq_send_order == cmd->seq_count) in iscsit_build_r2ts_for_cmd() 3280 cmd->init_task_tag, cmd->stat_sn, cmd->se_cmd.scsi_status, in iscsit_build_rsp_pdu() 3780 cmd = qr->cmd; in iscsit_handle_immediate_queue() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | cmd.c | 25 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_channel_switch() 26 if (!cmd) { in wl18xx_cmd_channel_switch() 81 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_smart_config_start() 108 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_smart_config_stop() 140 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_smart_config_set_group_key() 170 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_set_cac() 182 cmd, sizeof(*cmd), 0); in wl18xx_cmd_set_cac() 201 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_radar_detection_debug() 208 cmd, sizeof(*cmd), 0); in wl18xx_cmd_radar_detection_debug() 227 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_cmd_dfs_master_restart() [all …]
|
H A D | scan.c | 16 memcpy(cmd->active, cmd_channels->active, sizeof(cmd->active)); in wl18xx_adjust_channels() 34 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_scan_send() 35 if (!cmd) { in wl18xx_scan_send() 94 memcpy(cmd->ssid, req->ssids[0].ssid, cmd->ssid_len); in wl18xx_scan_send() 115 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_send() 132 wl1271_dump(DEBUG_SCAN, "SCAN: ", cmd, sizeof(*cmd)); in wl18xx_scan_send() 142 kfree(cmd); in wl18xx_scan_send() 172 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl18xx_scan_sched_scan_config() 173 if (!cmd) { in wl18xx_scan_sched_scan_config() 258 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_sched_scan_config() [all …]
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | dpni.c | 36 struct mc_command cmd = { 0 }; in dpni_open() local 43 DPNI_CMD_OPEN(cmd, dpni_id); in dpni_open() 60 struct mc_command cmd = { 0 }; in dpni_close() local 77 struct mc_command cmd = { 0 }; in dpni_create() local 84 DPNI_CMD_CREATE(cmd, cfg); in dpni_create() 102 struct mc_command cmd = { 0 }; in dpni_destroy() local 121 struct mc_command cmd = { 0 }; in dpni_set_pools() local 127 DPNI_CMD_SET_POOLS(cmd, cfg); in dpni_set_pools() 137 struct mc_command cmd = { 0 }; in dpni_enable() local 152 struct mc_command cmd = { 0 }; in dpni_disable() local [all …]
|
H A D | dprc.c | 17 struct mc_command cmd = { 0 }; in dprc_get_container_id() local 26 err = mc_send_command(mc_io, &cmd); in dprc_get_container_id() 41 struct mc_command cmd = { 0 }; in dprc_open() local 47 DPRC_CMD_OPEN(cmd, container_id); in dprc_open() 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 [all …]
|
H A D | dpmac.c | 19 struct mc_command cmd = { 0 }; in dpmac_open() local 26 DPMAC_CMD_OPEN(cmd, dpmac_id); in dpmac_open() 43 struct mc_command cmd = { 0 }; in dpmac_close() local 59 struct mc_command cmd = { 0 }; in dpmac_create() local 66 DPMAC_CMD_CREATE(cmd, cfg); in dpmac_create() 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 134 DPMAC_CMD_MDIO_READ(cmd, cfg); in dpmac_mdio_read() 152 struct mc_command cmd = { 0 }; in dpmac_mdio_write() local [all …]
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | sdio.c | 73 if (cmd->raw) { in wilc_sdio_cmd52() 74 sdio_writeb(func, cmd->data, cmd->address, &ret); in wilc_sdio_cmd52() 78 sdio_writeb(func, cmd->data, cmd->address, &ret); in wilc_sdio_cmd52() 104 size = cmd->count * cmd->block_size; in wilc_sdio_cmd53() 209 cmd.raw = 0; in wilc_sdio_reset() 299 cmd.raw = 0; in wilc_sdio_set_func0_csa_address() 339 cmd.raw = 0; in wilc_sdio_set_block_size() 638 cmd.raw = 1; in wilc_sdio_init() 662 cmd.raw = 1; in wilc_sdio_init() 677 cmd.raw = 0; in wilc_sdio_init() [all …]
|
/openbmc/linux/net/ncsi/ |
H A D | ncsi-cmd.c | 68 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_default() 79 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_sp() 91 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_dc() 103 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_rc() 114 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_ae() 127 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_sl() 140 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_svf() 154 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_ev() 167 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_sma() 182 cmd = skb_put_zero(skb, sizeof(*cmd)); in ncsi_cmd_handler_ebf() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 495 if (cmd->props->ncq && cmd->errors) { in ahci_port_check_nonbusy() 506 if (!cmd->props->ncq && cmd->errors) { in ahci_port_check_nonbusy() 549 if (cmd->props->atapi && (cmd->xbytes == 0 || cmd->props->dma)) { in ahci_port_check_pio_sanity() 557 (cmd->xbytes % cmd->sector_size) : cmd->sector_size); in ahci_port_check_pio_sanity() 582 cmd->flags = le16_to_cpu(cmd->flags); in ahci_get_command_header() 583 cmd->prdtl = le16_to_cpu(cmd->prdtl); in ahci_get_command_header() 584 cmd->prdbc = le32_to_cpu(cmd->prdbc); in ahci_get_command_header() 585 cmd->ctba = le64_to_cpu(cmd->ctba); in ahci_get_command_header() 620 memset(&cmd, 0x00, sizeof(cmd)); in ahci_destroy_command() 1148 sect_count = (cmd->xbytes / cmd->sector_size); in ahci_command_set_sizes() [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cmd.c | 95 memset(&cmd, 0, sizeof(cmd)); in lbs_update_hw_spec() 235 memset(&cmd, 0, sizeof(cmd)); in lbs_set_ps_mode() 269 memset(&cmd, 0, sizeof(cmd)); in lbs_cmd_802_11_sleep_params() 422 memset(&cmd, 0, sizeof (cmd)); in lbs_set_snmp_mib() 511 memset(&cmd, 0, sizeof(cmd)); in lbs_get_tx_power() 540 memset(&cmd, 0, sizeof(cmd)); in lbs_set_tx_power() 566 memset(&cmd, 0, sizeof(cmd)); in lbs_set_monitor_mode() 595 memset(&cmd, 0, sizeof(cmd)); in lbs_get_channel() 640 memset(&cmd, 0, sizeof(cmd)); in lbs_set_channel() 674 memset(&cmd, 0, sizeof(cmd)); in lbs_get_rssi() [all …]
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | ioas.c | 39 struct iommu_ioas_alloc *cmd = ucmd->cmd; in iommufd_ioas_alloc_ioctl() local 43 if (cmd->flags) in iommufd_ioas_alloc_ioctl() 65 struct iommu_ioas_iova_ranges *cmd = ucmd->cmd; in iommufd_ioas_iova_ranges() local 144 struct iommu_ioas_allow_iovas *cmd = ucmd->cmd; in iommufd_ioas_allow_iovas() local 202 struct iommu_ioas_map *cmd = ucmd->cmd; in iommufd_ioas_map() local 213 if (cmd->iova >= ULONG_MAX || cmd->length >= ULONG_MAX) in iommufd_ioas_map() 227 u64_to_user_ptr(cmd->user_va), cmd->length, in iommufd_ioas_map() 241 struct iommu_ioas_copy *cmd = ucmd->cmd; in iommufd_ioas_copy() local 298 struct iommu_ioas_unmap *cmd = ucmd->cmd; in iommufd_ioas_unmap() local 307 if (cmd->iova == 0 && cmd->length == U64_MAX) { in iommufd_ioas_unmap() [all …]
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 29 #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 39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument 40 #define IS_SETLK64(cmd) ((cmd) == F_SETLK) argument 41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW) argument 44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) argument 45 #define IS_SETLK(cmd) (IS_SETLK32(cmd) || IS_SETLK64(cmd)) argument [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_abm_lcd.c | 62 union dmub_rb_cmd cmd; in dmub_abm_enable_fractional_pwm() local 71 memset(&cmd, 0, sizeof(cmd)); in dmub_abm_enable_fractional_pwm() 147 union dmub_rb_cmd cmd; in dmub_abm_set_level() local 150 memset(&cmd, 0, sizeof(cmd)); in dmub_abm_set_level() 168 union dmub_rb_cmd cmd; in dmub_abm_init_config() local 178 memset(&cmd, 0, sizeof(cmd)); in dmub_abm_init_config() 195 union dmub_rb_cmd cmd; in dmub_abm_set_pause() local 199 memset(&cmd, 0, sizeof(cmd)); in dmub_abm_set_pause() 238 memset(&cmd, 0, sizeof(cmd)); in dmub_abm_save_restore() 267 memset(&cmd, 0, sizeof(cmd)); in dmub_abm_set_pipe() [all …]
|
/openbmc/linux/drivers/macintosh/ |
H A D | smu.c | 129 smu->cmd_buf->cmd = cmd->cmd; in smu_start_cmd() 201 ack = (~cmd->cmd) & 0xff; in smu_db_intr() 295 struct smu_cmd *cmd = &scmd->cmd; in smu_queue_simple() local 303 cmd->cmd = command; in smu_queue_simple() 833 cmd->scmd.misc = cmd; in smu_queue_i2c() 834 cmd->scmd.reply_buf = cmd->pdata; in smu_queue_i2c() 880 cmd->info.bus, cmd->info.caddr, in smu_queue_i2c() 920 cmd.cmd = SMU_CMD_MISC_ee_COMMAND; in smu_read_datablock() 966 cmd.cmd.status, cmd.cmd.reply_len); in smu_create_sdb_partition() 969 if (cmd.cmd.status != 0 || cmd.cmd.reply_len != 6) in smu_create_sdb_partition() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.c | 235 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_enable() 277 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_disable() 426 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_dev() 448 cmd->role_id, cmd->device.hlid, cmd->device.session); in wl12xx_cmd_role_start_dev() 478 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_stop_dev() 512 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_sta() 589 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_stop_sta() 636 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_ap() 731 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_stop_ap() 764 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); in wl12xx_cmd_role_start_ibss() [all …]
|