Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_common.h772 #define IPATH_LRH_GRH 0x0003 /* 1. word of IB LRH - next header: GRH */ macro
Dipath_ud.c331 lrh0 = IPATH_LRH_GRH; in ipath_make_ud_req()
Dipath_ruc.c615 lrh0 = IPATH_LRH_GRH; in ipath_make_ruc_header()
Dipath_verbs.c629 else if (lnh == IPATH_LRH_GRH) in ipath_ib_rcv()
646 if (lnh != IPATH_LRH_GRH) { in ipath_ib_rcv()
668 ipath_qp_rcv(dev, hdr, lnh == IPATH_LRH_GRH, data, in ipath_ib_rcv()
Dipath_rc.c662 lrh0 = IPATH_LRH_GRH; in send_rc_ack()