Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c237 dest = is->is_ctl.fc_dest; in hermon_post_send_ud()
337 HERMON_WQE_BUILD_FCP3_INIT(old_ds, is->is_ctl.fc_frame_ctrl, in hermon_post_send_ud()
344 desc_sz |= (is->is_ctl.fc_frame_ctrl & IBT_FCTL_SIT) ? 0x80 : 0; 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()
349 (is->is_ctl.fc_seq_id << 24); in hermon_post_send_ud()
350 immed_data = is->is_ctl.fc_parameter; in hermon_post_send_ud()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1559 ibt_fc_ctl_t is_ctl; member