Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_common.h273 #define QIB_USER_SWMAJOR 1 macro
284 #define QIB_USER_SWVERSION ((QIB_USER_SWMAJOR << 16) | QIB_USER_SWMINOR)
H A Dqib_file_ops.c1191 if (QIB_USER_SWMAJOR != user_swmajor) { in qib_compatible_subctxts()
1195 if (QIB_USER_SWMAJOR == 1) { in qib_compatible_subctxts()
1237 QIB_USER_SWMAJOR, QIB_USER_SWMINOR); in init_subctxts()
1597 if (swmajor != QIB_USER_SWMAJOR) { in qib_assign_ctxt()