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 in struct:fc_fca_pm
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4292 if (pm->pm_cmd_buf != NULL) {
4464 did = *((uint32_t *)pm->pm_cmd_buf);
4575 parm_in = (emlxs_parm_t *)pm->pm_cmd_buf;
4637 parm_in = (emlxs_parm_t *)pm->pm_cmd_buf;
4694 req = (emlxs_log_req_t *)pm->pm_cmd_buf;
4950 if ((pm->pm_cmd_buf != NULL) &&
4952 scope = *(uint32_t *)pm->pm_cmd_buf;
5174 state = *(uint32_t *)pm->pm_cmd_buf;
5270 cmd = (uint32_t *)pm->pm_cmd_buf;
5290 cmd = (uint32_t *)pm->pm_cmd_buf;
[all...]
H A Demlxs_dfc.c876 pm.pm_cmd_buf = fcio->fcio_ibuf;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4035 d_id.b24 = *cmd->pm_cmd_buf;
4043 d_id.b24 = *cmd->pm_cmd_buf;
4352 lb = (lbp_t *)cmd->pm_cmd_buf;
4498 (uint8_t *)cmd->pm_cmd_buf,
4541 if (cmd->pm_cmd_buf[index] != 0) {
4557 (void *)cmd->pm_cmd_buf, 8) == 0) {
4589 (void *)cmd->pm_cmd_buf, 8) == 0) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9203 pm.pm_cmd_buf = kmem_zalloc(fcio->fcio_ilen, KM_SLEEP);
9204 if (ddi_copyin(fcio->fcio_ibuf, pm.pm_cmd_buf,
9278 if (pm.pm_cmd_buf != NULL) {
9279 kmem_free(pm.pm_cmd_buf, fcio->fcio_ilen);

Completed in 120 milliseconds