Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c95 int total_len, strong_order, fc_bits, cksum; in hermon_post_send_ud() local
140 fc_bits = 0; in hermon_post_send_ud()
201 fc_bits = 0x40; /* set FCRC */ in hermon_post_send_ud()
346 fc_bits |= (is->is_ctl.fc_frame_ctrl & IBT_FCTL_LAST_SEQ) ? in hermon_post_send_ud()
348 fc_bits |= ((is->is_ctl.fc_routing_ctrl & 0xF) << 20) | in hermon_post_send_ud()
361 solicited, signaled_dbd, cksum, qp, strong_order, fc_bits); in hermon_post_send_ud()