Lines Matching defs:buf
22 struct vnic_wq_buf *buf,
27 SNIC_BUG_ON(buf->os_buf == NULL);
32 buf->os_buf);
35 ((ulong)(buf->os_buf) - sizeof(struct snic_req_info)), 0, 0,
38 buf->os_buf = NULL;
83 snic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf)
86 struct snic_host_req *req = buf->os_buf;
91 dma_unmap_single(&snic->pdev->dev, buf->dma_addr, buf->len,
433 /* dump buf in hex fmt */