Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c230 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_mb_resetport()
232 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_RESET; in emlxs_mb_resetport()
233 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_mb_resetport()
234 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length = 0; in emlxs_mb_resetport()
287 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_mb_noop()
289 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_NOP; in emlxs_mb_noop()
290 mb4->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_mb_noop()
291 mb4->un.varSLIConfig.be.un_hdr.hdr_req.req_length = in emlxs_mb_noop()
365 mb4->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_mb_eq_create()
367 mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode = COMMON_OPCODE_EQ_CREATE; in emlxs_mb_eq_create()
[all …]
H A Demlxs_sli4.c3535 iptr = (uint32_t *)&mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_sli4_issue_mq()
3615 iptr = (uint32_t *)&mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_sli4_issue_bootstrap()
3755 &mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_sli4_issue_mbox_cmd()
3846 (mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode == in emlxs_sli4_issue_mbox_cmd()
3897 (mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode == in emlxs_sli4_issue_mbox_cmd()
8624 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_sli4_post_sgl_pages()
8626 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_sli4_post_sgl_pages()
8628 mb->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_sli4_post_sgl_pages()
8629 mb->un.varSLIConfig.be.un_hdr.hdr_req.req_length = size; in emlxs_sli4_post_sgl_pages()
8716 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_sli4_post_hdr_tmplates()
[all …]
H A Demlxs_dfc.c10614 &mb4->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_dfc_send_mbox4()
11000 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_dfc_set_be_dcbx()
11002 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_dfc_set_be_dcbx()
11004 mb->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_dfc_set_be_dcbx()
11005 mb->un.varSLIConfig.be.un_hdr.hdr_req.req_length = in emlxs_dfc_set_be_dcbx()
11056 mb->un.varSLIConfig.be.un_hdr.hdr_req.subsystem = in emlxs_dfc_get_be_dcbx()
11058 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_dfc_get_be_dcbx()
11060 mb->un.varSLIConfig.be.un_hdr.hdr_req.timeout = 0; in emlxs_dfc_get_be_dcbx()
11061 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.c4906 &mb->un.varSLIConfig.be.un_hdr.hdr_req; in emlxs_fca_port_manage()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2803 } un_hdr; member