Lines Matching refs:pkey
65 __be16 pkey;
167 return be16_to_cpu(bth->pkey);
170 static inline void __bth_set_pkey(void *arg, u16 pkey)
174 bth->pkey = cpu_to_be16(pkey);
336 static inline void bth_set_pkey(struct rxe_pkt_info *pkt, u16 pkey)
338 __bth_set_pkey(pkt->hdr + pkt->offset, pkey);
407 int mig, int pad, u16 pkey, u32 qpn, int ack_req,
418 bth->pkey = cpu_to_be16(pkey);