Home
last modified time | relevance | path

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

/linux/include/uapi/rdma/hfi/
H A Dhfi1_user.h71 #define HFI1_USER_SWMAJOR 6 macro
/linux/drivers/infiniband/hw/hfi1/
H A Dcommon.h137 #define HFI1_USER_SWVERSION ((HFI1_USER_SWMAJOR << HFI1_SWMAJOR_SHIFT) | \
H A Dfile_ops.c792 if (swmajor != HFI1_USER_SWMAJOR) in assign_ctxt()