Searched refs:max_vecs (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/pci/ |
| H A D | irq.rs | 135 max_vecs: u32, in register() 144 bindings::pci_alloc_irq_vectors(dev.as_raw(), min_vecs, max_vecs, irq_types.as_raw()) in register() 247 max_vecs: u32, in alloc_irq_vectors() 250 IrqVectorRegistration::register(self, min_vecs, max_vecs, irq_types) in alloc_irq_vectors()
|
| /linux/rust/helpers/ |
| H A D | pci.c | 30 unsigned int max_vecs, in rust_helper_pci_alloc_irq_vectors() 33 return pci_alloc_irq_vectors(dev, min_vecs, max_vecs, flags); 28 rust_helper_pci_alloc_irq_vectors(struct pci_dev * dev,unsigned int min_vecs,unsigned int max_vecs,unsigned int flags) rust_helper_pci_alloc_irq_vectors() argument
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_lib.c | 258 u16 num_req_vecs, num_alloc_vecs = 0, max_vecs; in idpf_req_rel_vector_indexes() local 284 max_vecs = min(adapter->num_avail_msix, num_req_vecs); in idpf_req_rel_vector_indexes() 286 for (j = 0; j < max_vecs; j++) { in idpf_req_rel_vector_indexes() 290 adapter->num_avail_msix -= max_vecs; in idpf_req_rel_vector_indexes()
|
| /linux/block/ |
| H A D | bio.c | 218 unsigned short max_vecs, blk_opf_t opf) in bio_init() argument 256 bio->bi_max_vecs = max_vecs; in bio_init()
|