Home
last modified time | relevance | path

Searched refs:lrh0 (Results 1 – 6 of 6) sorted by relevance

/drivers/infiniband/hw/hfi1/
A Dud.c266 u16 lrh0 = 0; in hfi1_make_ud_req_9B() local
292 lrh0 = HFI1_LRH_GRH; in hfi1_make_ud_req_9B()
295 lrh0 = HFI1_LRH_BTH; in hfi1_make_ud_req_9B()
300 lrh0 |= (rdma_ah_get_sl(ah_attr) & 0xf) << 4; in hfi1_make_ud_req_9B()
302 lrh0 |= 0xF000; /* Set VL (see ch. 13.5.3.1) */ in hfi1_make_ud_req_9B()
305 lrh0 |= (sc5 & 0xf) << 12; in hfi1_make_ud_req_9B()
329 lrh0, len, dlid, slid); in hfi1_make_ud_req_9B()
659 u16 lrh0; in return_cnp() local
678 lrh0 = HFI1_LRH_GRH; in return_cnp()
682 lrh0 = HFI1_LRH_BTH; in return_cnp()
[all …]
A Druc.c329 u16 lrh0 = HFI1_LRH_BTH; in hfi1_make_ruc_header_9B() local
337 lrh0 = HFI1_LRH_GRH; in hfi1_make_ruc_header_9B()
345 lrh0 |= (priv->s_sc & 0xf) << 12 | in hfi1_make_ruc_header_9B()
368 lrh0, in hfi1_make_ruc_header_9B()
A Dipoib_tx.c269 u16 lrh0; in hfi1_ipoib_build_ib_tx_headers() local
293 lrh0 = HFI1_LRH_GRH; in hfi1_ipoib_build_ib_tx_headers()
296 lrh0 = HFI1_LRH_BTH; in hfi1_ipoib_build_ib_tx_headers()
300 lrh0 |= (rdma_ah_get_sl(ah_attr) & 0xf) << 4; in hfi1_ipoib_build_ib_tx_headers()
301 lrh0 |= (txp->flow.sc5 & 0xf) << 12; in hfi1_ipoib_build_ib_tx_headers()
323 hfi1_make_ib_hdr(&sdma_hdr->hdr.ibh, lrh0, dwords, dlid, slid); in hfi1_ipoib_build_ib_tx_headers()
A Dhfi.h2594 u16 lrh0, u16 len, in hfi1_make_ib_hdr() argument
2597 hdr->lrh[0] = cpu_to_be16(lrh0); in hfi1_make_ib_hdr()
2609 u32 lrh0 = 0; in hfi1_make_16b_hdr() local
2614 lrh0 = (lrh0 & ~OPA_16B_BECN_MASK) | (becn << OPA_16B_BECN_SHIFT); in hfi1_make_16b_hdr()
2615 lrh0 = (lrh0 & ~OPA_16B_LEN_MASK) | (len << OPA_16B_LEN_SHIFT); in hfi1_make_16b_hdr()
2616 lrh0 = (lrh0 & ~OPA_16B_LID_MASK) | (slid & OPA_16B_LID_MASK); in hfi1_make_16b_hdr()
2627 hdr->lrh[0] = lrh0; in hfi1_make_16b_hdr()
A Dtrace_tx.h476 __field(u32, lrh0)
504 __entry->lrh0 = be32_to_cpu(lrh[0]);
527 __entry->lrh0,
A Drc.c1230 u16 lrh0 = HFI1_LRH_BTH; in hfi1_make_rc_ack_9B() local
1244 lrh0 = HFI1_LRH_GRH; in hfi1_make_rc_ack_9B()
1252 lrh0 |= (sc5 & IB_SC_MASK) << IB_SC_SHIFT | in hfi1_make_rc_ack_9B()
1256 hfi1_make_ib_hdr(hdr, lrh0, *hwords + SIZE_OF_CRC, in hfi1_make_rc_ack_9B()

Completed in 33 milliseconds