Home
last modified time | relevance | path

Searched refs:SIZE_OF_CRC (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcommon.h337 #define SIZE_OF_CRC 1 macro
Dud.c389 cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC); in hfi1_make_ud_req()
497 grh->paylen = cpu_to_be16((hwords - 2 + SIZE_OF_CRC) << 2); in return_cnp()
519 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC); in return_cnp()
Druc.c682 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in hfi1_make_grh()
807 cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC); in hfi1_make_ruc_header()
Drc.c739 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC); in hfi1_send_rc_ack()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ruc.c586 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in ipath_make_grh()
620 qp->s_hdr.lrh[2] = cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC); in ipath_make_ruc_header()
Dipath_common.h776 #define SIZE_OF_CRC 1 macro
Dipath_ud.c354 SIZE_OF_CRC); in ipath_make_ud_req()
Dipath_rc.c676 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC); in send_rc_ack()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_common.h742 #define SIZE_OF_CRC 1 macro
Dqib_ruc.c661 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in qib_make_grh()
697 qp->s_hdr->lrh[2] = cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC); in qib_make_ruc_header()
Dqib_ud.c354 qp->s_hdr->lrh[2] = cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC); in qib_make_ud_req()
Dqib_rc.c700 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC); in qib_send_rc_ack()
712 control = dd->f_setpbc_control(ppd, hwords + SIZE_OF_CRC, in qib_send_rc_ack()
Dqib_iba7322.c1436 .lrh[2] = cpu_to_be16(hdrwords + SIZE_OF_CRC), in flush_fifo()
1452 (hdrwords + SIZE_OF_CRC); in flush_fifo()