Home
last modified time | relevance | path

Searched refs:pm_cmd_buf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h131 caddr_t pm_cmd_buf; /* cmd buffer */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4302 if (pm->pm_cmd_buf != NULL) { in emlxs_fca_port_manage()
4477 did = *((uint32_t *)pm->pm_cmd_buf); in emlxs_fca_port_manage()
4588 parm_in = (emlxs_parm_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
4650 parm_in = (emlxs_parm_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
4707 req = (emlxs_log_req_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
4963 if ((pm->pm_cmd_buf != NULL) && in emlxs_fca_port_manage()
4965 scope = *(uint32_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
5187 state = *(uint32_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
5283 cmd = (uint32_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
5303 cmd = (uint32_t *)pm->pm_cmd_buf; in emlxs_fca_port_manage()
H A Demlxs_dfc.c877 pm.pm_cmd_buf = fcio->fcio_ibuf; in emlxs_fcio_diag()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4331 d_id.b24 = *cmd->pm_cmd_buf; in ql_port_manage()
4339 d_id.b24 = *cmd->pm_cmd_buf; in ql_port_manage()
4606 lb = (lbp_t *)cmd->pm_cmd_buf; in ql_port_manage()
4760 (uint8_t *)cmd->pm_cmd_buf, in ql_port_manage()
4803 if (cmd->pm_cmd_buf[index] != 0) { in ql_port_manage()
4819 (void *)cmd->pm_cmd_buf, 8) == 0) { in ql_port_manage()
4858 (void *)cmd->pm_cmd_buf, 8) == 0) { in ql_port_manage()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9207 pm.pm_cmd_buf = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP); in fp_fciocmd()
9208 if (ddi_copyin(fcio->fcio_ibuf, pm.pm_cmd_buf, in fp_fciocmd()
9282 if (pm.pm_cmd_buf != NULL) { in fp_fciocmd()
9283 kmem_free(pm.pm_cmd_buf, fcio->fcio_ilen); in fp_fciocmd()