Home
last modified time | relevance | path

Searched refs:hfi1_16B_get_pkey (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c182 *pkey = hfi1_16B_get_pkey(hdr); in hfi1_trace_parse_16b_hdr()
H A Ddriver.c417 pkey = hfi1_16B_get_pkey(pkt->hdr); in hfi1_process_ecn_slowpath()
1593 packet->pkey = hfi1_16B_get_pkey(packet->hdr); in hfi1_setup_bypass_packet()
H A Dverbs.c447 pkey = hfi1_16B_get_pkey(hdr); in hfi1_do_pkey_check()
1235 pkey = hfi1_16B_get_pkey(hdr); in hfi1_verbs_send()
H A Dud.c839 pkey = hfi1_16B_get_pkey(packet->hdr); in hfi1_ud_rcv()
H A Dhfi.h452 static inline u16 hfi1_16B_get_pkey(struct hfi1_16b_header *hdr) in hfi1_16B_get_pkey() function