Searched refs:scratch_size (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/iwlwifi/pcie/ |
D | tx.c | 1217 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/ |
D | qla_tmpl.h | 169 uint32_t scratch_size; member
|
D | qla_tmpl.c | 545 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
|
/drivers/scsi/ |
D | stex.c | 211 __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/ |
D | icp_qat_uclo.h | 289 unsigned int scratch_size; member
|