Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve.h593 enum gve_queue_format queue_format; member
666 return (priv->queue_format == GVE_GQI_QPL_FORMAT); in gve_is_gqi()
672 return (priv->queue_format == GVE_GQI_QPL_FORMAT || in gve_is_qpl()
673 priv->queue_format == GVE_DQO_QPL_FORMAT); in gve_is_qpl()
H A Dgve_adminq.c502 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()
511 priv->queue_format = GVE_DQO_QPL_FORMAT; in gve_adminq_describe_device()
520 priv->queue_format = GVE_GQI_QPL_FORMAT; in gve_adminq_describe_device()
627 .queue_format = priv->queue_format, in gve_adminq_configure_device_resources()
H A Dgve_adminq.h268 uint8_t queue_format; member
H A Dgve_sysctl.c45 SYSCTL_STRING(_hw_gve, OID_AUTO, queue_format, CTLFLAG_RD,