Home
last modified time | relevance | path

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

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