Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c622 int send_numbytes; in mptsas_send_config_request_msg() local
640 send_numbytes = sizeof (MPI2_CONFIG_REQUEST); in mptsas_send_config_request_msg()
645 if (mptsas_send_handshake_msg(mpt, (caddr_t)config, send_numbytes, in mptsas_send_config_request_msg()
659 int send_numbytes; in mptsas_send_extended_config_request_msg() local
679 send_numbytes = sizeof (MPI2_CONFIG_REQUEST); in mptsas_send_extended_config_request_msg()
684 if (mptsas_send_handshake_msg(mpt, (caddr_t)config, send_numbytes, in mptsas_send_extended_config_request_msg()