Home
last modified time | relevance | path

Searched refs:QIB_LRH_BTH (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_common.h739 #define QIB_LRH_BTH 0x0002 /* 1. word of IB LRH - next header: BTH */ macro
Dqib_ruc.c218 lrh0 = QIB_LRH_BTH; in qib_make_ruc_header()
Dqib_user_sdma.c466 hdr->iph.chksum = cpu_to_le16(QIB_LRH_BTH + in qib_user_sdma_page_to_frags()
510 hdr->iph.chksum = cpu_to_le16(QIB_LRH_BTH + in qib_user_sdma_page_to_frags()
Dqib_ud.c336 lrh0 = QIB_LRH_BTH; in qib_make_ud_req()
Dqib_driver.c327 if (lnh == QIB_LRH_BTH) in qib_rcv_hdrerr()
Dqib_rc.c625 lrh0 = QIB_LRH_BTH; in qib_send_rc_ack()
893 if ((be16_to_cpu(hdr->lrh[0]) & 3) == QIB_LRH_BTH) in qib_rc_send_complete()
Dqib_verbs.c299 if (lnh == QIB_LRH_BTH) in qib_ib_rcv()
Dqib_iba7322.c1403 .lrh[0] = cpu_to_be16(0xF000 | QIB_LRH_BTH), in flush_fifo()