blob: 6d586006a95efa36c061bb72cc800c66a489edda [file] [log] [blame]
Christopher Ferris05d08e92016-02-04 13:16:38 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _LINUX__HFI1_USER_H
20#define _LINUX__HFI1_USER_H
21#include <linux/types.h>
Christopher Ferris525ce912017-07-26 13:12:53 -070022#include <rdma/rdma_user_ioctl.h>
Christopher Ferris106b3a82016-08-24 12:15:38 -070023#define HFI1_USER_SWMAJOR 6
Christopher Ferris48af7cb2017-02-21 12:35:09 -080024#define HFI1_USER_SWMINOR 3
Christopher Ferris106b3a82016-08-24 12:15:38 -070025#define HFI1_SWMAJOR_SHIFT 16
Christopher Ferris05d08e92016-02-04 13:16:38 -080026#define HFI1_CAP_DMA_RTAIL (1UL << 0)
27#define HFI1_CAP_SDMA (1UL << 1)
Christopher Ferris106b3a82016-08-24 12:15:38 -070028#define HFI1_CAP_SDMA_AHG (1UL << 2)
Christopher Ferris05d08e92016-02-04 13:16:38 -080029#define HFI1_CAP_EXTENDED_PSN (1UL << 3)
30#define HFI1_CAP_HDRSUPP (1UL << 4)
Christopher Ferrisd842e432019-03-07 10:21:59 -080031#define HFI1_CAP_TID_RDMA (1UL << 5)
Christopher Ferris05d08e92016-02-04 13:16:38 -080032#define HFI1_CAP_USE_SDMA_HEAD (1UL << 6)
Christopher Ferris106b3a82016-08-24 12:15:38 -070033#define HFI1_CAP_MULTI_PKT_EGR (1UL << 7)
Christopher Ferris05d08e92016-02-04 13:16:38 -080034#define HFI1_CAP_NODROP_RHQ_FULL (1UL << 8)
35#define HFI1_CAP_NODROP_EGR_FULL (1UL << 9)
36#define HFI1_CAP_TID_UNMAP (1UL << 10)
Christopher Ferris106b3a82016-08-24 12:15:38 -070037#define HFI1_CAP_PRINT_UNIMPL (1UL << 11)
Christopher Ferris05d08e92016-02-04 13:16:38 -080038#define HFI1_CAP_ALLOW_PERM_JKEY (1UL << 12)
39#define HFI1_CAP_NO_INTEGRITY (1UL << 13)
40#define HFI1_CAP_PKEY_CHECK (1UL << 14)
Christopher Ferris106b3a82016-08-24 12:15:38 -070041#define HFI1_CAP_STATIC_RATE_CTRL (1UL << 15)
Christopher Ferrisd842e432019-03-07 10:21:59 -080042#define HFI1_CAP_OPFN (1UL << 16)
Christopher Ferris05d08e92016-02-04 13:16:38 -080043#define HFI1_CAP_SDMA_HEAD_CHECK (1UL << 17)
44#define HFI1_CAP_EARLY_CREDIT_RETURN (1UL << 18)
Christopher Ferris8177cdf2020-08-03 11:53:55 -070045#define HFI1_CAP_AIP (1UL << 19)
Christopher Ferris05d08e92016-02-04 13:16:38 -080046#define HFI1_RCVHDR_ENTSIZE_2 (1UL << 0)
47#define HFI1_RCVHDR_ENTSIZE_16 (1UL << 1)
Christopher Ferris05d08e92016-02-04 13:16:38 -080048#define HFI1_RCVDHR_ENTSIZE_32 (1UL << 2)
Christopher Ferris05d08e92016-02-04 13:16:38 -080049#define _HFI1_EVENT_FROZEN_BIT 0
50#define _HFI1_EVENT_LINKDOWN_BIT 1
51#define _HFI1_EVENT_LID_CHANGE_BIT 2
52#define _HFI1_EVENT_LMC_CHANGE_BIT 3
Christopher Ferris05d08e92016-02-04 13:16:38 -080053#define _HFI1_EVENT_SL2VL_CHANGE_BIT 4
Christopher Ferris106b3a82016-08-24 12:15:38 -070054#define _HFI1_EVENT_TID_MMU_NOTIFY_BIT 5
55#define _HFI1_MAX_EVENT_BIT _HFI1_EVENT_TID_MMU_NOTIFY_BIT
Christopher Ferris05d08e92016-02-04 13:16:38 -080056#define HFI1_EVENT_FROZEN (1UL << _HFI1_EVENT_FROZEN_BIT)
Christopher Ferris106b3a82016-08-24 12:15:38 -070057#define HFI1_EVENT_LINKDOWN (1UL << _HFI1_EVENT_LINKDOWN_BIT)
Christopher Ferris106b3a82016-08-24 12:15:38 -070058#define HFI1_EVENT_LID_CHANGE (1UL << _HFI1_EVENT_LID_CHANGE_BIT)
59#define HFI1_EVENT_LMC_CHANGE (1UL << _HFI1_EVENT_LMC_CHANGE_BIT)
60#define HFI1_EVENT_SL2VL_CHANGE (1UL << _HFI1_EVENT_SL2VL_CHANGE_BIT)
61#define HFI1_EVENT_TID_MMU_NOTIFY (1UL << _HFI1_EVENT_TID_MMU_NOTIFY_BIT)
Christopher Ferris05d08e92016-02-04 13:16:38 -080062#define HFI1_STATUS_INITTED 0x1
Christopher Ferris05d08e92016-02-04 13:16:38 -080063#define HFI1_STATUS_CHIP_PRESENT 0x20
64#define HFI1_STATUS_IB_READY 0x40
65#define HFI1_STATUS_IB_CONF 0x80
Christopher Ferris106b3a82016-08-24 12:15:38 -070066#define HFI1_STATUS_HWERROR 0x200
Christopher Ferris05d08e92016-02-04 13:16:38 -080067#define HFI1_MAX_SHARED_CTXTS 8
68#define HFI1_POLL_TYPE_ANYRCV 0x0
69#define HFI1_POLL_TYPE_URGENT 0x1
Christopher Ferris05d08e92016-02-04 13:16:38 -080070enum hfi1_sdma_comp_state {
71 FREE = 0,
72 QUEUED,
73 COMPLETE,
Christopher Ferris05d08e92016-02-04 13:16:38 -080074 ERROR
75};
76struct hfi1_sdma_comp_entry {
77 __u32 status;
Christopher Ferris05d08e92016-02-04 13:16:38 -080078 __u32 errcode;
79};
80struct hfi1_status {
Christopher Ferris76a1d452018-06-27 14:12:29 -070081 __aligned_u64 dev;
82 __aligned_u64 port;
Christopher Ferris7447a1c2022-10-04 18:24:44 -070083 char freezemsg[];
Christopher Ferris05d08e92016-02-04 13:16:38 -080084};
Christopher Ferris05d08e92016-02-04 13:16:38 -080085enum sdma_req_opcode {
Christopher Ferris05d08e92016-02-04 13:16:38 -080086 EXPECTED = 0,
87 EAGER
88};
89#define HFI1_SDMA_REQ_VERSION_MASK 0xF
Christopher Ferris05d08e92016-02-04 13:16:38 -080090#define HFI1_SDMA_REQ_VERSION_SHIFT 0x0
91#define HFI1_SDMA_REQ_OPCODE_MASK 0xF
92#define HFI1_SDMA_REQ_OPCODE_SHIFT 0x4
93#define HFI1_SDMA_REQ_IOVCNT_MASK 0xFF
Christopher Ferris05d08e92016-02-04 13:16:38 -080094#define HFI1_SDMA_REQ_IOVCNT_SHIFT 0x8
95struct sdma_req_info {
96 __u16 ctrl;
97 __u16 npkts;
Christopher Ferris05d08e92016-02-04 13:16:38 -080098 __u16 fragsize;
99 __u16 comp_idx;
Christopher Ferris76a1d452018-06-27 14:12:29 -0700100} __attribute__((__packed__));
Christopher Ferris05d08e92016-02-04 13:16:38 -0800101struct hfi1_kdeth_header {
Christopher Ferris05d08e92016-02-04 13:16:38 -0800102 __le32 ver_tid_offset;
103 __le16 jkey;
104 __le16 hcrc;
105 __le32 swdata[7];
Christopher Ferris76a1d452018-06-27 14:12:29 -0700106} __attribute__((__packed__));
Christopher Ferris05d08e92016-02-04 13:16:38 -0800107struct hfi1_pkt_header {
108 __le16 pbc[4];
109 __be16 lrh[4];
Christopher Ferris05d08e92016-02-04 13:16:38 -0800110 __be32 bth[3];
111 struct hfi1_kdeth_header kdeth;
Christopher Ferris76a1d452018-06-27 14:12:29 -0700112} __attribute__((__packed__));
Christopher Ferris05d08e92016-02-04 13:16:38 -0800113enum hfi1_ureg {
Christopher Ferris05d08e92016-02-04 13:16:38 -0800114 ur_rcvhdrtail = 0,
115 ur_rcvhdrhead = 1,
116 ur_rcvegrindextail = 2,
117 ur_rcvegrindexhead = 3,
Christopher Ferris05d08e92016-02-04 13:16:38 -0800118 ur_rcvegroffsettail = 4,
119 ur_maxreg,
120 ur_rcvtidflowtable = 256
121};
Christopher Ferris05d08e92016-02-04 13:16:38 -0800122#endif