Searched refs:rq_buf (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/scsi/elx/efct/ |
| H A D | efct_hw.c | 1177 struct efc_hw_rq_buffer *rq_buf = NULL; in efct_hw_rx_buffer_alloc() local 1184 rq_buf = kmalloc_array(count, sizeof(*rq_buf), GFP_KERNEL); in efct_hw_rx_buffer_alloc() 1185 if (!rq_buf) in efct_hw_rx_buffer_alloc() 1187 memset(rq_buf, 0, sizeof(*rq_buf) * count); in efct_hw_rx_buffer_alloc() 1189 for (i = 0, prq = rq_buf; i < count; i ++, prq++) { in efct_hw_rx_buffer_alloc() 1198 kfree(rq_buf); in efct_hw_rx_buffer_alloc() 1202 return rq_buf; in efct_hw_rx_buffer_alloc() 1207 struct efc_hw_rq_buffer *rq_buf, in efct_hw_rx_buffer_free() argument 1214 if (rq_buf) { in efct_hw_rx_buffer_free() 1215 for (i = 0, prq = rq_buf; i < count; i++, prq++) { in efct_hw_rx_buffer_free() [all …]
|
| /linux-6.15/drivers/infiniband/hw/erdma/ |
| H A D | erdma_qp.c | 263 memset(qp->kern_qp.rq_buf, 0, qp->attrs.rq_size << RQE_SHIFT); in erdma_reset_qp() 705 get_queue_entry(qp->kern_qp.rq_buf, qp->kern_qp.rq_pi, in erdma_post_recv_one()
|
| H A D | erdma_verbs.h | 186 void *rq_buf; member
|
| H A D | erdma_verbs.c | 523 if (qp->kern_qp.rq_buf) in free_kernel_qp() 526 qp->kern_qp.rq_buf, in free_kernel_qp() 568 kqp->rq_buf = dma_alloc_coherent(&dev->pdev->dev, size, in init_kernel_qp() 570 if (!kqp->rq_buf) in init_kernel_qp()
|
| /linux-6.15/drivers/scsi/fnic/ |
| H A D | fnic_fcs.c | 618 void *rq_buf = buf->os_buf; in fnic_free_rq_buf() local 624 kfree(rq_buf); in fnic_free_rq_buf()
|