Home
last modified time | relevance | path

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

/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c674 int num_to_alloc, struct vmxnet3_adapter *adapter) in vmxnet3_rq_alloc_rx_buf() argument
681 while (num_allocated <= num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()
757 if (num_allocated == num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()
1626 int num_to_alloc; in vmxnet3_rq_rx_complete() local
1961 num_to_alloc = vmxnet3_cmd_ring_desc_avail(ring); in vmxnet3_rq_rx_complete()
1968 while (num_to_alloc) { in vmxnet3_rq_rx_complete()
1987 num_to_alloc--; in vmxnet3_rq_rx_complete()
1995 if (num_to_alloc == 0) { in vmxnet3_rq_rx_complete()
/linux/drivers/scsi/lpfc/
H A Dlpfc_crtn.h582 int lpfc_new_io_buf(struct lpfc_hba *phba, int num_to_alloc);
H A Dlpfc_init.c4482 lpfc_new_io_buf(struct lpfc_hba *phba, int num_to_alloc) in lpfc_new_io_buf() argument
4493 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_io_buf()
4571 "buffers of size x%zu bytes\n", bcnt, num_to_alloc, in lpfc_new_io_buf()