Searched defs:user_swmajor (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1460 static int ipath_supports_subports(int user_swmajor, int user_swminor) argument
1463 return (user_swmajor > 1) || (user_swminor >= 3);
1466 static int ipath_compatible_subports(int user_swmajor, int user_swminor) argument
1469 if (IPATH_USER_SWMAJOR != user_swmajor) {
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1204 static int qib_compatible_subctxts(int user_swmajor, int user_swminor) argument
1207 if (QIB_USER_SWMAJOR != user_swmajor) {

Completed in 95 milliseconds