Searched refs:mpi_request_sz (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 6250 int mpi_reply_sz, mpi_request_sz, r; in _base_get_port_facts() local 6255 mpi_request_sz = sizeof(Mpi2PortFactsRequest_t); in _base_get_port_facts() 6256 memset(&mpi_request, 0, mpi_request_sz); in _base_get_port_facts() 6259 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_port_facts() 6351 int mpi_reply_sz, mpi_request_sz, r; in _base_get_ioc_facts() local 6363 mpi_request_sz = sizeof(Mpi2IOCFactsRequest_t); in _base_get_ioc_facts() 6364 memset(&mpi_request, 0, mpi_request_sz); in _base_get_ioc_facts() 6366 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_ioc_facts()
|