/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_els.c | 380 uint32_t cmd_code; in emlxs_els_handle_unsol_req() local 386 cmd_code = *((uint32_t *)mp->virt) & ELS_CMD_MASK; in emlxs_els_handle_unsol_req() 391 emlxs_elscmd_xlate(cmd_code), in emlxs_els_handle_unsol_req() 395 cmd_code, LSRJT_LOGICAL_BSY, LSEXP_OUT_OF_RESOURCE); 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() 505 (void) emlxs_els_reply(port, iocbq, ELS_CMD_LS_RJT, cmd_code, in emlxs_els_handle_unsol_req() [all …]
|
H A D | emlxs_fct.c | 762 uint32_t cmd_code; local 791 cmd_code = (fct_cmd->cmd_oxid << ELS_CMD_SHIFT); 799 emlxs_elscmd_xlate(cmd_code), 809 emlxs_elscmd_xlate(cmd_code), 3157 uint32_t cmd_code; local 3169 cmd_code = (*(uint32_t *)bp) & ELS_CMD_MASK; 3177 emlxs_elscmd_xlate(cmd_code), sid); 3181 switch (cmd_code) { 3186 emlxs_elscmd_xlate(cmd_code), sid); 3193 emlxs_elscmd_xlate(cmd_code), sid); [all …]
|
H A D | emlxs_dfc.c | 5952 uint32_t cmd_code; in emlxs_send_menlo_cmd() local 5960 cmd_code = *(uint32_t *)cmd_buf; in emlxs_send_menlo_cmd() 5961 cmd_code = BE_SWAP32(cmd_code); in emlxs_send_menlo_cmd() 5964 if (cmd_code & 0x80000000) { in emlxs_send_menlo_cmd() 5982 switch (cmd_code) { in emlxs_send_menlo_cmd() 6067 "Invalid command. cmd=%x", cmd_code); in emlxs_send_menlo_cmd() 6136 if (cmd_code == MENLO_CMD_FW_DOWNLOAD) { in emlxs_send_menlo_cmd() 6224 if (cmd_code == MENLO_CMD_FW_DOWNLOAD) { in emlxs_send_menlo_cmd()
|
/titanic_50/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcishpc.c | 83 uint32_t cmd_code); 1601 pcishpc_issue_command(pcie_hp_ctrl_t *ctrl_p, uint32_t cmd_code) in pcishpc_issue_command() argument 1607 PCIE_DBG("pcishpc_issue_command() cmd_code=%02x\n", cmd_code); in pcishpc_issue_command() 1612 pcishpc_write_reg(ctrl_p, PCI_HP_COMMAND_STATUS_REG, cmd_code); in pcishpc_issue_command() 1632 cmd_code); in pcishpc_issue_command() 1635 "cmd_code=%02x\n", cmd_code); in pcishpc_issue_command() 1835 uint32_t reg, cmd_code; in pcishpc_set_slot_state() local 1844 cmd_code = ((1 + slot_p->hs_num) << 8); in pcishpc_set_slot_state() 1852 cmd_code |= pcishpc_slot_hpc_to_shpc(new_slot_state); in pcishpc_set_slot_state() 1860 cmd_code |= in pcishpc_set_slot_state() [all …]
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | control.c | 31 int cmd_code; /* internal code, see below */ member 339 switch (c->cmd_code)
|
H A D | srvrsmtp.c | 232 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);
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fp.h | 352 uint16_t cmd_code, job_request_t *job, int polled, int sleep); 423 fctl_ns_req_t *ns_cmd, uint16_t cmd_code, caddr_t cmd_buf,
|
/titanic_50/usr/src/uts/common/io/zyd/ |
H A D | zyd.h | 207 uint16_t cmd_code; member
|
H A D | zyd_usb.c | 689 cmd.cmd_code = LE_16(code); in zyd_usb_cmd_send()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 5363 fp_ns_reg(fc_local_port_t *port, fc_remote_port_t *pd, uint16_t cmd_code, in fp_ns_reg() argument 5385 switch (cmd_code) { in fp_ns_reg() 5395 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg() 5399 rxn.rxn_xname = ((cmd_code == NS_RPN_ID) ? in fp_ns_reg() 5403 if (cmd_code == NS_RPN_ID) { in fp_ns_reg() 5436 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg() 5464 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg() 5510 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg() 5549 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg() 5576 fp_ct_init(port, cmd, NULL, cmd_code, NULL, 0, 0, job); in fp_ns_reg() [all …]
|