Home
last modified time | relevance | path

Searched refs:scratch_size (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/iwlwifi/pcie/
Dtx.c1217 u16 copy_size, cmd_size, scratch_size; in iwl_pcie_enqueue_hcmd() local
1369 scratch_size = min_t(int, copy_size, IWL_HCMD_SCRATCHBUF_SIZE); in iwl_pcie_enqueue_hcmd()
1370 memcpy(&txq->scratchbufs[q->write_ptr], &out_cmd->hdr, scratch_size); in iwl_pcie_enqueue_hcmd()
1373 scratch_size, true); in iwl_pcie_enqueue_hcmd()
1376 if (copy_size > scratch_size) { in iwl_pcie_enqueue_hcmd()
1378 ((u8 *)&out_cmd->hdr) + scratch_size, in iwl_pcie_enqueue_hcmd()
1379 copy_size - scratch_size, in iwl_pcie_enqueue_hcmd()
1389 copy_size - scratch_size, false); in iwl_pcie_enqueue_hcmd()
/drivers/scsi/qla2xxx/
Dqla_tmpl.h169 uint32_t scratch_size; member
Dqla_tmpl.c545 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
/drivers/scsi/
Dstex.c211 __le32 scratch_size; member
1072 u32 data, scratch_size; in stex_ss_handshake() local
1100 scratch_size = (hba->sts_count+1)*sizeof(u32); in stex_ss_handshake()
1101 h->scratch_size = cpu_to_le32(scratch_size); in stex_ss_handshake()
1125 memset(scratch, 0, scratch_size); in stex_ss_handshake()
/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h289 unsigned int scratch_size; member