Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c547 struct drm_exynos_ipp_queue_buf *qbuf) in ipp_get_mem_node() argument
560 m_node->ops_id = qbuf->ops_id; in ipp_get_mem_node()
561 m_node->prop_id = qbuf->prop_id; in ipp_get_mem_node()
562 m_node->buf_id = qbuf->buf_id; in ipp_get_mem_node()
565 DRM_DEBUG_KMS("m_node[0x%x]ops_id[%d]\n", (int)m_node, qbuf->ops_id); in ipp_get_mem_node()
566 DRM_DEBUG_KMS("prop_id[%d]buf_id[%d]\n", qbuf->prop_id, m_node->buf_id); in ipp_get_mem_node()
569 DRM_DEBUG_KMS("i[%d]handle[0x%x]\n", i, qbuf->handle[i]); in ipp_get_mem_node()
572 if (qbuf->handle[i]) { in ipp_get_mem_node()
576 qbuf->handle[i], c_node->filp); in ipp_get_mem_node()
583 buf_info->handles[i] = qbuf->handle[i]; in ipp_get_mem_node()
[all …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c985 u16 qbuf[3]; in t4vf_config_rss_range() local
986 u16 *qbp = qbuf; in t4vf_config_rss_range()
990 qbuf[0] = qbuf[1] = qbuf[2] = 0; in t4vf_config_rss_range()
997 *qp++ = cpu_to_be32(FW_RSS_IND_TBL_CMD_IQ0_V(qbuf[0]) | in t4vf_config_rss_range()
998 FW_RSS_IND_TBL_CMD_IQ1_V(qbuf[1]) | in t4vf_config_rss_range()
999 FW_RSS_IND_TBL_CMD_IQ2_V(qbuf[2])); in t4vf_config_rss_range()
/linux-4.4.14/include/uapi/linux/
Di2o-dev.h90 void __user *qbuf; /* Pointer to HTTP query string */ member