Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dcommon.h330 #define SIZE_OF_LT 1 macro
Dud.c430 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_16B()
668 SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in return_cnp_16B()
Dverbs.c850 (SIZE_OF_CRC << 2) + SIZE_OF_LT; in build_verbs_tx_desc()
921 SIZE_OF_LT) >> 2; in hfi1_verbs_send_dma()
1062 extra_bytes = pad_size + (SIZE_OF_CRC << 2) + SIZE_OF_LT; in hfi1_verbs_send_pio()
Druc.c616 extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_ruc_header_16B()
Ddriver.c1539 packet->extra_byte = SIZE_OF_LT; in hfi1_setup_bypass_packet()
Dhfi.h2422 SIZE_OF_LT) & 0x7; in hfi1_get_16b_padding()
Drc.c824 *nwords = SIZE_OF_CRC + ((extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_rc_ack_16B()