Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c623 int send_numbytes; in mptsas_send_config_request_msg() local
641 send_numbytes = sizeof (MPI2_CONFIG_REQUEST); in mptsas_send_config_request_msg()
646 if (mptsas_send_handshake_msg(mpt, (caddr_t)config, send_numbytes, in mptsas_send_config_request_msg()
660 int send_numbytes; in mptsas_send_extended_config_request_msg() local
680 send_numbytes = sizeof (MPI2_CONFIG_REQUEST); in mptsas_send_extended_config_request_msg()
685 if (mptsas_send_handshake_msg(mpt, (caddr_t)config, send_numbytes, in mptsas_send_extended_config_request_msg()