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

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

Completed in 394 milliseconds