Home
last modified time | relevance | path

Searched refs:dmalen (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/scsi/
H A Desp.c240 uint32_t dmalen; in esp_get_tc() local
242 dmalen = s->rregs[ESP_TCLO]; in esp_get_tc()
246 return dmalen; in esp_get_tc()
253 s->rregs[ESP_TCLO] = dmalen; in esp_set_tc()
257 if (old_tc && dmalen == 0) { in esp_set_tc()
264 uint32_t dmalen; in esp_get_stc() local
266 dmalen = s->wregs[ESP_TCLO]; in esp_get_stc()
270 return dmalen; in esp_get_stc()
288 dmalen--; in esp_pdma_write()
289 esp_set_tc(s, dmalen); in esp_pdma_write()
[all …]
H A Dmptconfig.c782 uint32_t dmalen; in mptsas_process_config() local
862 dmalen = flags_and_length & MPI_SGE_LENGTH_MASK; in mptsas_process_config()
863 if (dmalen == 0) { in mptsas_process_config()
886 pci_dma_write(pci, pa, data, MIN(length, dmalen)); in mptsas_process_config()
H A Dtrace-events170 esp_get_cmd(uint32_t dmalen, int target) "len %d target %d"