Searched refs:qbuf (Results 1 – 5 of 5) sorted by relevance
37 dmx-qbuf
373 struct mt76_queue_buf qbuf; in mt76_dma_rx_fill() local385 qbuf.addr = addr + offset; in mt76_dma_rx_fill()386 qbuf.len = len - offset; in mt76_dma_rx_fill()387 idx = mt76_dma_add_buf(dev, q, &qbuf, 1, 0, buf, NULL); in mt76_dma_rx_fill()
1301 u16 qbuf[3]; in t4vf_config_rss_range() local1302 u16 *qbp = qbuf; in t4vf_config_rss_range()1306 qbuf[0] = qbuf[1] = qbuf[2] = 0; in t4vf_config_rss_range()1313 *qp++ = cpu_to_be32(FW_RSS_IND_TBL_CMD_IQ0_V(qbuf[0]) | in t4vf_config_rss_range()1314 FW_RSS_IND_TBL_CMD_IQ1_V(qbuf[1]) | in t4vf_config_rss_range()1315 FW_RSS_IND_TBL_CMD_IQ2_V(qbuf[2])); in t4vf_config_rss_range()
65 vidioc-qbuf
91 void __user *qbuf; /* Pointer to HTTP query string */ member