Searched refs:PCI_MSIX_FLAGS_QSIZE (Results 1 – 2 of 2) sorted by relevance
300 const PCI_MSIX_FLAGS_QSIZE: u16 = 0x07FF; // Table size constant321 let table_size = (msix_ctl & PCI_MSIX_FLAGS_QSIZE) + 1; in new()
324 #define PCI_MSIX_FLAGS_QSIZE 0x07FF /* Table size */ macro