Lines Matching refs:db_count
124 u32 db_count;
259 for (i = 1; i < ntb->db_count; i++) {
466 for (i = 0; i < ntb->db_count; i++) {
479 * interrupts equal to "db_count" configfs entry.
487 u32 db_count;
499 db_count = ntb->db_count;
500 if (db_count > MAX_DB_COUNT) {
505 ntb->db_count = db_count;
536 size_t size = sizeof(u32) * ntb->db_count;
915 EPF_NTB_R(db_count)
916 EPF_NTB_W(db_count)
934 CONFIGFS_ATTR(epf_ntb_, db_count);
970 * NTB specific properties like db_count, spad_count, num_mws etc.,
1061 return BIT_ULL(ntb_ndev(ntb)->db_count) - 1;