Searched refs:pm_cmd_len (Results 1 – 5 of 5) sorted by relevance
130 size_t pm_cmd_len; /* cmd buffer length */ member
4472 if (pm->pm_cmd_len != sizeof (uint32_t)) { in emlxs_fca_port_manage()4568 if (pm->pm_cmd_len < sizeof (emlxs_parm_t)) { in emlxs_fca_port_manage()4631 if (pm->pm_cmd_len < sizeof (emlxs_parm_t)) { in emlxs_fca_port_manage()4701 if (pm->pm_cmd_len < sizeof (emlxs_log_req_t)) { in emlxs_fca_port_manage()4964 (pm->pm_cmd_len == sizeof (uint32_t))) { in emlxs_fca_port_manage()5179 if (pm->pm_cmd_len < sizeof (uint32_t)) { in emlxs_fca_port_manage()5273 if (pm->pm_cmd_len < sizeof (uint32_t)) { in emlxs_fca_port_manage()5286 (pm->pm_cmd_len/sizeof (uint32_t)) - 1, &cmd[1]); in emlxs_fca_port_manage()
876 pm.pm_cmd_len = fcio->fcio_ilen; in emlxs_fcio_diag()
4669 if ((cmd->pm_cmd_len > QL_ECHO_CMD_LENGTH) || in ql_port_manage()4673 cmd->pm_cmd_len, cmd->pm_stat_len); in ql_port_manage()4687 if (cmd->pm_cmd_len > cmd->pm_stat_len) { in ql_port_manage()4690 cmd->pm_cmd_len, cmd->pm_stat_len); in ql_port_manage()4695 echo.transfer_count = (uint32_t)(cmd->pm_cmd_len + 4); in ql_port_manage()4761 (uint8_t *)buffer_xmt.bp + 4, cmd->pm_cmd_len, in ql_port_manage()4801 for (index = 0; index < 8 && index < cmd->pm_cmd_len; in ql_port_manage()4809 if (index < 8 && cmd->pm_cmd_len >= 8) { in ql_port_manage()4849 if (cmd->pm_cmd_len >= 8) { in ql_port_manage()4878 "clen=%lxh\n", cmd->pm_cmd_len); in ql_port_manage()
9206 if ((pm.pm_cmd_len = fcio->fcio_ilen) > 0) { in fp_fciocmd()