Lines Matching refs:db_count
126 u32 db_count;
261 for (i = 1; i < ntb->db_count; i++) {
448 for (i = 0; i < ntb->db_count; i++) {
461 * interrupts equal to "db_count" configfs entry.
469 u32 db_count;
481 db_count = ntb->db_count;
482 if (db_count > MAX_DB_COUNT) {
487 ntb->db_count = db_count;
517 size_t size = sizeof(u32) * ntb->db_count;
973 EPF_NTB_R(db_count)
974 EPF_NTB_W(db_count)
1004 CONFIGFS_ATTR(epf_ntb_, db_count);
1052 * NTB specific properties like db_count, spad_count, num_mws etc.,
1145 return BIT_ULL(ntb_ndev(ntb)->db_count) - 1;