Home
last modified time | relevance | path

Searched refs:SIZE_OF_LT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dcommon.h234 #define SIZE_OF_LT 1 macro
H A Dud.c369 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_16B()
609 SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in return_cnp_16B()
H A Druc.c247 extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_ruc_header_16B()
H A Drc.c1294 *nwords = SIZE_OF_CRC + ((extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_rc_ack_16B()