Searched refs:GET_STRUCT_SIZE (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 960 { GET_STRUCT_SIZE(fct_local_port_t), 961 GET_STRUCT_SIZE(fct_i_local_port_t), 0 }, 962 { GET_STRUCT_SIZE(fct_remote_port_t), 963 GET_STRUCT_SIZE(fct_i_remote_port_t), 0 }, 964 { GET_STRUCT_SIZE(fct_cmd_t), 965 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_t) }, 966 { GET_STRUCT_SIZE(fct_cmd_t), 967 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_t) }, 968 { GET_STRUCT_SIZE(fct_cmd_t), 969 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_sol_ct_t) }, [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stmf_defines.h | 88 #define GET_STRUCT_SIZE(s) ((sizeof (s) + 7) & 0xfffffff8) macro
|
/titanic_44/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 2167 { GET_STRUCT_SIZE(stmf_lu_provider_t), 2168 GET_STRUCT_SIZE(stmf_i_lu_provider_t) }, 2169 { GET_STRUCT_SIZE(stmf_port_provider_t), 2170 GET_STRUCT_SIZE(stmf_i_port_provider_t) }, 2171 { GET_STRUCT_SIZE(stmf_local_port_t), 2172 GET_STRUCT_SIZE(stmf_i_local_port_t) }, 2173 { GET_STRUCT_SIZE(stmf_lu_t), 2174 GET_STRUCT_SIZE(stmf_i_lu_t) }, 2175 { GET_STRUCT_SIZE(stmf_scsi_session_t), 2176 GET_STRUCT_SIZE(stmf_i_scsi_session_t) }, [all …]
|
/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_eth.c | 389 GET_STRUCT_SIZE(fcoet_exchange_t) + in fcoet_create_unsol_exchange() 625 GET_BYTE_OFFSET(xch, GET_STRUCT_SIZE(fcoet_exchange_t)); in fcoet_process_unsol_els_req()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 3263 (size + padding + GET_STRUCT_SIZE(emlxs_buf_t)), 3310 GET_STRUCT_SIZE(emlxs_buf_t));
|
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 3284 (int)(payload_size + GET_STRUCT_SIZE(qlt_cmd_t)), 0); in qlt_handle_purex() 3306 GET_STRUCT_SIZE(qlt_cmd_t)); in qlt_handle_purex()
|