Lines Matching defs:pkey
64 __be16 pkey;
166 return be16_to_cpu(bth->pkey);
169 static inline void __bth_set_pkey(void *arg, u16 pkey)
173 bth->pkey = cpu_to_be16(pkey);
335 static inline void bth_set_pkey(struct rxe_pkt_info *pkt, u16 pkey)
337 __bth_set_pkey(pkt->hdr, pkey);
406 int mig, int pad, u16 pkey, u32 qpn, int ack_req,
417 bth->pkey = cpu_to_be16(pkey);