Home
last modified time | relevance | path

Searched refs:hwsize (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/msi/
H A Dmsi.h110 bool pci_setup_msi_device_domain(struct pci_dev *pdev, unsigned int hwsize);
111 bool pci_setup_msix_device_domain(struct pci_dev *pdev, unsigned int hwsize);
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c751 static void *alloc_ring(struct device *dev, size_t nelem, size_t hwsize, in alloc_ring() argument
758 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring()