Home
last modified time | relevance | path

Searched refs:HFI1_LRH_GRH (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dcommon.h324 #define HFI1_LRH_GRH 0x0003 /* 1. word of IB LRH - next header: GRH */ macro
Ddriver.c278 } else if (lnh == HFI1_LRH_GRH) { in rcv_hdrerr()
621 } else if (lnh == HFI1_LRH_GRH) { in __prescan_rxq()
1433 } else if (lnh == HFI1_LRH_GRH) { in hfi1_setup_9B_packet()
1746 else if (lnh == HFI1_LRH_GRH) in seqfile_dump_rcd()
Dud.c353 lrh0 = HFI1_LRH_GRH; in hfi1_make_ud_req_9B()
734 lrh0 = HFI1_LRH_GRH; in return_cnp()
Druc.c705 lrh0 = HFI1_LRH_GRH; in hfi1_make_ruc_header_9B()
Duser_sdma.c475 if ((be16_to_cpu(req->hdr.lrh[0]) & 0x3) == HFI1_LRH_GRH) { in hfi1_user_sdma_process_request()
Dverbs.c1339 if (lnh == HFI1_LRH_GRH) in hfi1_verbs_send()
Drc.c779 lrh0 = HFI1_LRH_GRH; in hfi1_make_rc_ack_9B()