Home
last modified time | relevance | path

Searched refs:cmd_code (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c380 uint32_t cmd_code; in emlxs_els_handle_unsol_req() local
391 emlxs_elscmd_xlate(cmd_code), in emlxs_els_handle_unsol_req()
400 switch (cmd_code) { in emlxs_els_handle_unsol_req()
445 emlxs_elscmd_xlate(cmd_code), in emlxs_els_handle_unsol_req()
456 emlxs_elscmd_xlate(cmd_code), in emlxs_els_handle_unsol_req()
468 emlxs_elscmd_xlate(cmd_code), in emlxs_els_handle_unsol_req()
502 emlxs_elscmd_xlate(cmd_code), in emlxs_els_handle_unsol_req()
2828 uint32_t cmd_code = 0; in emlxs_menlo_handle_event() local
2867 cmd_code = BE_SWAP32(cmd->code); in emlxs_menlo_handle_event()
2958 uint32_t cmd_code = 0; in emlxs_ct_handle_event() local
[all …]
H A Demlxs_fct.c765 uint32_t cmd_code; in emlxs_fct_unsol_flush() local
802 emlxs_elscmd_xlate(cmd_code), in emlxs_fct_unsol_flush()
812 emlxs_elscmd_xlate(cmd_code), in emlxs_fct_unsol_flush()
3171 uint32_t cmd_code; in emlxs_fct_handle_unsol_els() local
3191 emlxs_elscmd_xlate(cmd_code), sid); in emlxs_fct_handle_unsol_els()
3195 switch (cmd_code) { in emlxs_fct_handle_unsol_els()
3200 emlxs_elscmd_xlate(cmd_code), sid); in emlxs_fct_handle_unsol_els()
3218 emlxs_elscmd_xlate(cmd_code), sid); in emlxs_fct_handle_unsol_els()
3232 switch (cmd_code) { in emlxs_fct_handle_unsol_els()
3293 emlxs_elscmd_xlate(cmd_code), sid); in emlxs_fct_handle_unsol_els()
[all …]
H A Demlxs_dfc.c6009 uint32_t cmd_code; in emlxs_send_menlo_cmd() local
6017 cmd_code = *(uint32_t *)cmd_buf; in emlxs_send_menlo_cmd()
6018 cmd_code = BE_SWAP32(cmd_code); in emlxs_send_menlo_cmd()
6021 if (cmd_code & 0x80000000) { in emlxs_send_menlo_cmd()
6039 switch (cmd_code) { in emlxs_send_menlo_cmd()
6124 "Invalid command. cmd=%x", cmd_code); in emlxs_send_menlo_cmd()
6193 if (cmd_code == MENLO_CMD_FW_DOWNLOAD) { in emlxs_send_menlo_cmd()
6281 if (cmd_code == MENLO_CMD_FW_DOWNLOAD) { in emlxs_send_menlo_cmd()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c84 uint32_t cmd_code);
1605 pcishpc_issue_command(pcie_hp_ctrl_t *ctrl_p, uint32_t cmd_code) in pcishpc_issue_command() argument
1611 PCIE_DBG("pcishpc_issue_command() cmd_code=%02x\n", cmd_code); in pcishpc_issue_command()
1636 cmd_code); in pcishpc_issue_command()
1639 "cmd_code=%02x\n", cmd_code); in pcishpc_issue_command()
1839 uint32_t reg, cmd_code; in pcishpc_set_slot_state() local
1848 cmd_code = ((1 + slot_p->hs_num) << 8); in pcishpc_set_slot_state()
1856 cmd_code |= pcishpc_slot_hpc_to_shpc(new_slot_state); in pcishpc_set_slot_state()
1864 cmd_code |= in pcishpc_set_slot_state()
1873 cmd_code |= in pcishpc_set_slot_state()
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c29 int cmd_code; /* internal code, see below */ member
337 switch (c->cmd_code)
H A Dsrvrsmtp.c232 int cmd_code; /* internal code, see below */ member
1539 switch (c->cmd_code)
1576 switch (c->cmd_code)
1622 switch (c->cmd_code)
2041 if (c->cmd_code == CMDEHLO)
2210 if (c->cmd_code != CMDEHLO)
2905 vrfy = c->cmd_code == CMDVRFY;
3300 syserr("500 5.5.0 smtp: unknown code %d", c->cmd_code);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h356 uint16_t cmd_code, job_request_t *job, int polled, int sleep);
427 fctl_ns_req_t *ns_cmd, uint16_t cmd_code, caddr_t cmd_buf,
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h207 uint16_t cmd_code; member
H A Dzyd_usb.c689 cmd.cmd_code = LE_16(code); in zyd_usb_cmd_send()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c5386 switch (cmd_code) { in fp_ns_reg()
5396 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg()
5400 rxn.rxn_xname = ((cmd_code == NS_RPN_ID) ? in fp_ns_reg()
5404 if (cmd_code == NS_RPN_ID) { in fp_ns_reg()
5437 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg()
5465 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg()
5511 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg()
5550 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg()
5577 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg()
5621 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg()
[all …]