Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstmf_defines.h87 #define GET_BYTE_OFFSET(ptr, off) (((uint8_t *)(ptr)) + (off)) macro
/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c625 GET_BYTE_OFFSET(xch, GET_STRUCT_SIZE(fcoet_exchange_t)); in fcoet_process_unsol_els_req()
/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1028 sh->fp = (__ifct_t *)GET_BYTE_OFFSET(sh, fct_sizes[struct_id].shared); in fct_alloc()
1029 sh->cp = GET_BYTE_OFFSET(sh->fp, fct_sizes[struct_id].fw_private); in fct_alloc()
1031 sh->ss = GET_BYTE_OFFSET(sh->cp, additional_size); in fct_alloc()
/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2226 sh->cp = GET_BYTE_OFFSET(sh, stmf_sizes[struct_id].shared); in stmf_alloc()
2227 sh->fp = (__istmf_t *)GET_BYTE_OFFSET(sh, in stmf_alloc()
7558 req->svc_info.st_additional_info = (char *)(GET_BYTE_OFFSET(req, in stmf_svc_queue()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3309 GET_BYTE_OFFSET(fct_cmd->cmd_fca_private,
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3305 els->els_req_payload = GET_BYTE_OFFSET(qcmd, in qlt_handle_purex()