Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c91 #define MIN_DB_COUNT (EPF_IRQ_DB_START + 1) macro
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()