Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c1576 pkt->ms24.entry_type = CT_PASSTHRU_TYPE; in ql_fcct()
1577 pkt->ms24.entry_count = 1; in ql_fcct()
1579 pkt->ms24.vp_index = ha->vp_index; in ql_fcct()
1582 pkt->ms24.n_port_hdl = (uint16_t) in ql_fcct()
1588 pkt->ms24.timeout = LE_16(120); in ql_fcct()
1591 pkt->ms24.cmd_dseg_count = LE_16(1); in ql_fcct()
1592 pkt->ms24.resp_dseg_count = LE_16(1); in ql_fcct()
1595 pkt->ms24.cmd_byte_count = LE_32(cmd->RequestLen); in ql_fcct()
1598 pkt->ms24.resp_byte_count = LE_32(cmd->ResponseLen); in ql_fcct()
1600 long_ptr = (uint32_t *)&pkt->ms24.dseg_0_address; in ql_fcct()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1459 ct_passthru_entry_t ms24; member