pkt_buf           569 drivers/input/touchscreen/wdt87xx_i2c.c 	u8 pkt_buf[PKT_BUF_SIZE];
pkt_buf           582 drivers/input/touchscreen/wdt87xx_i2c.c 		pkt_buf[CMD_REPORT_ID_OFFSET] = VND_REQ_WRITE;
pkt_buf           583 drivers/input/touchscreen/wdt87xx_i2c.c 		pkt_buf[CMD_TYPE_OFFSET] = VND_SET_DATA;
pkt_buf           584 drivers/input/touchscreen/wdt87xx_i2c.c 		put_unaligned_le16(packet_size, &pkt_buf[CMD_INDEX_OFFSET]);
pkt_buf           585 drivers/input/touchscreen/wdt87xx_i2c.c 		put_unaligned_le32(address, &pkt_buf[CMD_LENGTH_OFFSET]);
pkt_buf           586 drivers/input/touchscreen/wdt87xx_i2c.c 		memcpy(&pkt_buf[CMD_DATA_OFFSET], data, packet_size);
pkt_buf           588 drivers/input/touchscreen/wdt87xx_i2c.c 		error = wdt87xx_set_feature(client, pkt_buf, sizeof(pkt_buf));
pkt_buf           646 drivers/input/touchscreen/wdt87xx_i2c.c 	u8 pkt_buf[PKT_BUF_SIZE];
pkt_buf           674 drivers/input/touchscreen/wdt87xx_i2c.c 	memset(pkt_buf, 0, sizeof(pkt_buf));
pkt_buf           675 drivers/input/touchscreen/wdt87xx_i2c.c 	pkt_buf[CMD_REPORT_ID_OFFSET] = VND_READ_DATA;
pkt_buf           676 drivers/input/touchscreen/wdt87xx_i2c.c 	error = wdt87xx_get_feature(client, pkt_buf, sizeof(pkt_buf));
pkt_buf           682 drivers/input/touchscreen/wdt87xx_i2c.c 	*checksum = get_unaligned_le16(&pkt_buf[CMD_DATA_OFFSET]);
pkt_buf           224 drivers/media/platform/exynos4-is/mipi-csis.c 	struct csis_pktbuf pkt_buf;
pkt_buf           630 drivers/media/platform/exynos4-is/mipi-csis.c 	state->pkt_buf.data = buf;
pkt_buf           631 drivers/media/platform/exynos4-is/mipi-csis.c 	state->pkt_buf.len = *size;
pkt_buf           674 drivers/media/platform/exynos4-is/mipi-csis.c 	struct csis_pktbuf *pktbuf = &state->pkt_buf;
pkt_buf           128 drivers/media/platform/qcom/venus/hfi_venus.c 	u8 pkt_buf[IFACEQ_VAR_HUGE_PKT_SIZE];
pkt_buf          1010 drivers/media/platform/qcom/venus/hfi_venus.c 	pkt = hdev->pkt_buf;
pkt_buf           180 drivers/net/ethernet/apm/xgene-v2/main.c 	void *pkt_buf;
pkt_buf           195 drivers/net/ethernet/apm/xgene-v2/main.c 	pkt_buf = dma_alloc_coherent(dev, XGENE_ENET_STD_MTU, &dma_addr,
pkt_buf           197 drivers/net/ethernet/apm/xgene-v2/main.c 	if (unlikely(!pkt_buf)) {
pkt_buf           201 drivers/net/ethernet/apm/xgene-v2/main.c 	memcpy(pkt_buf, skb->data, len);
pkt_buf           212 drivers/net/ethernet/apm/xgene-v2/main.c 	tx_ring->pkt_info[tail].pkt_buf = pkt_buf;
pkt_buf           244 drivers/net/ethernet/apm/xgene-v2/main.c 	void *pkt_buf;
pkt_buf           265 drivers/net/ethernet/apm/xgene-v2/main.c 		pkt_buf = tx_ring->pkt_info[head].pkt_buf;
pkt_buf           268 drivers/net/ethernet/apm/xgene-v2/main.c 		dma_free_coherent(dev, XGENE_ENET_STD_MTU, pkt_buf, dma_addr);
pkt_buf           559 drivers/net/ethernet/apm/xgene-v2/main.c 	void *pkt_buf;
pkt_buf           572 drivers/net/ethernet/apm/xgene-v2/main.c 		pkt_buf = tx_ring->pkt_info[i].pkt_buf;
pkt_buf           573 drivers/net/ethernet/apm/xgene-v2/main.c 		dma_free_coherent(dev, XGENE_ENET_STD_MTU, pkt_buf, dma_addr);
pkt_buf            69 drivers/net/ethernet/apm/xgene-v2/ring.h 	void *pkt_buf;
pkt_buf          2211 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	struct hclge_pkt_buf_alloc *pkt_buf;
pkt_buf          2214 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	pkt_buf = kzalloc(sizeof(*pkt_buf), GFP_KERNEL);
pkt_buf          2215 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	if (!pkt_buf)
pkt_buf          2218 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	ret = hclge_tx_buffer_calc(hdev, pkt_buf);
pkt_buf          2225 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	ret = hclge_tx_buffer_alloc(hdev, pkt_buf);
pkt_buf          2232 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	ret = hclge_rx_buffer_calc(hdev, pkt_buf);
pkt_buf          2240 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	ret = hclge_rx_priv_buf_alloc(hdev, pkt_buf);
pkt_buf          2248 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ret = hclge_rx_priv_wl_config(hdev, pkt_buf);
pkt_buf          2256 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ret = hclge_common_thrd_config(hdev, pkt_buf);
pkt_buf          2265 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	ret = hclge_common_wl_config(hdev, pkt_buf);
pkt_buf          2271 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	kfree(pkt_buf);
pkt_buf           356 drivers/net/ethernet/korina.c 	u8 *pkt_buf;
pkt_buf           399 drivers/net/ethernet/korina.c 		pkt_buf = (u8 *)lp->rx_skb[lp->rx_next_done]->data;
pkt_buf           402 drivers/net/ethernet/korina.c 		dma_cache_inv((unsigned long)pkt_buf, pkt_len - 4);