Searched refs:lnh (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_av.c117 av->av.lnh = ah_attr->ah_flags;
180 new_ehca_av.lnh = EHCA_BMASK_SET(GRH_FLAG_MASK,
244 ah_attr->ah_flags = EHCA_BMASK_GET(GRH_FLAG_MASK, av->av.lnh);
H A Dehca_qes.h70 u8 lnh; member in struct:ehca_ud_av
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c584 int lnh; local
607 lnh = be16_to_cpu(hdr->lrh[0]) & 3;
608 if (lnh == IPATH_LRH_BTH)
610 else if (lnh == IPATH_LRH_GRH)
627 if (lnh != IPATH_LRH_GRH) {
649 ipath_qp_rcv(dev, hdr, lnh == IPATH_LRH_GRH, data,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_verbs.c600 int lnh; local
617 lnh = be16_to_cpu(hdr->lrh[0]) & 3;
618 if (lnh == QIB_LRH_BTH)
620 else if (lnh == QIB_LRH_GRH) {
642 if (lnh != QIB_LRH_GRH)
661 qib_qp_rcv(rcd, hdr, lnh == QIB_LRH_GRH, data, tlen, qp);

Completed in 86 milliseconds