/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | uap_cmd.c | 314 u16 cmd_size = *param_size; mwifiex_uap_bss_wpa() local 323 cmd_size += sizeof(struct host_cmd_tlv_akmp); mwifiex_uap_bss_wpa() 334 cmd_size += sizeof(struct host_cmd_tlv_pwk_cipher); mwifiex_uap_bss_wpa() 346 cmd_size += sizeof(struct host_cmd_tlv_pwk_cipher); mwifiex_uap_bss_wpa() 357 cmd_size += sizeof(struct host_cmd_tlv_gwk_cipher); mwifiex_uap_bss_wpa() 368 cmd_size += sizeof(struct mwifiex_ie_types_header) + mwifiex_uap_bss_wpa() 374 *param_size = cmd_size; mwifiex_uap_bss_wpa() 420 u16 cmd_size = *param_size; mwifiex_uap_bss_wep() local 438 cmd_size += sizeof(struct mwifiex_ie_types_header) + 2 + mwifiex_uap_bss_wep() 445 *param_size = cmd_size; mwifiex_uap_bss_wep() 473 u16 cmd_size = *param_size; mwifiex_uap_bss_param_prepare() local 480 cmd_size += sizeof(struct mwifiex_ie_types_header) + mwifiex_uap_bss_param_prepare() 490 cmd_size += sizeof(struct host_cmd_tlv_bcast_ssid); mwifiex_uap_bss_param_prepare() 502 cmd_size += sizeof(struct host_cmd_tlv_rates) + i; mwifiex_uap_bss_param_prepare() 517 cmd_size += sizeof(struct host_cmd_tlv_channel_band); mwifiex_uap_bss_param_prepare() 529 cmd_size += sizeof(struct host_cmd_tlv_beacon_period); mwifiex_uap_bss_param_prepare() 541 cmd_size += sizeof(struct host_cmd_tlv_dtim_period); mwifiex_uap_bss_param_prepare() 552 cmd_size += sizeof(struct host_cmd_tlv_frag_threshold); mwifiex_uap_bss_param_prepare() 564 cmd_size += sizeof(struct host_cmd_tlv_frag_threshold); mwifiex_uap_bss_param_prepare() 575 cmd_size += sizeof(struct host_cmd_tlv_retry_limit); mwifiex_uap_bss_param_prepare() 581 mwifiex_uap_bss_wpa(&tlv, cmd_buf, &cmd_size); mwifiex_uap_bss_param_prepare() 583 mwifiex_uap_bss_wep(&tlv, cmd_buf, &cmd_size); mwifiex_uap_bss_param_prepare() 593 cmd_size += sizeof(struct host_cmd_tlv_auth_type); mwifiex_uap_bss_param_prepare() 604 cmd_size += sizeof(struct host_cmd_tlv_encrypt_protocol); mwifiex_uap_bss_param_prepare() 623 cmd_size += sizeof(struct mwifiex_ie_types_htcap); mwifiex_uap_bss_param_prepare() 633 cmd_size += sizeof(struct mwifiex_ie_types_wmmcap); mwifiex_uap_bss_param_prepare() 643 cmd_size += sizeof(*ao_timer); mwifiex_uap_bss_param_prepare() 655 cmd_size += sizeof(*ps_ao_timer); mwifiex_uap_bss_param_prepare() 659 *param_size = cmd_size; mwifiex_uap_bss_param_prepare() 693 u16 cmd_size, param_size, ie_size; mwifiex_cmd_uap_sys_config() local 697 cmd_size = (u16)(sizeof(struct host_cmd_ds_sys_config) + S_DS_GEN); mwifiex_cmd_uap_sys_config() 704 param_size = cmd_size; mwifiex_cmd_uap_sys_config() 710 ie_size = cmd_size; mwifiex_cmd_uap_sys_config()
|
H A D | pcie.h | 108 u16 cmd_size; member in struct:mwifiex_pcie_card_reg 141 .cmd_size = PCIE_SCRATCH_2_REG, 172 .cmd_size = PCIE_SCRATCH_2_REG,
|
H A D | cmdevt.c | 139 uint16_t cmd_size; mwifiex_dnld_cmd_to_fw() local 159 cmd_size = le16_to_cpu(host_cmd->size); mwifiex_dnld_cmd_to_fw() 186 if (cmd_node->cmd_skb->len > cmd_size) mwifiex_dnld_cmd_to_fw() 188 * cmd_size is less than sizeof(struct host_cmd_ds_command). mwifiex_dnld_cmd_to_fw() 191 skb_trim(cmd_node->cmd_skb, cmd_size); mwifiex_dnld_cmd_to_fw() 192 else if (cmd_node->cmd_skb->len < cmd_size) mwifiex_dnld_cmd_to_fw() 194 * cmd_size is larger than sizeof(struct host_cmd_ds_command) mwifiex_dnld_cmd_to_fw() 198 skb_put(cmd_node->cmd_skb, cmd_size - cmd_node->cmd_skb->len); mwifiex_dnld_cmd_to_fw() 202 le16_to_cpu(*(__le16 *) ((u8 *) host_cmd + S_DS_GEN)), cmd_size, mwifiex_dnld_cmd_to_fw() 1279 u16 cmd_size = 0; mwifiex_cmd_enh_power_mode() local 1295 cmd_size = S_DS_GEN + sizeof(psmode_enh->action) + mwifiex_cmd_enh_power_mode() 1297 tlv = (u8 *) cmd + cmd_size; mwifiex_cmd_enh_power_mode() 1306 cmd_size += sizeof(*ps_tlv); mwifiex_cmd_enh_power_mode() 1334 cmd_size += sizeof(*auto_ds_tlv); mwifiex_cmd_enh_power_mode() 1342 cmd->size = cpu_to_le16(cmd_size); mwifiex_cmd_enh_power_mode()
|
H A D | pcie.c | 1413 /* Write the command length to cmd_size scratch register */ mwifiex_pcie_send_boot_cmd() 1414 if (mwifiex_write_reg(adapter, reg->cmd_size, skb->len)) { mwifiex_pcie_send_boot_cmd() 1416 "%s: failed to write command len to cmd_size scratch reg\n", mwifiex_pcie_send_boot_cmd() 1540 /* Write the command length to reg->cmd_size */ mwifiex_pcie_send_cmd() 1541 if (mwifiex_write_reg(adapter, reg->cmd_size, mwifiex_pcie_send_cmd() 1544 "Failed to write cmd len to reg->cmd_size\n"); mwifiex_pcie_send_cmd() 1872 ret = mwifiex_read_reg(adapter, reg->cmd_size, mwifiex_prog_fw_w_helper()
|
H A D | sta_cmd.c | 791 u16 key_param_len = 0, cmd_size; mwifiex_cmd_802_11_key_material_v1() local 952 cmd_size = key_param_len + S_DS_GEN + mwifiex_cmd_802_11_key_material_v1() 956 cmd_size = key_param_len + S_DS_GEN + mwifiex_cmd_802_11_key_material_v1() 959 cmd->size = cpu_to_le16(cmd_size); mwifiex_cmd_802_11_key_material_v1()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | usb-fw.c | 179 * @return: cmd_size if ok, < 0 errno code on error. 183 size_t cmd_size, int flags) i2400mu_bus_bm_cmd_send() 190 size_t cmd_size_a = ALIGN(cmd_size, 16); /* USB restriction */ i2400mu_bus_bm_cmd_send() 193 i2400m, _cmd, cmd_size); i2400mu_bus_bm_cmd_send() 195 if (cmd_size > I2400M_BM_CMD_BUF_SIZE) i2400mu_bus_bm_cmd_send() 198 memmove(i2400m->bm_cmd_buf, _cmd, cmd_size); i2400mu_bus_bm_cmd_send() 200 if (cmd_size_a > cmd_size) /* Zero pad space */ i2400mu_bus_bm_cmd_send() 201 memset(i2400m->bm_cmd_buf + cmd_size, 0, cmd_size_a - cmd_size); i2400mu_bus_bm_cmd_send() 207 result = i2400mu_tx_bulk_out(i2400mu, i2400m->bm_cmd_buf, cmd_size); i2400mu_bus_bm_cmd_send() 213 if (result != cmd_size) { /* all was transferred? */ i2400mu_bus_bm_cmd_send() 215 "(%zd vs %zu submitted)\n", opcode, result, cmd_size); i2400mu_bus_bm_cmd_send() 223 i2400m, _cmd, cmd_size, result); i2400mu_bus_bm_cmd_send() 181 i2400mu_bus_bm_cmd_send(struct i2400m *i2400m, const struct i2400m_bootrom_header *_cmd, size_t cmd_size, int flags) i2400mu_bus_bm_cmd_send() argument
|
H A D | fw.c | 557 * @cmd_size: size of the command. Will be auto padded to the 584 const struct i2400m_bootrom_header *cmd, size_t cmd_size, i2400m_bm_cmd() 593 i2400m, cmd, cmd_size, ack, ack_size); i2400m_bm_cmd() 598 result = i2400m->bus_bm_cmd_send(i2400m, cmd, cmd_size, flags); i2400m_bm_cmd() 631 i2400m, cmd, cmd_size, ack, ack_size, (int) result); i2400m_bm_cmd() 583 i2400m_bm_cmd(struct i2400m *i2400m, const struct i2400m_bootrom_header *cmd, size_t cmd_size, struct i2400m_bootrom_header *ack, size_t ack_size, int flags) i2400m_bm_cmd() argument
|
/linux-4.1.27/drivers/uwb/ |
H A D | reset.c | 72 struct uwb_rccb *cmd, size_t cmd_size, uwb_rc_cmd_async() 88 needtofree = rc->filter_cmd(rc, &cmd, &cmd_size); uwb_rc_cmd_async() 104 result = rc->cmd(rc, cmd, cmd_size); uwb_rc_cmd_async() 153 * @cmd_size: Size of the whole command buffer pointed to by @cmd. 172 struct uwb_rccb *cmd, size_t cmd_size, __uwb_rc_cmd() 185 result = uwb_rc_cmd_async(rc, cmd_name, cmd, cmd_size, __uwb_rc_cmd() 213 * @cmd_size: Size of the whole command buffer pointed to by @cmd. 228 struct uwb_rccb *cmd, size_t cmd_size, uwb_rc_cmd() 235 cmd, cmd_size, reply, reply_size, uwb_rc_cmd() 258 * @cmd_size: Size of the whole command buffer pointed to by @cmd. 271 struct uwb_rccb *cmd, size_t cmd_size, uwb_rc_vcmd() 275 return __uwb_rc_cmd(rc, cmd_name, cmd, cmd_size, NULL, 0, uwb_rc_vcmd() 296 size_t cmd_size = sizeof(*cmd); uwb_rc_reset() local 306 result = uwb_rc_cmd(rc, "RESET", cmd, cmd_size, uwb_rc_reset() 71 uwb_rc_cmd_async(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, u8 expected_type, u16 expected_event, uwb_rc_cmd_cb_f cb, void *arg) uwb_rc_cmd_async() argument 171 __uwb_rc_cmd(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, struct uwb_rceb *reply, size_t reply_size, u8 expected_type, u16 expected_event, struct uwb_rceb **preply) __uwb_rc_cmd() argument 227 uwb_rc_cmd(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, struct uwb_rceb *reply, size_t reply_size) uwb_rc_cmd() argument 270 uwb_rc_vcmd(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, u8 expected_type, u16 expected_event, struct uwb_rceb **preply) uwb_rc_vcmd() argument
|
H A D | whc-rc.c | 83 * @cmd_size: Size of the command buffer. 93 const struct uwb_rccb *cmd, size_t cmd_size) whcrc_cmd() 100 if (cmd_size >= 4096) whcrc_cmd() 122 memmove(whcrc->cmd_buf, cmd, cmd_size); whcrc_cmd() 128 le_writel(urccmd | URCCMD_ACTIVE | URCCMD_IWR | cmd_size, whcrc_cmd() 92 whcrc_cmd(struct uwb_rc *uwb_rc, const struct uwb_rccb *cmd, size_t cmd_size) whcrc_cmd() argument
|
H A D | uwb-internal.h | 96 struct uwb_rccb *cmd, size_t cmd_size,
|
H A D | hwa-rc.c | 595 * @cmd_size: Size of the command buffer. 600 int hwarc_cmd(struct uwb_rc *uwb_rc, const struct uwb_rccb *cmd, size_t cmd_size) hwarc_cmd() argument 607 (void *) cmd, cmd_size, 100 /* FIXME: this is totally arbitrary */); hwarc_cmd()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_gmr.c | 51 uint32_t cmd_size = define_size + remap_size; vmw_gmr2_bind() local 54 cmd_orig = cmd = vmw_fifo_reserve(dev_priv, cmd_size); vmw_gmr2_bind() 99 BUG_ON(cmd != cmd_orig + cmd_size / sizeof(*cmd)); vmw_gmr2_bind() 101 vmw_fifo_commit(dev_priv, cmd_size); vmw_gmr2_bind()
|
H A D | vmwgfx_surface.c | 214 SVGA3dSize *cmd_size; vmw_surface_define_encode() local 229 cmd_size = (SVGA3dSize *) cmd; vmw_surface_define_encode() 232 for (i = 0; i < srf->num_sizes; ++i, cmd_size++, src_size++) { vmw_surface_define_encode() 233 cmd_size->width = src_size->width; vmw_surface_define_encode() 234 cmd_size->height = src_size->height; vmw_surface_define_encode() 235 cmd_size->depth = src_size->depth; vmw_surface_define_encode()
|
H A D | vmwgfx_kms.c | 97 u32 cmd_size = sizeof(*cmd) + image_size; vmw_cursor_update_image() local 102 cmd = vmw_fifo_reserve(dev_priv, cmd_size); vmw_cursor_update_image() 119 vmw_fifo_commit(dev_priv, cmd_size); vmw_cursor_update_image()
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_crb.c | 70 u32 cmd_size; member in struct:crb_control_area 151 if (len > le32_to_cpu(ioread32(&priv->cca->cmd_size))) { crb_send() 155 (size_t) le32_to_cpu(ioread32(&priv->cca->cmd_size))); crb_send() 269 ioread32(&priv->cca->cmd_size)); crb_acpi_add()
|
/linux-4.1.27/drivers/firmware/ |
H A D | qcom_scm.c | 108 * @cmd_size: size of the command buffer 116 static struct qcom_scm_command *alloc_qcom_scm_command(size_t cmd_size, size_t resp_size) alloc_qcom_scm_command() argument 119 size_t len = sizeof(*cmd) + sizeof(struct qcom_scm_response) + cmd_size + alloc_qcom_scm_command() 128 cmd->resp_hdr_offset = cpu_to_le32(offset + cmd_size); alloc_qcom_scm_command()
|
/linux-4.1.27/drivers/uwb/i1480/dfu/ |
H A D | dfu.c | 92 ssize_t i1480_cmd(struct i1480 *i1480, const char *cmd_name, size_t cmd_size, i1480_cmd() argument 108 result = i1480->cmd(i1480, cmd_name, cmd_size); i1480_cmd()
|
H A D | usb.c | 280 * @cmd_size: Size of the command buffer 291 int i1480_usb_cmd(struct i1480 *i1480, const char *cmd_name, size_t cmd_size) i1480_usb_cmd() argument 320 cmd, cmd_size, i1480_usb_cmd()
|
H A D | i1480-dfu.h | 121 int (*cmd)(struct i1480 *, const char *cmd_name, size_t cmd_size);
|
/linux-4.1.27/sound/firewire/fireworks/ |
H A D | fireworks_transaction.c | 72 const void *cmd, unsigned int cmd_size, snd_efw_transaction_run() 92 ret = snd_efw_transaction_cmd(t.unit, (void *)cmd, cmd_size); snd_efw_transaction_run() 71 snd_efw_transaction_run(struct fw_unit *unit, const void *cmd, unsigned int cmd_size, void *resp, unsigned int resp_size) snd_efw_transaction_run() argument
|
H A D | fireworks.h | 115 const void *cmd, unsigned int cmd_size,
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi.c | 343 if (shost->hostt->cmd_size) scsi_find_host_cmd_pool() 381 if (hostt->cmd_size) scsi_alloc_host_cmd_pool() 392 size_t cmd_size = sizeof(struct scsi_cmnd) + hostt->cmd_size; scsi_get_host_cmd_pool() local 407 pool->cmd_slab = kmem_cache_create(pool->cmd_name, cmd_size, 0, scsi_get_host_cmd_pool() 428 if (hostt->cmd_size) { scsi_get_host_cmd_pool() 453 if (hostt->cmd_size) { scsi_put_host_cmd_pool()
|
H A D | sg.c | 585 int mxsize, cmd_size, k; sg_write() local 626 cmd_size = sfp->next_cmd_len; sg_write() 629 cmd_size = COMMAND_SIZE(opcode); /* based on SCSI command group */ sg_write() 631 cmd_size = 12; sg_write() 634 "sg_write: scsi opcode=0x%02x, cmd_size=%d\n", (int) opcode, cmd_size)); sg_write() 636 input_size = count - cmd_size; sg_write() 646 hp->cmd_len = (unsigned char) cmd_size; sg_write() 657 hp->dxferp = (char __user *)buf + cmd_size; sg_write() 665 if (__copy_from_user(cmnd, buf, cmd_size)) sg_write() 780 "sg_common_write: scsi opcode=0x%02x, cmd_size=%d\n", sg_common_write()
|
H A D | scsi_lib.c | 1930 sg = (void *)cmd + sizeof(struct scsi_cmnd) + shost->hostt->cmd_size; scsi_mq_prep_fn() 2188 unsigned int cmd_size, sgl_size, tbl_size; scsi_mq_setup_tags() local 2194 cmd_size = sizeof(struct scsi_cmnd) + shost->hostt->cmd_size + sgl_size; scsi_mq_setup_tags() 2196 cmd_size += sizeof(struct scsi_data_buffer) + sgl_size; scsi_mq_setup_tags() 2202 shost->tag_set.cmd_size = cmd_size; scsi_mq_setup_tags()
|
H A D | virtio_scsi.c | 759 .cmd_size = sizeof(struct virtio_scsi_cmd), 778 .cmd_size = sizeof(struct virtio_scsi_cmd),
|
H A D | xen-scsifront.c | 707 .cmd_size = sizeof(struct vscsifrnt_shadow),
|
H A D | storvsc_drv.c | 1701 .cmd_size = sizeof(struct storvsc_cmd_request),
|
H A D | scsi_debug.c | 5327 .cmd_size = sizeof(struct sdebug_scmd_extra_t),
|
/linux-4.1.27/drivers/crypto/amcc/ |
H A D | crypto4xx_sa.h | 48 u32 cmd_size:4; member in struct:dynamic_sa_contents::__anon3793
|
/linux-4.1.27/block/ |
H A D | blk-flush.c | 491 int node, int cmd_size) blk_alloc_flush_queue() 502 rq_sz = round_up(rq_sz + cmd_size, cache_line_size()); blk_alloc_flush_queue() 490 blk_alloc_flush_queue(struct request_queue *q, int node, int cmd_size) blk_alloc_flush_queue() argument
|
H A D | blk.h | 52 int node, int cmd_size);
|
H A D | blk-mq.c | 1461 rq_size = round_up(sizeof(struct request) + set->cmd_size, blk_mq_init_rq_map() 1691 hctx->fq = blk_alloc_flush_queue(q, hctx->numa_node, set->cmd_size); blk_mq_init_hctx()
|
/linux-4.1.27/drivers/misc/ti-st/ |
H A D | st_kim.c | 299 int cmd_size; download_firmware() local 347 cmd_size = ((struct bts_action *)ptr)->size; download_firmware() 359 } while ((wr_room_space < cmd_size) && download_firmware() 390 if (err != cmd_size) { download_firmware()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_user.c | 233 static bool is_ring_space_avail(struct tcmu_dev *udev, size_t cmd_size, size_t data_needed) is_ring_space_avail() argument 248 if (head_to_end(cmd_head, udev->cmdr_size) >= cmd_size) is_ring_space_avail() 249 cmd_needed = cmd_size; is_ring_space_avail() 251 cmd_needed = cmd_size + head_to_end(cmd_head, udev->cmdr_size); is_ring_space_avail()
|
/linux-4.1.27/include/linux/ |
H A D | blk-mq.h | 69 unsigned int cmd_size; /* per-request extra data */ member in struct:blk_mq_tag_set
|
H A D | uwb.h | 515 struct uwb_rccb *cmd, size_t cmd_size, 519 struct uwb_rccb *cmd, size_t cmd_size, 522 struct uwb_rccb *cmd, size_t cmd_size,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | scan.c | 1093 int ret, i, j = 0, cmd_size, data_size; iwl_mvm_config_scan() local 1101 cmd_size = sizeof(*scan_config) + mvm->fw->ucode_capa.n_scan_channels; iwl_mvm_config_scan() 1103 scan_config = kzalloc(cmd_size, GFP_KERNEL); iwl_mvm_config_scan() 1107 data_size = cmd_size - sizeof(struct iwl_mvm_umac_cmd_hdr); iwl_mvm_config_scan() 1143 cmd.len[0] = cmd_size; iwl_mvm_config_scan()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | sta.c | 996 size_t cmd_size = sizeof(struct iwl_wep_cmd); iwl_send_static_wepkey_cmd() local 1004 memset(wep_cmd, 0, cmd_size + iwl_send_static_wepkey_cmd() 1024 cmd_size += sizeof(struct iwl_wep_key) * WEP_KEYS_MAX; iwl_send_static_wepkey_cmd() 1026 cmd.len[0] = cmd_size; iwl_send_static_wepkey_cmd()
|
/linux-4.1.27/include/scsi/ |
H A D | scsi_cmnd.h | 145 * Only works if cmd_size is set in the host template.
|
H A D | scsi_host.h | 501 unsigned int cmd_size; member in struct:scsi_host_template
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | elants_i2c.c | 181 const u8 *cmd, size_t cmd_size, elants_i2c_execute_command() 199 __func__, (int)cmd_size, cmd); elants_i2c_execute_command() 205 msgs[0].len = cmd_size; elants_i2c_execute_command() 180 elants_i2c_execute_command(struct i2c_client *client, const u8 *cmd, size_t cmd_size, u8 *resp, size_t resp_size) elants_i2c_execute_command() argument
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
H A D | tilepro.c | 1722 size_t cmd_size = LEPP_TSO_CMD_SIZE(num_frags, sh_len); tile_net_tx_tso() local 1790 cmd_next = cmd_tail + cmd_size; tile_net_tx_tso() 1800 memcpy(&eq->cmds[cmd_tail], cmd, cmd_size); tile_net_tx_tso() 1871 unsigned int cmd_size = sizeof(lepp_cmd_t); tile_net_tx() local 1973 cmd_next = cmd_tail + cmd_size; tile_net_tx()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
H A D | tx.c | 1323 u16 copy_size, cmd_size, scratch_size; iwl_pcie_enqueue_hcmd() local 1331 cmd_size = sizeof(out_cmd->hdr); iwl_pcie_enqueue_hcmd() 1385 cmd_size += cmd->len[i]; iwl_pcie_enqueue_hcmd() 1472 cmd_size, q->write_ptr, idx, trans_pcie->cmd_queue); iwl_pcie_enqueue_hcmd() 1526 trace_iwlwifi_dev_hcmd(trans->dev, cmd, cmd_size, &out_cmd->hdr); iwl_pcie_enqueue_hcmd()
|
/linux-4.1.27/drivers/block/ |
H A D | null_blk.c | 524 nullb->tag_set.cmd_size = sizeof(struct nullb_cmd); null_add_dev()
|
H A D | virtio_blk.c | 635 vblk->tag_set.cmd_size = virtblk_probe()
|
H A D | nvme-core.c | 1587 dev->admin_tagset.cmd_size = nvme_cmd_size(dev); nvme_alloc_admin_tags() 2338 dev->tagset.cmd_size = nvme_cmd_size(dev); nvme_dev_add()
|
H A D | loop.c | 1560 lo->tag_set.cmd_size = sizeof(struct loop_cmd); loop_add()
|
H A D | rbd.c | 3773 rbd_dev->tag_set.cmd_size = sizeof(struct work_struct); rbd_init_disk()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | block.c | 403 dev->tag_set.cmd_size = sizeof(struct ubiblock_pdu); ubiblock_create()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | atmel.c | 591 void *cmd, int cmd_size); 593 void *cmd, int cmd_size); 4060 void *cmd, int cmd_size) atmel_send_command() 4064 cmd, cmd_size); atmel_send_command() 4071 void *cmd, int cmd_size) atmel_send_command_wait() 4075 atmel_send_command(priv, command, cmd, cmd_size); atmel_send_command_wait() 4059 atmel_send_command(struct atmel_private *priv, int command, void *cmd, int cmd_size) atmel_send_command() argument 4070 atmel_send_command_wait(struct atmel_private *priv, int command, void *cmd, int cmd_size) atmel_send_command_wait() argument
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-npi-defs.h | 2231 uint64_t cmd_size:11; member in struct:cvmx_npi_pci_read_cmd::cvmx_npi_pci_read_cmd_s 2233 uint64_t cmd_size:11;
|
/linux-4.1.27/drivers/md/ |
H A D | dm.c | 2787 md->tag_set.cmd_size = sizeof(struct dm_rq_target_io) + sizeof(struct request); dm_init_request_based_blk_mq_queue() 2789 md->tag_set.cmd_size = sizeof(struct dm_rq_target_io); dm_init_request_based_blk_mq_queue()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | 4965-mac.c | 3146 size_t cmd_size = sizeof(struct il_wep_cmd); il4965_static_wepkey_cmd() local 3157 cmd_size + (sizeof(struct il_wep_key) * WEP_KEYS_MAX)); il4965_static_wepkey_cmd() 3176 cmd_size += sizeof(struct il_wep_key) * WEP_KEYS_MAX; il4965_static_wepkey_cmd() 3177 cmd.len = cmd_size; il4965_static_wepkey_cmd()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_mbx.c | 1804 * cmd_size = command size. 1817 uint16_t cmd_size, size_t buf_size) qla2x00_send_sns() 1831 mcp->mb[1] = cmd_size; qla2x00_send_sns() 1816 qla2x00_send_sns(scsi_qla_host_t *vha, dma_addr_t sns_phys_address, uint16_t cmd_size, size_t buf_size) qla2x00_send_sns() argument
|
/linux-4.1.27/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 3896 dd->tags.cmd_size = sizeof(struct mtip_cmd); mtip_block_initialize()
|