Searched refs:num_to_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 387 lpfc_new_scsi_buf_s3(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf_s3() argument 404 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3() 408 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_scsi_buf_s3() 795 lpfc_new_scsi_buf_s4(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf_s4() argument 815 num_to_alloc, phba->cfg_sg_dma_buf_size, sgl_size, in lpfc_new_scsi_buf_s4() 819 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_scsi_buf_s4() 937 "buffers\n", bcnt, num_to_alloc); in lpfc_new_scsi_buf_s4() 962 lpfc_new_scsi_buf(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf() argument 964 return vport->phba->lpfc_new_scsi_buf(vport, num_to_alloc); in lpfc_new_scsi_buf() 5519 uint32_t num_to_alloc = 0; in lpfc_slave_alloc() local [all …]
|
D | lpfc_nvme.c | 2229 lpfc_new_nvme_buf(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_nvme_buf() argument 2245 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_nvme_buf() 2318 "buffers\n", bcnt, num_to_alloc); in lpfc_new_nvme_buf()
|
/Linux-v4.19/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 567 int num_to_alloc, struct vmxnet3_adapter *adapter) in vmxnet3_rq_alloc_rx_buf() argument 574 while (num_allocated <= num_to_alloc) { in vmxnet3_rq_alloc_rx_buf() 637 if (num_allocated == num_to_alloc) in vmxnet3_rq_alloc_rx_buf() 1301 int num_to_alloc; in vmxnet3_rq_rx_complete() local 1545 num_to_alloc = vmxnet3_cmd_ring_desc_avail(ring); in vmxnet3_rq_rx_complete() 1553 while (num_to_alloc) { in vmxnet3_rq_rx_complete() 1561 num_to_alloc--; in vmxnet3_rq_rx_complete()
|