Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h483 uint32_t resp_byte_count; /* Response byte count */ member
510 uint32_t resp_byte_count; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1119 ddi_put32(req_q->req_ring.acc_handle, &pkt->resp_byte_count, in ql_ms_iocb()
1200 ddi_put32(req_q->req_ring.acc_handle, &pkt->resp_byte_count, in ql_ms_24xx_iocb()
H A Dql_xioctl.c1683 pkt->ms24.resp_byte_count = LE_32(cmd->ResponseLen); in ql_fcct()
1746 pkt->ms.resp_byte_count = LE_32(cmd->ResponseLen); in ql_fcct()
10419 pkt->ms.resp_byte_count = LE_32(cmd->ResponseLen); in ql_els_passthru()
H A Dql_isr.c3252 &pkt24->resp_byte_count); in ql_ms_entry()