Home
last modified time | relevance | path

Searched refs:un_hdr (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c228 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_mb_resetport()
230 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_RESET; in emlxs_mb_resetport()
231 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_mb_resetport()
232 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length = 0; in emlxs_mb_resetport()
285 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_mb_noop()
287 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_NOP; in emlxs_mb_noop()
288 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_mb_noop()
289 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length = in emlxs_mb_noop()
362 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_mb_eq_create()
364 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_EQ_CREATE; in emlxs_mb_eq_create()
[all …]
H A Demlxs_sli4.c3187 iptr = (uint32_t *)&mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_sli4_issue_mq()
3270 iptr = (uint32_t *)&mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_sli4_issue_bootstrap()
3410 &mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_sli4_issue_mbox_cmd()
3501 (mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode == in emlxs_sli4_issue_mbox_cmd()
3552 (mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode == in emlxs_sli4_issue_mbox_cmd()
8231 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_sli4_post_sgl_pages()
8233 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_sli4_post_sgl_pages()
8235 mb->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_sli4_post_sgl_pages()
8236 mb->un.varSLIConfig.be.un_hdr.hdr_req.req_length = size; in emlxs_sli4_post_sgl_pages()
8323 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_sli4_post_hdr_tmplates()
[all …]
H A Demlxs_dfc.c10553 &mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_dfc_send_mbox4()
10939 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_dfc_set_be_dcbx()
10941 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_dfc_set_be_dcbx()
10943 mb->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_dfc_set_be_dcbx()
10944 mb->un.varSLIConfig.be.un_hdr.hdr_req.req_length = in emlxs_dfc_set_be_dcbx()
10995 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_dfc_get_be_dcbx()
10997 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_dfc_get_be_dcbx()
10999 mb->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_dfc_get_be_dcbx()
11000 mb->un.varSLIConfig.be.un_hdr.hdr_req.req_length = in emlxs_dfc_get_be_dcbx()
H A Demlxs_download.c1813 &mb->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_obj_flash_image()
1841 &mb->un.varSLIConfig.be.un_hdr.hdr_rsp; in emlxs_obj_flash_image()
4051 &mb->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_get_boot_config()
4108 &mb->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_set_boot_config()
H A Demlxs_fcf.c5556 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_fcoe_fcftab_sol_action()
5558 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_fcoe_fcftab_sol_action()
5560 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_fcoe_fcftab_sol_action()
5561 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length = in emlxs_fcoe_fcftab_sol_action()
H A Demlxs_solaris.c4893 &mb->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_fca_port_manage()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2720 } un_hdr; member