Searched refs:rq_buf (Results 1 – 5 of 5) sorted by relevance
| /drivers/scsi/elx/efct/ |
| A D | efct_hw.c | 1178 struct efc_hw_rq_buffer *rq_buf = NULL; in efct_hw_rx_buffer_alloc() local 1185 rq_buf = kmalloc_array(count, sizeof(*rq_buf), GFP_KERNEL); in efct_hw_rx_buffer_alloc() 1186 if (!rq_buf) in efct_hw_rx_buffer_alloc() 1188 memset(rq_buf, 0, sizeof(*rq_buf) * count); in efct_hw_rx_buffer_alloc() 1190 for (i = 0, prq = rq_buf; i < count; i ++, prq++) { in efct_hw_rx_buffer_alloc() 1199 kfree(rq_buf); in efct_hw_rx_buffer_alloc() 1203 return rq_buf; in efct_hw_rx_buffer_alloc() 1208 struct efc_hw_rq_buffer *rq_buf, in efct_hw_rx_buffer_free() argument 1215 if (rq_buf) { in efct_hw_rx_buffer_free() 1216 for (i = 0, prq = rq_buf; i < count; i++, prq++) { in efct_hw_rx_buffer_free() [all …]
|
| /drivers/infiniband/hw/erdma/ |
| 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()
|
| A D | erdma_verbs.h | 186 void *rq_buf; member
|
| 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()
|
| /drivers/scsi/fnic/ |
| 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()
|
Completed in 22 milliseconds