Home
last modified time | relevance | path

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

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