Home
last modified time | relevance | path

Searched refs:resp_offset (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c1059 u16_t resp_offset = 0; in lm_vf_pf_channel_get_message_to_send() local
1123resp_offset = (sizeof(struct vf_pf_msg_acquire) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK; in lm_vf_pf_channel_get_message_to_send()
1128resp_offset = (sizeof(struct vfpf_acquire_tlv) + sizeof(struct channel_list_end_tlv) + CACHE_LINE_… in lm_vf_pf_channel_get_message_to_send()
1136resp_offset = (sizeof(struct vf_pf_msg_init_vf) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK; in lm_vf_pf_channel_get_message_to_send()
1141resp_offset = (sizeof(struct vfpf_init_tlv) + sizeof(struct channel_list_end_tlv) + CACHE_LINE_SIZ… in lm_vf_pf_channel_get_message_to_send()
1149resp_offset = (sizeof(struct vf_pf_msg_setup_q) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK; in lm_vf_pf_channel_get_message_to_send()
1154resp_offset = (sizeof(struct vfpf_setup_q_tlv) + sizeof(struct channel_list_end_tlv) + CACHE_LINE_… in lm_vf_pf_channel_get_message_to_send()
1163resp_offset = (sizeof(struct vf_pf_msg_set_q_filters) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_M… in lm_vf_pf_channel_get_message_to_send()
1167resp_offset = (sizeof(struct vfpf_set_q_filters_tlv) + sizeof(struct channel_list_end_tlv) + CACHE… in lm_vf_pf_channel_get_message_to_send()
1176resp_offset = (sizeof(struct vf_pf_msg_q_op) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK; in lm_vf_pf_channel_get_message_to_send()
[all …]
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h381 uint16_t resp_offset; member
H A Dqlt.c4331 qcmd->param.resp_offset, in qlt_handle_sol_els_completion()
4401 qcmd->param.resp_offset, in qlt_handle_ct_completion()
4852 qcmd->param.resp_offset = (uint16_t)((els->els_req_size + 7) & ~7); in qlt_send_els()
4853 sz = minsz = qcmd->param.resp_offset + els->els_resp_size; in qlt_send_els()
4891 qcmd->param.resp_offset)); in qlt_send_els()
4912 qcmd->param.resp_offset = (uint16_t)((ct->ct_req_size + 7) & ~7); in qlt_send_ct()
4913 sz = minsz = qcmd->param.resp_offset + ct->ct_resp_size; in qlt_send_ct()
4946 qcmd->param.resp_offset)); /* RESPONSE DSD */ in qlt_send_ct()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c849 bcopy((uint8_t *)&mb->un.varDmp.resp_offset, pLocalBuf, in emlxs_read_cfg_region()
2404 DumpTableAddr = mb->un.varDmp.resp_offset; in emlxs_dump_table_check()
2538 DumpTableAddr = mb->un.varDmp.resp_offset; in emlxs_dump_table_read()
H A Demlxs_download.c3828 bcopy((caddr_t)&mb->un.varDmp.resp_offset, in emlxs_read_wakeup_parms()
3945 Uptr = (uint32_t *)&mb->un.varDmp.resp_offset; in emlxs_read_load_list()
3977 Uptr = (uint32_t *)&mb->un.varDmp.resp_offset; in emlxs_read_load_list()
5507 Uptr = (uint32_t *)&mb->un.varDmp.resp_offset; in emlxs_get_max_sram()
H A Demlxs_mbox.c1293 mb->un.varDmp.resp_offset = 0; in emlxs_mb_dump_vpd()
1381 mb->un.varDmp.resp_offset = 0; in emlxs_mb_dump()
H A Demlxs_sli3.c576 lp1 = (uint32_t *)&mb->un.varDmp.resp_offset; in emlxs_sli3_online()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h315 uint32_t resp_offset; member
H A Demlxs_mbox.h1613 uint32_t resp_offset; member