Home
last modified time | relevance | path

Searched refs:SIZE_OF_LT (Results 1 – 6 of 6) 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 Dverbs.c736 (SIZE_OF_CRC << 2) + SIZE_OF_LT; in build_verbs_tx_desc()
816 SIZE_OF_LT) >> 2; in hfi1_verbs_send_dma()
960 extra_bytes = pad_size + (SIZE_OF_CRC << 2) + SIZE_OF_LT; in hfi1_verbs_send_pio()
H A Ddriver.c1592 packet->extra_byte = SIZE_OF_LT; in hfi1_setup_bypass_packet()
H A Drc.c1294 *nwords = SIZE_OF_CRC + ((extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_rc_ack_16B()