Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_ruc.c587 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in ipath_make_grh()
621 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.c355 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-3.4.99/drivers/infiniband/hw/qib/
Dqib_common.h700 #define SIZE_OF_CRC 1 macro
Dqib_ruc.c664 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in qib_make_grh()
700 qp->s_hdr.lrh[2] = cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC); in qib_make_ruc_header()
Dqib_ud.c358 qp->s_hdr.lrh[2] = cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC); in qib_make_ud_req()
Dqib_rc.c698 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC); in qib_send_rc_ack()
710 control = dd->f_setpbc_control(ppd, hwords + SIZE_OF_CRC, in qib_send_rc_ack()
Dqib_iba7322.c1355 .lrh[2] = cpu_to_be16(hdrwords + SIZE_OF_CRC), in flush_fifo()
1371 (hdrwords + SIZE_OF_CRC); in flush_fifo()