Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h131 caddr_t pm_cmd_buf; /* cmd buffer */ member
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4155 if (pm->pm_cmd_buf != NULL) { in emlxs_port_manage()
4324 did = *((uint32_t *)pm->pm_cmd_buf); in emlxs_port_manage()
4433 parm_in = (emlxs_parm_t *)pm->pm_cmd_buf; in emlxs_port_manage()
4492 parm_in = (emlxs_parm_t *)pm->pm_cmd_buf; in emlxs_port_manage()
4545 req = (emlxs_log_req_t *)pm->pm_cmd_buf; in emlxs_port_manage()
4708 state = *(uint32_t *)pm->pm_cmd_buf; in emlxs_port_manage()
4790 cmd = (uint32_t *)pm->pm_cmd_buf; in emlxs_port_manage()
4808 cmd = (uint32_t *)pm->pm_cmd_buf; in emlxs_port_manage()
H A Demlxs_dfc.c975 pm.pm_cmd_buf = fcio->fcio_ibuf; in emlxs_fcio_manage()
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4050 d_id.b24 = *cmd->pm_cmd_buf; in ql_port_manage()
4058 d_id.b24 = *cmd->pm_cmd_buf; in ql_port_manage()
4367 lb = (lbp_t *)cmd->pm_cmd_buf; in ql_port_manage()
4513 (uint8_t *)cmd->pm_cmd_buf, in ql_port_manage()
4556 if (cmd->pm_cmd_buf[index] != 0) { in ql_port_manage()
4572 (void *)cmd->pm_cmd_buf, 8) == 0) { in ql_port_manage()
4604 (void *)cmd->pm_cmd_buf, 8) == 0) { in ql_port_manage()
/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9203 pm.pm_cmd_buf = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP); in fp_fciocmd()
9204 if (ddi_copyin(fcio->fcio_ibuf, pm.pm_cmd_buf, in fp_fciocmd()
9278 if (pm.pm_cmd_buf != NULL) { in fp_fciocmd()
9279 kmem_free(pm.pm_cmd_buf, fcio->fcio_ilen); in fp_fciocmd()