Searched refs:SRP_RSP_SIZE (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrp.h236 #define SRP_RSP_SIZE 36 macro
H A Dsrpt_stp.c716 bufp = (uint8_t *)iu->iu_buf + SRP_RSP_SIZE;
717 bzero(rsp, SRP_RSP_SIZE + sizeof (srp_rsp_data_t));
729 rsp_length = SRP_RSP_SIZE;
769 bufp = (uint8_t *)iu->iu_buf + SRP_RSP_SIZE;
770 bzero(rsp, SRP_RSP_SIZE);
782 rsp_length = SRP_RSP_SIZE;
798 if (SRP_RSP_SIZE + sense_length >
801 SRP_RSP_SIZE;

Completed in 98 milliseconds