Home
last modified time | relevance | path

Searched refs:queue_depth (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Data.h185 unsigned short queue_depth; /* */ member
/rk3399_rockchip-uboot/drivers/ata/
H A Dfsl_sata.h309 int queue_depth; /* Max NCQ queue depth */ member
H A Dfsl_sata.c640 if (sata->queue_depth >= SATA_HC_MAX_CMD) in fsl_sata_rw_ncq_cmd()
643 ncq_channel = sata->queue_depth - 1; in fsl_sata_rw_ncq_cmd()
838 sata->queue_depth = ata_id_queue_depth(id); in scan_sata()
H A Dsata_mv.c256 u32 queue_depth; member
1039 priv->queue_depth = ata_id_queue_depth(id); in scan_sata()