Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c64 #define MAX_DB_COUNT 32 macro
120 u32 db_data[MAX_DB_COUNT];
121 u32 db_offset[MAX_DB_COUNT];
565 if (!db_count || db_count > MAX_DB_COUNT) { in epf_ntb_configure_db()
567 db_count, MAX_DB_COUNT); in epf_ntb_configure_db()
1301 if (!ntb->db_count || ntb->db_count > MAX_DB_COUNT) { in epf_ntb_configure_interrupt()
1303 ntb->db_count, MAX_DB_COUNT); in epf_ntb_configure_interrupt()
H A Dpci-epf-vntb.c92 #define MAX_DB_COUNT 32 macro
130 u32 db_data[MAX_DB_COUNT];
131 u32 db_offset[MAX_DB_COUNT];
517 if (ntb->db_count < MIN_DB_COUNT || ntb->db_count > MAX_DB_COUNT) { in epf_ntb_configure_interrupt()
519 ntb->db_count, MIN_DB_COUNT, MAX_DB_COUNT); in epf_ntb_configure_interrupt()
1186 if (val < MIN_DB_COUNT || val > MAX_DB_COUNT) in epf_ntb_db_count_store()
1378 if (db_count < MIN_DB_COUNT || db_count > MAX_DB_COUNT) in vntb_epf_db_vector_count()