!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-4.15.0-213/include/linux/   drwxr-xr-x
Free 9.75 GB of 61.93 GB (15.75%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     nvme-rdma.h (2.44 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Copyright (c) 2015 Mellanox Technologies. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 */

#ifndef _LINUX_NVME_RDMA_H
#define _LINUX_NVME_RDMA_H

enum nvme_rdma_cm_fmt {
    NVME_RDMA_CM_FMT_1_0 = 0x0,
};

enum nvme_rdma_cm_status {
    NVME_RDMA_CM_INVALID_LEN    = 0x01,
    NVME_RDMA_CM_INVALID_RECFMT    = 0x02,
    NVME_RDMA_CM_INVALID_QID    = 0x03,
    NVME_RDMA_CM_INVALID_HSQSIZE    = 0x04,
    NVME_RDMA_CM_INVALID_HRQSIZE    = 0x05,
    NVME_RDMA_CM_NO_RSC        = 0x06,
    NVME_RDMA_CM_INVALID_IRD    = 0x07,
    NVME_RDMA_CM_INVALID_ORD    = 0x08,
};

static inline const char *nvme_rdma_cm_msg(enum nvme_rdma_cm_status status)
{
    switch (status) {
    case NVME_RDMA_CM_INVALID_LEN:
        return "invalid length";
    case NVME_RDMA_CM_INVALID_RECFMT:
        return "invalid record format";
    case NVME_RDMA_CM_INVALID_QID:
        return "invalid queue ID";
    case NVME_RDMA_CM_INVALID_HSQSIZE:
        return "invalid host SQ size";
    case NVME_RDMA_CM_INVALID_HRQSIZE:
        return "invalid host RQ size";
    case NVME_RDMA_CM_NO_RSC:
        return "resource not found";
    case NVME_RDMA_CM_INVALID_IRD:
        return "invalid IRD";
    case NVME_RDMA_CM_INVALID_ORD:
        return "Invalid ORD";
    default:
        return "unrecognized reason";
    }
}

/**
 * struct nvme_rdma_cm_req - rdma connect request
 *
 * @recfmt:        format of the RDMA Private Data
 * @qid:           queue Identifier for the Admin or I/O Queue
 * @hrqsize:       host receive queue size to be created
 * @hsqsize:       host send queue size to be created
 */
struct nvme_rdma_cm_req {
    __le16        recfmt;
    __le16        qid;
    __le16        hrqsize;
    __le16        hsqsize;
    u8        rsvd[24];
};

/**
 * struct nvme_rdma_cm_rep - rdma connect reply
 *
 * @recfmt:        format of the RDMA Private Data
 * @crqsize:       controller receive queue size
 */
struct nvme_rdma_cm_rep {
    __le16        recfmt;
    __le16        crqsize;
    u8        rsvd[28];
};

/**
 * struct nvme_rdma_cm_rej - rdma connect reject
 *
 * @recfmt:        format of the RDMA Private Data
 * @fsts:          error status for the associated connect request
 */
struct nvme_rdma_cm_rej {
    __le16        recfmt;
    __le16        sts;
};

#endif /* _LINUX_NVME_RDMA_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.2887 ]--