Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2839 uint32_t needed_length; in vhci_do_prin() local
2904 needed_length = prin_length + VHCI_PRIN_HEADER_SZ; in vhci_do_prin()
2911 if ((vpkt->vpkt_tgt_init_bp->b_bcount < needed_length) && in vhci_do_prin()
2927 NULL, needed_length, B_READ, NULL_FUNC, NULL); in vhci_do_prin()
2936 new_bp->b_bcount = needed_length; in vhci_do_prin()
2937 new_pkt->pkt_cdbp[7] = (uchar_t)(needed_length >> 8); in vhci_do_prin()
2938 new_pkt->pkt_cdbp[8] = (uchar_t)needed_length; in vhci_do_prin()