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.c643 int send_numbytes; in mptsas_send_config_request_msg() local
661 send_numbytes = sizeof (MPI2_CONFIG_REQUEST); in mptsas_send_config_request_msg()
666 if (mptsas_send_handshake_msg(mpt, (caddr_t)config, send_numbytes, in mptsas_send_config_request_msg()
680 int send_numbytes; in mptsas_send_extended_config_request_msg() local
700 send_numbytes = sizeof (MPI2_CONFIG_REQUEST); in mptsas_send_extended_config_request_msg()
705 if (mptsas_send_handshake_msg(mpt, (caddr_t)config, send_numbytes, in mptsas_send_extended_config_request_msg()