Lines Matching refs:db_count
78 u32 db_count;
326 * @db_count: Number of doorbell interrupts to map
384 enum pci_epc_interface_type type, u16 db_count)
409 ret = pci_epc_map_msi_irq(epc, func_no, vfunc_no, phys_addr, db_count,
417 for (i = 0; i < db_count; i++) {
429 * @db_count: Number of doorbell interrupts to map
489 u16 db_count)
523 for (i = 0; i < db_count; i++) {
548 * @db_count: Count of the number of doorbells that has to be configured
556 u16 db_count, bool msix)
562 if (db_count > MAX_DB_COUNT)
569 ret = epf_ntb_configure_msix(ntb, type, db_count);
571 ret = epf_ntb_configure_msi(ntb, type, db_count);
628 u16 db_count;
649 db_count = argument & DB_COUNT_MASK;
651 ret = epf_ntb_configure_db(ntb, type, db_count, is_msix);
1034 msix_table_size = PCI_MSIX_ENTRY_SIZE * ntb->db_count;
1039 pba_size = ALIGN(DIV_ROUND_UP(ntb->db_count, 8), 8);
1270 * interrupts equal to "db_count" configfs entry.
1281 u32 db_count;
1299 db_count = ntb->db_count;
1300 if (db_count > MAX_DB_COUNT) {
1305 ntb->db_count = db_count;
1309 ret = pci_epc_set_msi(epc, func_no, vfunc_no, db_count);
1318 ret = pci_epc_set_msix(epc, func_no, vfunc_no, db_count,
1436 u32 num_mws, db_count;
1456 db_count = ntb->db_count;
1461 size = db_count * align;
2018 EPF_NTB_R(db_count)
2019 EPF_NTB_W(db_count)
2031 CONFIGFS_ATTR(epf_ntb_, db_count);
2061 * NTB specific properties like db_count, spad_count, num_mws etc.,