Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h130 size_t pm_cmd_len; /* cmd buffer length */ member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4459 if (pm->pm_cmd_len != sizeof (uint32_t)) { in emlxs_fca_port_manage()
4555 if (pm->pm_cmd_len < sizeof (emlxs_parm_t)) { in emlxs_fca_port_manage()
4618 if (pm->pm_cmd_len < sizeof (emlxs_parm_t)) { in emlxs_fca_port_manage()
4688 if (pm->pm_cmd_len < sizeof (emlxs_log_req_t)) { in emlxs_fca_port_manage()
4951 (pm->pm_cmd_len == sizeof (uint32_t))) { in emlxs_fca_port_manage()
5166 if (pm->pm_cmd_len < sizeof (uint32_t)) { in emlxs_fca_port_manage()
5260 if (pm->pm_cmd_len < sizeof (uint32_t)) { in emlxs_fca_port_manage()
5273 (pm->pm_cmd_len/sizeof (uint32_t)) - 1, &cmd[1]); in emlxs_fca_port_manage()
H A Demlxs_dfc.c875 pm.pm_cmd_len = fcio->fcio_ilen; in emlxs_fcio_diag()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4407 if ((cmd->pm_cmd_len > QL_ECHO_CMD_LENGTH) || in ql_port_manage()
4411 cmd->pm_cmd_len, cmd->pm_stat_len); in ql_port_manage()
4425 if (cmd->pm_cmd_len > cmd->pm_stat_len) { in ql_port_manage()
4428 cmd->pm_cmd_len, cmd->pm_stat_len); in ql_port_manage()
4433 echo.transfer_count = (uint32_t)(cmd->pm_cmd_len + 4); in ql_port_manage()
4499 (uint8_t *)buffer_xmt.bp + 4, cmd->pm_cmd_len, in ql_port_manage()
4539 for (index = 0; index < 8 && index < cmd->pm_cmd_len; in ql_port_manage()
4547 if (index < 8 && cmd->pm_cmd_len >= 8) { in ql_port_manage()
4580 if (cmd->pm_cmd_len >= 8) { in ql_port_manage()
4609 "clen=%lxh\n", cmd->pm_cmd_len); in ql_port_manage()
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9202 if ((pm.pm_cmd_len = fcio->fcio_ilen) > 0) { in fp_fciocmd()