Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dl2tpv3.c108 int queue_depth; member
352 if (s->queue_depth > 0) { in net_l2tpv3_process_queue()
387 s->queue_depth--; in net_l2tpv3_process_queue()
389 (s->queue_depth > 0) && in net_l2tpv3_process_queue()
404 if (s->queue_depth) { in net_l2tpv3_send()
410 target_count = MAX_L2TPV3_MSGCNT - s->queue_depth; in net_l2tpv3_send()
443 s->queue_depth += count; in net_l2tpv3_send()
/openbmc/u-boot/include/
H A Data.h184 unsigned short queue_depth; /* */ member
/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.h308 int queue_depth; /* Max NCQ queue depth */ member
H A Dfsl_sata.c639 if (sata->queue_depth >= SATA_HC_MAX_CMD) in fsl_sata_rw_ncq_cmd()
642 ncq_channel = sata->queue_depth - 1; in fsl_sata_rw_ncq_cmd()
837 sata->queue_depth = ata_id_queue_depth(id); in scan_sata()
H A Dsata_mv.c255 u32 queue_depth; member
1038 priv->queue_depth = ata_id_queue_depth(id); in scan_sata()
/openbmc/qemu/include/block/
H A Dufs.h291 uint8_t queue_depth; member
/openbmc/qemu/hw/ufs/
H A Dufs.c1747 u->device_desc.queue_depth = u->params.nutrs; in ufs_init_hc()