Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
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()
1188resp_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()
1201resp_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()
1240resp_offset = (sizeof(struct vf_pf_msg_rss) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK; in lm_vf_pf_channel_get_message_to_send()
1253resp_offset = (sizeof(struct vf_pf_msg_rsc) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK; in lm_vf_pf_channel_get_message_to_send()
1273 sw_hdr->resp_msg_offset = resp_offset; in lm_vf_pf_channel_get_message_to_send()
1274 sw_resp_hdr = (struct pf_vf_msg_hdr *)((u8_t*)sw_hdr + resp_offset); in lm_vf_pf_channel_get_message_to_send()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h500 uint16_t resp_offset; member
H A Dqlt.c6658 qcmd->param.resp_offset, in qlt_handle_sol_els_completion()
6730 qcmd->param.resp_offset, in qlt_handle_ct_completion()
7347 qcmd->param.resp_offset = (uint16_t)((els->els_req_size + 7) & ~7); in qlt_send_els()
7348 sz = minsz = qcmd->param.resp_offset + els->els_resp_size; in qlt_send_els()
7388 qcmd->param.resp_offset)); in qlt_send_els()
7416 qcmd->param.resp_offset = (uint16_t)((ct->ct_req_size + 7) & ~7); in qlt_send_ct()
7417 sz = minsz = qcmd->param.resp_offset + ct->ct_resp_size; in qlt_send_ct()
7452 qcmd->param.resp_offset)); /* RESPONSE DSD */ in qlt_send_ct()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c855 bcopy((uint8_t *)&mb->un.varDmp.resp_offset, pLocalBuf, in emlxs_read_cfg_region()
2412 DumpTableAddr = mb->un.varDmp.resp_offset; in emlxs_dump_table_check()
2546 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.c1360 mb->un.varDmp.resp_offset = 0; in emlxs_mb_dump_vpd()
1448 mb->un.varDmp.resp_offset = 0; in emlxs_mb_dump()
H A Demlxs_sli3.c578 lp1 = (uint32_t *)&mb->un.varDmp.resp_offset; in emlxs_sli3_online()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h315 uint32_t resp_offset; member
H A Demlxs_mbox.h1694 uint32_t resp_offset; member