Home
last modified time | relevance | path

Searched refs:num_to_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/scsi/lpfc/
Dlpfc_scsi.c246 lpfc_new_scsi_buf_s3(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf_s3() argument
263 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3()
267 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_scsi_buf_s3()
6251 uint32_t num_to_alloc = 0; in lpfc_sdev_init() local
6311 num_to_alloc = vport->cfg_lun_queue_depth + 2; in lpfc_sdev_init()
6324 } else if (total + num_to_alloc > in lpfc_sdev_init()
6330 num_to_alloc, phba->cfg_hba_queue_depth, in lpfc_sdev_init()
6332 num_to_alloc = phba->cfg_hba_queue_depth - total; in lpfc_sdev_init()
6334 num_allocated = lpfc_new_scsi_buf_s3(vport, num_to_alloc); in lpfc_sdev_init()
6335 if (num_to_alloc != num_allocated) { in lpfc_sdev_init()
[all …]
Dlpfc_crtn.h582 int lpfc_new_io_buf(struct lpfc_hba *phba, int num_to_alloc);
Dlpfc_init.c4462 lpfc_new_io_buf(struct lpfc_hba *phba, int num_to_alloc) in lpfc_new_io_buf() argument
4473 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_io_buf()
4551 "buffers of size x%zu bytes\n", bcnt, num_to_alloc, in lpfc_new_io_buf()
/linux-6.14.4/drivers/net/vmxnet3/
Dvmxnet3_drv.c670 int num_to_alloc, struct vmxnet3_adapter *adapter) in vmxnet3_rq_alloc_rx_buf() argument
677 while (num_allocated <= num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()
753 if (num_allocated == num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()
1598 int num_to_alloc; in vmxnet3_rq_rx_complete() local
1931 num_to_alloc = vmxnet3_cmd_ring_desc_avail(ring); in vmxnet3_rq_rx_complete()
1938 while (num_to_alloc) { in vmxnet3_rq_rx_complete()
1957 num_to_alloc--; in vmxnet3_rq_rx_complete()
1965 if (num_to_alloc == 0) { in vmxnet3_rq_rx_complete()