Searched refs:qbuf (Results 1 – 5 of 5) sorted by relevance
30 dmx-qbuf
335 struct mt76_queue_buf qbuf; in mt76_dma_rx_fill() local347 qbuf.addr = addr + offset; in mt76_dma_rx_fill()348 qbuf.len = len - offset; in mt76_dma_rx_fill()349 idx = mt76_dma_add_buf(dev, q, &qbuf, 1, 0, buf, NULL); in mt76_dma_rx_fill()
1291 u16 qbuf[3]; in t4vf_config_rss_range() local1292 u16 *qbp = qbuf; in t4vf_config_rss_range()1296 qbuf[0] = qbuf[1] = qbuf[2] = 0; in t4vf_config_rss_range()1303 *qp++ = cpu_to_be32(FW_RSS_IND_TBL_CMD_IQ0_V(qbuf[0]) | in t4vf_config_rss_range()1304 FW_RSS_IND_TBL_CMD_IQ1_V(qbuf[1]) | in t4vf_config_rss_range()1305 FW_RSS_IND_TBL_CMD_IQ2_V(qbuf[2])); in t4vf_config_rss_range()
58 vidioc-qbuf
91 void __user *qbuf; /* Pointer to HTTP query string */ member