Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5398 MRSAS_GET_BOUNDARY_ALIGNED_LEN(xferlen, new_xfer_length, in issue_mfi_pthru()
5568 MRSAS_GET_BOUNDARY_ALIGNED_LEN(xferlen, new_xfer_length, in issue_mfi_dcmd()
5739 MRSAS_GET_BOUNDARY_ALIGNED_LEN(request_xferlen, in issue_mfi_smp()
5773 MRSAS_GET_BOUNDARY_ALIGNED_LEN(response_xferlen, in issue_mfi_smp()
5989 MRSAS_GET_BOUNDARY_ALIGNED_LEN(fis_xferlen, in issue_mfi_stp()
6025 MRSAS_GET_BOUNDARY_ALIGNED_LEN(data_xferlen, new_xfer_length2, in issue_mfi_stp()
H A Dmr_sas.h78 #define MRSAS_GET_BOUNDARY_ALIGNED_LEN(len, new_len, boundary_len) { \ macro