Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c6276 int mpi_reply_sz, mpi_request_sz, r; in _base_get_port_facts() local
6281 mpi_request_sz = sizeof(Mpi2PortFactsRequest_t); in _base_get_port_facts()
6282 memset(&mpi_request, 0, mpi_request_sz); in _base_get_port_facts()
6285 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_port_facts()
6377 int mpi_reply_sz, mpi_request_sz, r; in _base_get_ioc_facts() local
6389 mpi_request_sz = sizeof(Mpi2IOCFactsRequest_t); in _base_get_ioc_facts()
6390 memset(&mpi_request, 0, mpi_request_sz); in _base_get_ioc_facts()
6392 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_ioc_facts()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7306 int mpi_reply_sz, mpi_request_sz, r; in _base_get_port_facts() local
7311 mpi_request_sz = sizeof(Mpi2PortFactsRequest_t); in _base_get_port_facts()
7312 memset(&mpi_request, 0, mpi_request_sz); in _base_get_port_facts()
7315 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_port_facts()
7409 int mpi_reply_sz, mpi_request_sz, r; in _base_get_ioc_facts() local
7421 mpi_request_sz = sizeof(Mpi2IOCFactsRequest_t); in _base_get_ioc_facts()
7422 memset(&mpi_request, 0, mpi_request_sz); in _base_get_ioc_facts()
7424 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_ioc_facts()

Completed in 16 milliseconds