Searched refs:pm_cmd_len (Results 1 – 5 of 5) sorted by relevance
130 size_t pm_cmd_len; /* cmd buffer length */ member
4459 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()
875 pm.pm_cmd_len = fcio->fcio_ilen; in emlxs_fcio_diag()
4407 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()
9202 if ((pm.pm_cmd_len = fcio->fcio_ilen) > 0) { in fp_fciocmd()