Searched refs:hdrword (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_common.h764 static inline __u32 qib_hdrget_qib_ver(__le32 hdrword) argument
766 return (__le32_to_cpu(hdrword) >> QLOGIC_IB_I_VERS_SHIFT) &
/drivers/infiniband/hw/ipath/
H A Dipath_common.h845 static inline __u32 ipath_hdrget_ipath_ver(__le32 hdrword) argument
847 return (__le32_to_cpu(hdrword) >> INFINIPATH_I_VERS_SHIFT)

Completed in 27 milliseconds