Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c1661 pkt->ms24.entry_type = CT_PASSTHRU_TYPE; in ql_fcct()
1662 pkt->ms24.entry_count = 1; in ql_fcct()
1664 pkt->ms24.vp_index = ha->vp_index; in ql_fcct()
1667 pkt->ms24.n_port_hdl = (uint16_t) in ql_fcct()
1673 pkt->ms24.timeout = LE_16(120); in ql_fcct()
1676 pkt->ms24.cmd_dseg_count = LE_16(1); in ql_fcct()
1677 pkt->ms24.resp_dseg_count = LE_16(1); in ql_fcct()
1680 pkt->ms24.cmd_byte_count = LE_32(cmd->RequestLen); in ql_fcct()
1683 pkt->ms24.resp_byte_count = LE_32(cmd->ResponseLen); in ql_fcct()
1685 long_ptr = (uint32_t *)&pkt->ms24.dseg; in ql_fcct()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1428 ct_passthru_entry_t ms24; member