Searched refs:mpi_request_sz (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 3619 int mpi_reply_sz, mpi_request_sz, r; in _base_get_port_facts() local 3625 mpi_request_sz = sizeof(Mpi2PortFactsRequest_t); in _base_get_port_facts() 3626 memset(&mpi_request, 0, mpi_request_sz); in _base_get_port_facts() 3629 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_port_facts() 3662 int mpi_reply_sz, mpi_request_sz, r; in _base_get_ioc_facts() local 3668 mpi_request_sz = sizeof(Mpi2IOCFactsRequest_t); in _base_get_ioc_facts() 3669 memset(&mpi_request, 0, mpi_request_sz); in _base_get_ioc_facts() 3671 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_ioc_facts()
|
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 3436 int mpi_reply_sz, mpi_request_sz, r; in _base_get_port_facts() local 3442 mpi_request_sz = sizeof(Mpi2PortFactsRequest_t); in _base_get_port_facts() 3443 memset(&mpi_request, 0, mpi_request_sz); in _base_get_port_facts() 3446 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_port_facts() 3537 int mpi_reply_sz, mpi_request_sz, r; in _base_get_ioc_facts() local 3550 mpi_request_sz = sizeof(Mpi2IOCFactsRequest_t); in _base_get_ioc_facts() 3551 memset(&mpi_request, 0, mpi_request_sz); in _base_get_ioc_facts() 3553 r = _base_handshake_req_reply_wait(ioc, mpi_request_sz, in _base_get_ioc_facts()
|