Home
last modified time | relevance | path

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

/linux-4.19.296/include/rdma/
Dib_hdrs.h123 __be32 bth[3]; member
273 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_PAD_SHIFT) & in ib_bth_get_pad()
279 return (be32_to_cpu(ohdr->bth[0]) & IB_BTH_PKEY_MASK); in ib_bth_get_pkey()
284 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_OPCODE_SHIFT) & in ib_bth_get_opcode()
290 return (u8)((be32_to_cpu(ohdr->bth[2]) >> IB_BTH_A_SHIFT) & in ib_bth_get_ackreq()
296 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_M_SHIFT) & in ib_bth_get_migreq()
302 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_SE_SHIFT) & in ib_bth_get_se()
308 return (u32)(be32_to_cpu(ohdr->bth[2])); in ib_bth_get_psn()
313 return (u32)((be32_to_cpu(ohdr->bth[1])) & IB_QPN_MASK); in ib_bth_get_qpn()
318 return (ohdr->bth[1]) & cpu_to_be32(IB_BECN_SMASK); in ib_bth_get_becn()
[all …]
Dib_pack.h277 struct ib_unpacked_bth bth; member
/linux-4.19.296/include/uapi/rdma/hfi/
Dhfi1_user.h242 __be32 bth[3]; member