Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_common.h273 #define QIB_USER_SWMAJOR 1 macro
284 #define QIB_USER_SWVERSION ((QIB_USER_SWMAJOR << 16) | QIB_USER_SWMINOR)
Dqib_file_ops.c1192 if (QIB_USER_SWMAJOR != user_swmajor) { in qib_compatible_subctxts()
1196 if (QIB_USER_SWMAJOR == 1) { in qib_compatible_subctxts()
1238 QIB_USER_SWMAJOR, QIB_USER_SWMINOR); in init_subctxts()
1598 if (swmajor != QIB_USER_SWMAJOR) { in qib_assign_ctxt()