Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c3465 int mpi_reply_sz, mpi_request_sz, r; in _base_get_port_facts() local
3471 mpi_request_sz = sizeof(Mpi2PortFactsRequest_t); in _base_get_port_facts()
3472 memset(&mpi_request, 0, mpi_request_sz); in _base_get_port_facts()
3475 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_port_facts()
3566 int mpi_reply_sz, mpi_request_sz, r; in _base_get_ioc_facts() local
3579 mpi_request_sz = sizeof(Mpi2IOCFactsRequest_t); in _base_get_ioc_facts()
3580 memset(&mpi_request, 0, mpi_request_sz); in _base_get_ioc_facts()
3582 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_ioc_facts()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3651 int mpi_reply_sz, mpi_request_sz, r; in _base_get_port_facts() local
3657 mpi_request_sz = sizeof(Mpi2PortFactsRequest_t); in _base_get_port_facts()
3658 memset(&mpi_request, 0, mpi_request_sz); in _base_get_port_facts()
3661 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_port_facts()
3694 int mpi_reply_sz, mpi_request_sz, r; in _base_get_ioc_facts() local
3700 mpi_request_sz = sizeof(Mpi2IOCFactsRequest_t); in _base_get_ioc_facts()
3701 memset(&mpi_request, 0, mpi_request_sz); in _base_get_ioc_facts()
3703 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_ioc_facts()