Home
last modified time | relevance | path

Searched refs:GET_STRUCT_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c979 { GET_STRUCT_SIZE(fct_local_port_t),
980 GET_STRUCT_SIZE(fct_i_local_port_t), 0 },
981 { GET_STRUCT_SIZE(fct_remote_port_t),
982 GET_STRUCT_SIZE(fct_i_remote_port_t), 0 },
983 { GET_STRUCT_SIZE(fct_cmd_t),
984 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_t) },
985 { GET_STRUCT_SIZE(fct_cmd_t),
986 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_t) },
987 { GET_STRUCT_SIZE(fct_cmd_t),
988 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_sol_ct_t) },
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_defines.h88 #define GET_STRUCT_SIZE(s) ((sizeof (s) + 7) & 0xfffffff8) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c389 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()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2168 { GET_STRUCT_SIZE(stmf_lu_provider_t),
2169 GET_STRUCT_SIZE(stmf_i_lu_provider_t) },
2170 { GET_STRUCT_SIZE(stmf_port_provider_t),
2171 GET_STRUCT_SIZE(stmf_i_port_provider_t) },
2172 { GET_STRUCT_SIZE(stmf_local_port_t),
2173 GET_STRUCT_SIZE(stmf_i_local_port_t) },
2174 { GET_STRUCT_SIZE(stmf_lu_t),
2175 GET_STRUCT_SIZE(stmf_i_lu_t) },
2176 { GET_STRUCT_SIZE(stmf_scsi_session_t),
2177 GET_STRUCT_SIZE(stmf_i_scsi_session_t) },
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3277 (size + padding + GET_STRUCT_SIZE(emlxs_buf_t)), in emlxs_fct_handle_unsol_els()
3324 GET_STRUCT_SIZE(emlxs_buf_t)); in emlxs_fct_handle_unsol_els()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5328 (int)(payload_size + GET_STRUCT_SIZE(qlt_cmd_t)), 0); in qlt_handle_purex()
5350 GET_STRUCT_SIZE(qlt_cmd_t)); in qlt_handle_purex()