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

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

Completed in 203 milliseconds