Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dcommon.h331 #define SIZE_OF_LT 1 macro
Dud.c411 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_16B()
650 SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in return_cnp_16B()
Druc.c288 extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_ruc_header_16B()
Dverbs.c778 (SIZE_OF_CRC << 2) + SIZE_OF_LT; in build_verbs_tx_desc()
858 SIZE_OF_LT) >> 2; in hfi1_verbs_send_dma()
1002 extra_bytes = pad_size + (SIZE_OF_CRC << 2) + SIZE_OF_LT; in hfi1_verbs_send_pio()
Dhfi.h2657 SIZE_OF_LT) & 0x7; in hfi1_get_16b_padding()
Ddriver.c1639 packet->extra_byte = SIZE_OF_LT; in hfi1_setup_bypass_packet()
Drc.c1335 *nwords = SIZE_OF_CRC + ((extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_rc_ack_16B()