Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2009-2010 Chelsio, Inc. All rights reserved. |
| 3 | * |
| 4 | * This software is available to you under a choice of one of two |
| 5 | * licenses. You may choose to be licensed under the terms of the GNU |
| 6 | * General Public License (GPL) Version 2, available from the file |
| 7 | * COPYING in the main directory of this source tree, or the |
| 8 | * OpenIB.org BSD license below: |
| 9 | * |
| 10 | * Redistribution and use in source and binary forms, with or |
| 11 | * without modification, are permitted provided that the following |
| 12 | * conditions are met: |
| 13 | * |
| 14 | * - Redistributions of source code must retain the above |
| 15 | * copyright notice, this list of conditions and the following |
| 16 | * disclaimer. |
| 17 | * - Redistributions in binary form must reproduce the above |
| 18 | * copyright notice, this list of conditions and the following |
| 19 | * disclaimer in the documentation and/or other materials |
| 20 | * provided with the distribution. |
| 21 | * |
| 22 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 23 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 24 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 25 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 26 | * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 27 | * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 28 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 29 | * SOFTWARE. |
| 30 | */ |
| 31 | #ifndef __T4_H__ |
| 32 | #define __T4_H__ |
| 33 | |
| 34 | #include "t4_hw.h" |
| 35 | #include "t4_regs.h" |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 36 | #include "t4_values.h" |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 37 | #include "t4_msg.h" |
Raju Rangoju | 11a27e2 | 2019-02-06 22:54:43 +0530 | [diff] [blame] | 38 | #include "t4_tcb.h" |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 39 | #include "t4fw_ri_api.h" |
| 40 | |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 41 | #define T4_MAX_NUM_PD 65536 |
Steve Wise | a2de149 | 2013-08-06 21:04:39 +0530 | [diff] [blame] | 42 | #define T4_MAX_MR_SIZE (~0ULL) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 43 | #define T4_PAGESIZE_MASK 0xffff000 /* 4KB-128MB */ |
| 44 | #define T4_STAG_UNSET 0xffffffff |
| 45 | #define T4_FW_MAJ 0 |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 46 | #define PCIE_MA_SYNC_A 0x30b4 |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 47 | |
| 48 | struct t4_status_page { |
| 49 | __be32 rsvd1; /* flit 0 - hw owns */ |
| 50 | __be16 rsvd2; |
| 51 | __be16 qid; |
| 52 | __be16 cidx; |
| 53 | __be16 pidx; |
| 54 | u8 qp_err; /* flit 1 - sw owns */ |
| 55 | u8 db_off; |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 56 | u8 pad[2]; |
Vipul Pandya | 422eea0 | 2012-05-18 15:29:30 +0530 | [diff] [blame] | 57 | u16 host_wq_pidx; |
| 58 | u16 host_cidx; |
| 59 | u16 host_pidx; |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 60 | u16 pad2; |
| 61 | u32 srqidx; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 62 | }; |
| 63 | |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 64 | #define T4_RQT_ENTRY_SHIFT 6 |
| 65 | #define T4_RQT_ENTRY_SIZE BIT(T4_RQT_ENTRY_SHIFT) |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 66 | #define T4_EQ_ENTRY_SIZE 64 |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 67 | |
Steve Wise | 40dbf6e | 2010-09-17 15:40:15 -0500 | [diff] [blame] | 68 | #define T4_SQ_NUM_SLOTS 5 |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 69 | #define T4_SQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_SQ_NUM_SLOTS) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 70 | #define T4_MAX_SEND_SGE ((T4_SQ_NUM_BYTES - sizeof(struct fw_ri_send_wr) - \ |
| 71 | sizeof(struct fw_ri_isgl)) / sizeof(struct fw_ri_sge)) |
| 72 | #define T4_MAX_SEND_INLINE ((T4_SQ_NUM_BYTES - sizeof(struct fw_ri_send_wr) - \ |
| 73 | sizeof(struct fw_ri_immd))) |
| 74 | #define T4_MAX_WRITE_INLINE ((T4_SQ_NUM_BYTES - \ |
| 75 | sizeof(struct fw_ri_rdma_write_wr) - \ |
| 76 | sizeof(struct fw_ri_immd))) |
| 77 | #define T4_MAX_WRITE_SGE ((T4_SQ_NUM_BYTES - \ |
| 78 | sizeof(struct fw_ri_rdma_write_wr) - \ |
| 79 | sizeof(struct fw_ri_isgl)) / sizeof(struct fw_ri_sge)) |
| 80 | #define T4_MAX_FR_IMMD ((T4_SQ_NUM_BYTES - sizeof(struct fw_ri_fr_nsmr_wr) - \ |
Steve Wise | 40dbf6e | 2010-09-17 15:40:15 -0500 | [diff] [blame] | 81 | sizeof(struct fw_ri_immd)) & ~31UL) |
Steve Wise | a03d9f9 | 2014-04-09 09:38:27 -0500 | [diff] [blame] | 82 | #define T4_MAX_FR_IMMD_DEPTH (T4_MAX_FR_IMMD / sizeof(u64)) |
| 83 | #define T4_MAX_FR_DSGL 1024 |
| 84 | #define T4_MAX_FR_DSGL_DEPTH (T4_MAX_FR_DSGL / sizeof(u64)) |
| 85 | |
| 86 | static inline int t4_max_fr_depth(int use_dsgl) |
| 87 | { |
| 88 | return use_dsgl ? T4_MAX_FR_DSGL_DEPTH : T4_MAX_FR_IMMD_DEPTH; |
| 89 | } |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 90 | |
| 91 | #define T4_RQ_NUM_SLOTS 2 |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 92 | #define T4_RQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_RQ_NUM_SLOTS) |
Steve Wise | f64b884 | 2010-05-20 16:58:05 -0500 | [diff] [blame] | 93 | #define T4_MAX_RECV_SGE 4 |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 94 | |
Potnuri Bharat Teja | 94245f4 | 2018-08-02 11:33:04 +0530 | [diff] [blame] | 95 | #define T4_WRITE_CMPL_MAX_SGL 4 |
| 96 | #define T4_WRITE_CMPL_MAX_CQE 16 |
| 97 | |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 98 | union t4_wr { |
| 99 | struct fw_ri_res_wr res; |
| 100 | struct fw_ri_wr ri; |
| 101 | struct fw_ri_rdma_write_wr write; |
| 102 | struct fw_ri_send_wr send; |
| 103 | struct fw_ri_rdma_read_wr read; |
| 104 | struct fw_ri_bind_mw_wr bind; |
| 105 | struct fw_ri_fr_nsmr_wr fr; |
Steve Wise | 49b53a9 | 2016-09-16 07:54:52 -0700 | [diff] [blame] | 106 | struct fw_ri_fr_nsmr_tpte_wr fr_tpte; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 107 | struct fw_ri_inv_lstag_wr inv; |
Potnuri Bharat Teja | 94245f4 | 2018-08-02 11:33:04 +0530 | [diff] [blame] | 108 | struct fw_ri_rdma_write_cmpl_wr write_cmpl; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 109 | struct t4_status_page status; |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 110 | __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS]; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 111 | }; |
| 112 | |
| 113 | union t4_recv_wr { |
| 114 | struct fw_ri_recv_wr recv; |
| 115 | struct t4_status_page status; |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 116 | __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS]; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 117 | }; |
| 118 | |
| 119 | static inline void init_wr_hdr(union t4_wr *wqe, u16 wrid, |
| 120 | enum fw_wr_opcodes opcode, u8 flags, u8 len16) |
| 121 | { |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 122 | wqe->send.opcode = (u8)opcode; |
| 123 | wqe->send.flags = flags; |
| 124 | wqe->send.wrid = wrid; |
| 125 | wqe->send.r1[0] = 0; |
| 126 | wqe->send.r1[1] = 0; |
| 127 | wqe->send.r1[2] = 0; |
| 128 | wqe->send.len16 = len16; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 129 | } |
| 130 | |
| 131 | /* CQE/AE status codes */ |
| 132 | #define T4_ERR_SUCCESS 0x0 |
| 133 | #define T4_ERR_STAG 0x1 /* STAG invalid: either the */ |
| 134 | /* STAG is offlimt, being 0, */ |
| 135 | /* or STAG_key mismatch */ |
| 136 | #define T4_ERR_PDID 0x2 /* PDID mismatch */ |
| 137 | #define T4_ERR_QPID 0x3 /* QPID mismatch */ |
| 138 | #define T4_ERR_ACCESS 0x4 /* Invalid access right */ |
| 139 | #define T4_ERR_WRAP 0x5 /* Wrap error */ |
| 140 | #define T4_ERR_BOUND 0x6 /* base and bounds voilation */ |
| 141 | #define T4_ERR_INVALIDATE_SHARED_MR 0x7 /* attempt to invalidate a */ |
| 142 | /* shared memory region */ |
| 143 | #define T4_ERR_INVALIDATE_MR_WITH_MW_BOUND 0x8 /* attempt to invalidate a */ |
| 144 | /* shared memory region */ |
| 145 | #define T4_ERR_ECC 0x9 /* ECC error detected */ |
| 146 | #define T4_ERR_ECC_PSTAG 0xA /* ECC error detected when */ |
| 147 | /* reading PSTAG for a MW */ |
| 148 | /* Invalidate */ |
| 149 | #define T4_ERR_PBL_ADDR_BOUND 0xB /* pbl addr out of bounds: */ |
| 150 | /* software error */ |
| 151 | #define T4_ERR_SWFLUSH 0xC /* SW FLUSHED */ |
| 152 | #define T4_ERR_CRC 0x10 /* CRC error */ |
| 153 | #define T4_ERR_MARKER 0x11 /* Marker error */ |
| 154 | #define T4_ERR_PDU_LEN_ERR 0x12 /* invalid PDU length */ |
| 155 | #define T4_ERR_OUT_OF_RQE 0x13 /* out of RQE */ |
| 156 | #define T4_ERR_DDP_VERSION 0x14 /* wrong DDP version */ |
| 157 | #define T4_ERR_RDMA_VERSION 0x15 /* wrong RDMA version */ |
| 158 | #define T4_ERR_OPCODE 0x16 /* invalid rdma opcode */ |
| 159 | #define T4_ERR_DDP_QUEUE_NUM 0x17 /* invalid ddp queue number */ |
| 160 | #define T4_ERR_MSN 0x18 /* MSN error */ |
| 161 | #define T4_ERR_TBIT 0x19 /* tag bit not set correctly */ |
| 162 | #define T4_ERR_MO 0x1A /* MO not 0 for TERMINATE */ |
| 163 | /* or READ_REQ */ |
| 164 | #define T4_ERR_MSN_GAP 0x1B |
| 165 | #define T4_ERR_MSN_RANGE 0x1C |
| 166 | #define T4_ERR_IRD_OVERFLOW 0x1D |
| 167 | #define T4_ERR_RQE_ADDR_BOUND 0x1E /* RQE addr out of bounds: */ |
| 168 | /* software error */ |
| 169 | #define T4_ERR_INTERNAL_ERR 0x1F /* internal error (opcode */ |
| 170 | /* mismatch) */ |
| 171 | /* |
| 172 | * CQE defs |
| 173 | */ |
| 174 | struct t4_cqe { |
| 175 | __be32 header; |
| 176 | __be32 len; |
| 177 | union { |
| 178 | struct { |
| 179 | __be32 stag; |
| 180 | __be32 msn; |
| 181 | } rcqe; |
| 182 | struct { |
Leon Romanovsky | 35fb2a88 | 2017-10-25 07:41:11 +0300 | [diff] [blame] | 183 | __be32 stag; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 184 | u16 nada2; |
| 185 | u16 cidx; |
| 186 | } scqe; |
| 187 | struct { |
| 188 | __be32 wrid_hi; |
| 189 | __be32 wrid_low; |
| 190 | } gen; |
Raju Rangoju | 65ca8d9 | 2018-07-05 18:26:01 +0530 | [diff] [blame] | 191 | struct { |
| 192 | __be32 stag; |
| 193 | __be32 msn; |
| 194 | __be32 reserved; |
| 195 | __be32 abs_rqe_idx; |
| 196 | } srcqe; |
| 197 | struct { |
Potnuri Bharat Teja | b9855f4 | 2018-08-02 11:33:03 +0530 | [diff] [blame] | 198 | __be32 mo; |
| 199 | __be32 msn; |
| 200 | /* |
| 201 | * Use union for immediate data to be consistent with |
| 202 | * stack's 32 bit data and iWARP spec's 64 bit data. |
| 203 | */ |
| 204 | union { |
| 205 | struct { |
| 206 | __be32 imm_data32; |
| 207 | u32 reserved; |
| 208 | } ib_imm_data; |
| 209 | __be64 imm_data64; |
| 210 | } iw_imm_data; |
Raju Rangoju | 65ca8d9 | 2018-07-05 18:26:01 +0530 | [diff] [blame] | 211 | } imm_data_rcqe; |
| 212 | |
Steve Wise | 4fe7c29 | 2016-12-22 07:04:59 -0800 | [diff] [blame] | 213 | u64 drain_cookie; |
Raju Rangoju | 65ca8d9 | 2018-07-05 18:26:01 +0530 | [diff] [blame] | 214 | __be64 flits[3]; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 215 | } u; |
Raju Rangoju | 65ca8d9 | 2018-07-05 18:26:01 +0530 | [diff] [blame] | 216 | __be64 reserved[3]; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 217 | __be64 bits_type_ts; |
| 218 | }; |
| 219 | |
| 220 | /* macros for flit 0 of the cqe */ |
| 221 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 222 | #define CQE_QPID_S 12 |
| 223 | #define CQE_QPID_M 0xFFFFF |
| 224 | #define CQE_QPID_G(x) ((((x) >> CQE_QPID_S)) & CQE_QPID_M) |
| 225 | #define CQE_QPID_V(x) ((x)<<CQE_QPID_S) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 226 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 227 | #define CQE_SWCQE_S 11 |
| 228 | #define CQE_SWCQE_M 0x1 |
| 229 | #define CQE_SWCQE_G(x) ((((x) >> CQE_SWCQE_S)) & CQE_SWCQE_M) |
| 230 | #define CQE_SWCQE_V(x) ((x)<<CQE_SWCQE_S) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 231 | |
Steve Wise | 96a236e | 2017-12-19 10:29:25 -0800 | [diff] [blame] | 232 | #define CQE_DRAIN_S 10 |
| 233 | #define CQE_DRAIN_M 0x1 |
| 234 | #define CQE_DRAIN_G(x) ((((x) >> CQE_DRAIN_S)) & CQE_DRAIN_M) |
| 235 | #define CQE_DRAIN_V(x) ((x)<<CQE_DRAIN_S) |
| 236 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 237 | #define CQE_STATUS_S 5 |
| 238 | #define CQE_STATUS_M 0x1F |
| 239 | #define CQE_STATUS_G(x) ((((x) >> CQE_STATUS_S)) & CQE_STATUS_M) |
| 240 | #define CQE_STATUS_V(x) ((x)<<CQE_STATUS_S) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 241 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 242 | #define CQE_TYPE_S 4 |
| 243 | #define CQE_TYPE_M 0x1 |
| 244 | #define CQE_TYPE_G(x) ((((x) >> CQE_TYPE_S)) & CQE_TYPE_M) |
| 245 | #define CQE_TYPE_V(x) ((x)<<CQE_TYPE_S) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 246 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 247 | #define CQE_OPCODE_S 0 |
| 248 | #define CQE_OPCODE_M 0xF |
| 249 | #define CQE_OPCODE_G(x) ((((x) >> CQE_OPCODE_S)) & CQE_OPCODE_M) |
| 250 | #define CQE_OPCODE_V(x) ((x)<<CQE_OPCODE_S) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 251 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 252 | #define SW_CQE(x) (CQE_SWCQE_G(be32_to_cpu((x)->header))) |
Steve Wise | 96a236e | 2017-12-19 10:29:25 -0800 | [diff] [blame] | 253 | #define DRAIN_CQE(x) (CQE_DRAIN_G(be32_to_cpu((x)->header))) |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 254 | #define CQE_QPID(x) (CQE_QPID_G(be32_to_cpu((x)->header))) |
| 255 | #define CQE_TYPE(x) (CQE_TYPE_G(be32_to_cpu((x)->header))) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 256 | #define SQ_TYPE(x) (CQE_TYPE((x))) |
| 257 | #define RQ_TYPE(x) (!CQE_TYPE((x))) |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 258 | #define CQE_STATUS(x) (CQE_STATUS_G(be32_to_cpu((x)->header))) |
| 259 | #define CQE_OPCODE(x) (CQE_OPCODE_G(be32_to_cpu((x)->header))) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 260 | |
| 261 | #define CQE_SEND_OPCODE(x)( \ |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 262 | (CQE_OPCODE_G(be32_to_cpu((x)->header)) == FW_RI_SEND) || \ |
| 263 | (CQE_OPCODE_G(be32_to_cpu((x)->header)) == FW_RI_SEND_WITH_SE) || \ |
| 264 | (CQE_OPCODE_G(be32_to_cpu((x)->header)) == FW_RI_SEND_WITH_INV) || \ |
| 265 | (CQE_OPCODE_G(be32_to_cpu((x)->header)) == FW_RI_SEND_WITH_SE_INV)) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 266 | |
| 267 | #define CQE_LEN(x) (be32_to_cpu((x)->len)) |
| 268 | |
| 269 | /* used for RQ completion processing */ |
| 270 | #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag)) |
| 271 | #define CQE_WRID_MSN(x) (be32_to_cpu((x)->u.rcqe.msn)) |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 272 | #define CQE_ABS_RQE_IDX(x) (be32_to_cpu((x)->u.srcqe.abs_rqe_idx)) |
Potnuri Bharat Teja | b9855f4 | 2018-08-02 11:33:03 +0530 | [diff] [blame] | 273 | #define CQE_IMM_DATA(x)( \ |
| 274 | (x)->u.imm_data_rcqe.iw_imm_data.ib_imm_data.imm_data32) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 275 | |
| 276 | /* used for SQ completion processing */ |
| 277 | #define CQE_WRID_SQ_IDX(x) ((x)->u.scqe.cidx) |
Steve Wise | 49b53a9 | 2016-09-16 07:54:52 -0700 | [diff] [blame] | 278 | #define CQE_WRID_FR_STAG(x) (be32_to_cpu((x)->u.scqe.stag)) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 279 | |
| 280 | /* generic accessor macros */ |
Hariprasad Shenai | 031cf47 | 2014-07-14 21:34:53 +0530 | [diff] [blame] | 281 | #define CQE_WRID_HI(x) (be32_to_cpu((x)->u.gen.wrid_hi)) |
| 282 | #define CQE_WRID_LOW(x) (be32_to_cpu((x)->u.gen.wrid_low)) |
Steve Wise | 4fe7c29 | 2016-12-22 07:04:59 -0800 | [diff] [blame] | 283 | #define CQE_DRAIN_COOKIE(x) ((x)->u.drain_cookie) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 284 | |
| 285 | /* macros for flit 3 of the cqe */ |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 286 | #define CQE_GENBIT_S 63 |
| 287 | #define CQE_GENBIT_M 0x1 |
| 288 | #define CQE_GENBIT_G(x) (((x) >> CQE_GENBIT_S) & CQE_GENBIT_M) |
| 289 | #define CQE_GENBIT_V(x) ((x)<<CQE_GENBIT_S) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 290 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 291 | #define CQE_OVFBIT_S 62 |
| 292 | #define CQE_OVFBIT_M 0x1 |
| 293 | #define CQE_OVFBIT_G(x) ((((x) >> CQE_OVFBIT_S)) & CQE_OVFBIT_M) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 294 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 295 | #define CQE_IQTYPE_S 60 |
| 296 | #define CQE_IQTYPE_M 0x3 |
| 297 | #define CQE_IQTYPE_G(x) ((((x) >> CQE_IQTYPE_S)) & CQE_IQTYPE_M) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 298 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 299 | #define CQE_TS_M 0x0fffffffffffffffULL |
| 300 | #define CQE_TS_G(x) ((x) & CQE_TS_M) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 301 | |
Hariprasad Shenai | a56c66e | 2015-01-16 09:24:47 +0530 | [diff] [blame] | 302 | #define CQE_OVFBIT(x) ((unsigned)CQE_OVFBIT_G(be64_to_cpu((x)->bits_type_ts))) |
| 303 | #define CQE_GENBIT(x) ((unsigned)CQE_GENBIT_G(be64_to_cpu((x)->bits_type_ts))) |
| 304 | #define CQE_TS(x) (CQE_TS_G(be64_to_cpu((x)->bits_type_ts))) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 305 | |
| 306 | struct t4_swsqe { |
| 307 | u64 wr_id; |
| 308 | struct t4_cqe cqe; |
| 309 | int read_len; |
| 310 | int opcode; |
| 311 | int complete; |
| 312 | int signaled; |
| 313 | u16 idx; |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 314 | int flushed; |
Arnd Bergmann | f8109d9 | 2017-11-27 12:44:53 +0100 | [diff] [blame] | 315 | ktime_t host_time; |
Hariprasad Shenai | 7730b4c | 2014-07-14 21:34:54 +0530 | [diff] [blame] | 316 | u64 sge_ts; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 317 | }; |
| 318 | |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 319 | static inline pgprot_t t4_pgprot_wc(pgprot_t prot) |
| 320 | { |
Nishanth Aravamudan | e297d9d | 2011-03-14 10:36:11 +0000 | [diff] [blame] | 321 | #if defined(__i386__) || defined(__x86_64__) || defined(CONFIG_PPC64) |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 322 | return pgprot_writecombine(prot); |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 323 | #else |
| 324 | return pgprot_noncached(prot); |
| 325 | #endif |
| 326 | } |
| 327 | |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 328 | enum { |
| 329 | T4_SQ_ONCHIP = (1<<0), |
| 330 | }; |
| 331 | |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 332 | struct t4_sq { |
| 333 | union t4_wr *queue; |
| 334 | dma_addr_t dma_addr; |
FUJITA Tomonori | f38926a | 2010-06-03 05:37:50 +0000 | [diff] [blame] | 335 | DEFINE_DMA_UNMAP_ADDR(mapping); |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 336 | unsigned long phys_addr; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 337 | struct t4_swsqe *sw_sq; |
| 338 | struct t4_swsqe *oldest_read; |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 339 | void __iomem *bar2_va; |
| 340 | u64 bar2_pa; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 341 | size_t memsize; |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 342 | u32 bar2_qid; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 343 | u32 qid; |
| 344 | u16 in_use; |
| 345 | u16 size; |
| 346 | u16 cidx; |
| 347 | u16 pidx; |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 348 | u16 wq_pidx; |
Steve Wise | 05eb238 | 2014-03-14 21:52:08 +0530 | [diff] [blame] | 349 | u16 wq_pidx_inc; |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 350 | u16 flags; |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 351 | short flush_cidx; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 352 | }; |
| 353 | |
| 354 | struct t4_swrqe { |
| 355 | u64 wr_id; |
Arnd Bergmann | f8109d9 | 2017-11-27 12:44:53 +0100 | [diff] [blame] | 356 | ktime_t host_time; |
Hariprasad Shenai | 7730b4c | 2014-07-14 21:34:54 +0530 | [diff] [blame] | 357 | u64 sge_ts; |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 358 | int valid; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 359 | }; |
| 360 | |
| 361 | struct t4_rq { |
| 362 | union t4_recv_wr *queue; |
| 363 | dma_addr_t dma_addr; |
FUJITA Tomonori | f38926a | 2010-06-03 05:37:50 +0000 | [diff] [blame] | 364 | DEFINE_DMA_UNMAP_ADDR(mapping); |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 365 | struct t4_swrqe *sw_rq; |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 366 | void __iomem *bar2_va; |
| 367 | u64 bar2_pa; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 368 | size_t memsize; |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 369 | u32 bar2_qid; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 370 | u32 qid; |
| 371 | u32 msn; |
| 372 | u32 rqt_hwaddr; |
| 373 | u16 rqt_size; |
| 374 | u16 in_use; |
| 375 | u16 size; |
| 376 | u16 cidx; |
| 377 | u16 pidx; |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 378 | u16 wq_pidx; |
Steve Wise | 05eb238 | 2014-03-14 21:52:08 +0530 | [diff] [blame] | 379 | u16 wq_pidx_inc; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 380 | }; |
| 381 | |
| 382 | struct t4_wq { |
| 383 | struct t4_sq sq; |
| 384 | struct t4_rq rq; |
| 385 | void __iomem *db; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 386 | struct c4iw_rdev *rdev; |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 387 | int flushed; |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 388 | u8 *qp_errp; |
| 389 | u32 *srqidxp; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 390 | }; |
| 391 | |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 392 | struct t4_srq_pending_wr { |
| 393 | u64 wr_id; |
| 394 | union t4_recv_wr wqe; |
| 395 | u8 len16; |
| 396 | }; |
| 397 | |
| 398 | struct t4_srq { |
| 399 | union t4_recv_wr *queue; |
| 400 | dma_addr_t dma_addr; |
Christoph Hellwig | 18b01b1 | 2018-10-09 16:08:22 +0200 | [diff] [blame] | 401 | DEFINE_DMA_UNMAP_ADDR(mapping); |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 402 | struct t4_swrqe *sw_rq; |
| 403 | void __iomem *bar2_va; |
| 404 | u64 bar2_pa; |
| 405 | size_t memsize; |
| 406 | u32 bar2_qid; |
| 407 | u32 qid; |
| 408 | u32 msn; |
| 409 | u32 rqt_hwaddr; |
| 410 | u32 rqt_abs_idx; |
| 411 | u16 rqt_size; |
| 412 | u16 size; |
| 413 | u16 cidx; |
| 414 | u16 pidx; |
| 415 | u16 wq_pidx; |
| 416 | u16 wq_pidx_inc; |
| 417 | u16 in_use; |
| 418 | struct t4_srq_pending_wr *pending_wrs; |
| 419 | u16 pending_cidx; |
| 420 | u16 pending_pidx; |
| 421 | u16 pending_in_use; |
| 422 | u16 ooo_count; |
| 423 | }; |
| 424 | |
| 425 | static inline u32 t4_srq_avail(struct t4_srq *srq) |
| 426 | { |
| 427 | return srq->size - 1 - srq->in_use; |
| 428 | } |
| 429 | |
| 430 | static inline void t4_srq_produce(struct t4_srq *srq, u8 len16) |
| 431 | { |
| 432 | srq->in_use++; |
| 433 | if (++srq->pidx == srq->size) |
| 434 | srq->pidx = 0; |
| 435 | srq->wq_pidx += DIV_ROUND_UP(len16 * 16, T4_EQ_ENTRY_SIZE); |
| 436 | if (srq->wq_pidx >= srq->size * T4_RQ_NUM_SLOTS) |
| 437 | srq->wq_pidx %= srq->size * T4_RQ_NUM_SLOTS; |
| 438 | srq->queue[srq->size].status.host_pidx = srq->pidx; |
| 439 | } |
| 440 | |
| 441 | static inline void t4_srq_produce_pending_wr(struct t4_srq *srq) |
| 442 | { |
| 443 | srq->pending_in_use++; |
| 444 | srq->in_use++; |
| 445 | if (++srq->pending_pidx == srq->size) |
| 446 | srq->pending_pidx = 0; |
| 447 | } |
| 448 | |
| 449 | static inline void t4_srq_consume_pending_wr(struct t4_srq *srq) |
| 450 | { |
| 451 | srq->pending_in_use--; |
| 452 | srq->in_use--; |
| 453 | if (++srq->pending_cidx == srq->size) |
| 454 | srq->pending_cidx = 0; |
| 455 | } |
| 456 | |
| 457 | static inline void t4_srq_produce_ooo(struct t4_srq *srq) |
| 458 | { |
| 459 | srq->in_use--; |
| 460 | srq->ooo_count++; |
| 461 | } |
| 462 | |
| 463 | static inline void t4_srq_consume_ooo(struct t4_srq *srq) |
| 464 | { |
| 465 | srq->cidx++; |
| 466 | if (srq->cidx == srq->size) |
| 467 | srq->cidx = 0; |
| 468 | srq->queue[srq->size].status.host_cidx = srq->cidx; |
| 469 | srq->ooo_count--; |
| 470 | } |
| 471 | |
| 472 | static inline void t4_srq_consume(struct t4_srq *srq) |
| 473 | { |
| 474 | srq->in_use--; |
| 475 | if (++srq->cidx == srq->size) |
| 476 | srq->cidx = 0; |
| 477 | srq->queue[srq->size].status.host_cidx = srq->cidx; |
| 478 | } |
| 479 | |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 480 | static inline int t4_rqes_posted(struct t4_wq *wq) |
| 481 | { |
| 482 | return wq->rq.in_use; |
| 483 | } |
| 484 | |
| 485 | static inline int t4_rq_empty(struct t4_wq *wq) |
| 486 | { |
| 487 | return wq->rq.in_use == 0; |
| 488 | } |
| 489 | |
| 490 | static inline int t4_rq_full(struct t4_wq *wq) |
| 491 | { |
| 492 | return wq->rq.in_use == (wq->rq.size - 1); |
| 493 | } |
| 494 | |
| 495 | static inline u32 t4_rq_avail(struct t4_wq *wq) |
| 496 | { |
| 497 | return wq->rq.size - 1 - wq->rq.in_use; |
| 498 | } |
| 499 | |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 500 | static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 501 | { |
| 502 | wq->rq.in_use++; |
| 503 | if (++wq->rq.pidx == wq->rq.size) |
| 504 | wq->rq.pidx = 0; |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 505 | wq->rq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE); |
| 506 | if (wq->rq.wq_pidx >= wq->rq.size * T4_RQ_NUM_SLOTS) |
| 507 | wq->rq.wq_pidx %= wq->rq.size * T4_RQ_NUM_SLOTS; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 508 | } |
| 509 | |
| 510 | static inline void t4_rq_consume(struct t4_wq *wq) |
| 511 | { |
| 512 | wq->rq.in_use--; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 513 | if (++wq->rq.cidx == wq->rq.size) |
| 514 | wq->rq.cidx = 0; |
| 515 | } |
| 516 | |
Vipul Pandya | 422eea0 | 2012-05-18 15:29:30 +0530 | [diff] [blame] | 517 | static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) |
| 518 | { |
| 519 | return wq->rq.queue[wq->rq.size].status.host_wq_pidx; |
| 520 | } |
| 521 | |
| 522 | static inline u16 t4_rq_wq_size(struct t4_wq *wq) |
| 523 | { |
| 524 | return wq->rq.size * T4_RQ_NUM_SLOTS; |
| 525 | } |
| 526 | |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 527 | static inline int t4_sq_onchip(struct t4_sq *sq) |
| 528 | { |
| 529 | return sq->flags & T4_SQ_ONCHIP; |
| 530 | } |
| 531 | |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 532 | static inline int t4_sq_empty(struct t4_wq *wq) |
| 533 | { |
| 534 | return wq->sq.in_use == 0; |
| 535 | } |
| 536 | |
| 537 | static inline int t4_sq_full(struct t4_wq *wq) |
| 538 | { |
| 539 | return wq->sq.in_use == (wq->sq.size - 1); |
| 540 | } |
| 541 | |
| 542 | static inline u32 t4_sq_avail(struct t4_wq *wq) |
| 543 | { |
| 544 | return wq->sq.size - 1 - wq->sq.in_use; |
| 545 | } |
| 546 | |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 547 | static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 548 | { |
| 549 | wq->sq.in_use++; |
| 550 | if (++wq->sq.pidx == wq->sq.size) |
| 551 | wq->sq.pidx = 0; |
Steve Wise | d37ac31 | 2010-06-10 19:03:00 +0000 | [diff] [blame] | 552 | wq->sq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE); |
| 553 | if (wq->sq.wq_pidx >= wq->sq.size * T4_SQ_NUM_SLOTS) |
| 554 | wq->sq.wq_pidx %= wq->sq.size * T4_SQ_NUM_SLOTS; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 555 | } |
| 556 | |
| 557 | static inline void t4_sq_consume(struct t4_wq *wq) |
| 558 | { |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 559 | if (wq->sq.cidx == wq->sq.flush_cidx) |
| 560 | wq->sq.flush_cidx = -1; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 561 | wq->sq.in_use--; |
| 562 | if (++wq->sq.cidx == wq->sq.size) |
| 563 | wq->sq.cidx = 0; |
| 564 | } |
| 565 | |
Vipul Pandya | 422eea0 | 2012-05-18 15:29:30 +0530 | [diff] [blame] | 566 | static inline u16 t4_sq_host_wq_pidx(struct t4_wq *wq) |
| 567 | { |
| 568 | return wq->sq.queue[wq->sq.size].status.host_wq_pidx; |
| 569 | } |
| 570 | |
| 571 | static inline u16 t4_sq_wq_size(struct t4_wq *wq) |
| 572 | { |
| 573 | return wq->sq.size * T4_SQ_NUM_SLOTS; |
| 574 | } |
| 575 | |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 576 | /* This function copies 64 byte coalesced work request to memory |
| 577 | * mapped BAR2 space. For coalesced WRs, the SGE fetches data |
| 578 | * from the FIFO instead of from Host. |
| 579 | */ |
| 580 | static inline void pio_copy(u64 __iomem *dst, u64 *src) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 581 | { |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 582 | int count = 8; |
| 583 | |
| 584 | while (count) { |
| 585 | writeq(*src, dst); |
| 586 | src++; |
| 587 | dst++; |
| 588 | count--; |
| 589 | } |
| 590 | } |
| 591 | |
Raju Rangoju | 7fc7a7c | 2018-07-25 21:22:13 +0530 | [diff] [blame] | 592 | static inline void t4_ring_srq_db(struct t4_srq *srq, u16 inc, u8 len16, |
| 593 | union t4_recv_wr *wqe) |
| 594 | { |
| 595 | /* Flush host queue memory writes. */ |
| 596 | wmb(); |
| 597 | if (inc == 1 && srq->bar2_qid == 0 && wqe) { |
| 598 | pr_debug("%s : WC srq->pidx = %d; len16=%d\n", |
| 599 | __func__, srq->pidx, len16); |
| 600 | pio_copy(srq->bar2_va + SGE_UDB_WCDOORBELL, (u64 *)wqe); |
| 601 | } else { |
| 602 | pr_debug("%s: DB srq->pidx = %d; len16=%d\n", |
| 603 | __func__, srq->pidx, len16); |
| 604 | writel(PIDX_T5_V(inc) | QID_V(srq->bar2_qid), |
| 605 | srq->bar2_va + SGE_UDB_KDOORBELL); |
| 606 | } |
| 607 | /* Flush user doorbell area writes. */ |
| 608 | wmb(); |
| 609 | } |
| 610 | |
Hariprasad S | 963cab5 | 2015-09-23 17:19:27 +0530 | [diff] [blame] | 611 | static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe) |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 612 | { |
| 613 | |
| 614 | /* Flush host queue memory writes. */ |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 615 | wmb(); |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 616 | if (wq->sq.bar2_va) { |
| 617 | if (inc == 1 && wq->sq.bar2_qid == 0 && wqe) { |
Bharat Potnuri | 548ddb1 | 2017-09-27 13:05:49 +0530 | [diff] [blame] | 618 | pr_debug("WC wq->sq.pidx = %d\n", wq->sq.pidx); |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 619 | pio_copy((u64 __iomem *) |
| 620 | (wq->sq.bar2_va + SGE_UDB_WCDOORBELL), |
| 621 | (u64 *)wqe); |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 622 | } else { |
Bharat Potnuri | 548ddb1 | 2017-09-27 13:05:49 +0530 | [diff] [blame] | 623 | pr_debug("DB wq->sq.pidx = %d\n", wq->sq.pidx); |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 624 | writel(PIDX_T5_V(inc) | QID_V(wq->sq.bar2_qid), |
| 625 | wq->sq.bar2_va + SGE_UDB_KDOORBELL); |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 626 | } |
| 627 | |
| 628 | /* Flush user doorbell area writes. */ |
| 629 | wmb(); |
| 630 | return; |
| 631 | } |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 632 | writel(QID_V(wq->sq.qid) | PIDX_V(inc), wq->db); |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 633 | } |
| 634 | |
Hariprasad S | 963cab5 | 2015-09-23 17:19:27 +0530 | [diff] [blame] | 635 | static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 636 | union t4_recv_wr *wqe) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 637 | { |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 638 | |
| 639 | /* Flush host queue memory writes. */ |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 640 | wmb(); |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 641 | if (wq->rq.bar2_va) { |
| 642 | if (inc == 1 && wq->rq.bar2_qid == 0 && wqe) { |
Bharat Potnuri | 548ddb1 | 2017-09-27 13:05:49 +0530 | [diff] [blame] | 643 | pr_debug("WC wq->rq.pidx = %d\n", wq->rq.pidx); |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 644 | pio_copy((u64 __iomem *) |
| 645 | (wq->rq.bar2_va + SGE_UDB_WCDOORBELL), |
| 646 | (void *)wqe); |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 647 | } else { |
Bharat Potnuri | 548ddb1 | 2017-09-27 13:05:49 +0530 | [diff] [blame] | 648 | pr_debug("DB wq->rq.pidx = %d\n", wq->rq.pidx); |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 649 | writel(PIDX_T5_V(inc) | QID_V(wq->rq.bar2_qid), |
| 650 | wq->rq.bar2_va + SGE_UDB_KDOORBELL); |
Steve Wise | fa658a9 | 2014-04-09 09:38:25 -0500 | [diff] [blame] | 651 | } |
| 652 | |
| 653 | /* Flush user doorbell area writes. */ |
| 654 | wmb(); |
| 655 | return; |
| 656 | } |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 657 | writel(QID_V(wq->rq.qid) | PIDX_V(inc), wq->db); |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 658 | } |
| 659 | |
| 660 | static inline int t4_wq_in_error(struct t4_wq *wq) |
| 661 | { |
Raju Rangoju | 6a0b617 | 2018-07-25 21:22:14 +0530 | [diff] [blame] | 662 | return *wq->qp_errp; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 663 | } |
| 664 | |
Raju Rangoju | 6a0b617 | 2018-07-25 21:22:14 +0530 | [diff] [blame] | 665 | static inline void t4_set_wq_in_error(struct t4_wq *wq, u32 srqidx) |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 666 | { |
Raju Rangoju | 6a0b617 | 2018-07-25 21:22:14 +0530 | [diff] [blame] | 667 | if (srqidx) |
| 668 | *wq->srqidxp = srqidx; |
| 669 | *wq->qp_errp = 1; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 670 | } |
| 671 | |
| 672 | static inline void t4_disable_wq_db(struct t4_wq *wq) |
| 673 | { |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 674 | wq->rq.queue[wq->rq.size].status.db_off = 1; |
| 675 | } |
| 676 | |
| 677 | static inline void t4_enable_wq_db(struct t4_wq *wq) |
| 678 | { |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 679 | wq->rq.queue[wq->rq.size].status.db_off = 0; |
| 680 | } |
| 681 | |
| 682 | static inline int t4_wq_db_enabled(struct t4_wq *wq) |
| 683 | { |
Steve Wise | c6d7b26 | 2010-09-13 11:23:57 -0500 | [diff] [blame] | 684 | return !wq->rq.queue[wq->rq.size].status.db_off; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 685 | } |
| 686 | |
Steve Wise | 678ea9b | 2014-07-31 14:35:43 -0500 | [diff] [blame] | 687 | enum t4_cq_flags { |
| 688 | CQ_ARMED = 1, |
| 689 | }; |
| 690 | |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 691 | struct t4_cq { |
| 692 | struct t4_cqe *queue; |
| 693 | dma_addr_t dma_addr; |
FUJITA Tomonori | f38926a | 2010-06-03 05:37:50 +0000 | [diff] [blame] | 694 | DEFINE_DMA_UNMAP_ADDR(mapping); |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 695 | struct t4_cqe *sw_queue; |
| 696 | void __iomem *gts; |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 697 | void __iomem *bar2_va; |
| 698 | u64 bar2_pa; |
| 699 | u32 bar2_qid; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 700 | struct c4iw_rdev *rdev; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 701 | size_t memsize; |
Steve Wise | 84172de | 2010-05-20 16:57:43 -0500 | [diff] [blame] | 702 | __be64 bits_type_ts; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 703 | u32 cqid; |
Hariprasad S | 09ece8b | 2015-04-22 01:45:00 +0530 | [diff] [blame] | 704 | u32 qid_mask; |
Hariprasad Shenai | cf38be6 | 2014-06-06 21:40:42 +0530 | [diff] [blame] | 705 | int vector; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 706 | u16 size; /* including status page */ |
| 707 | u16 cidx; |
| 708 | u16 sw_pidx; |
| 709 | u16 sw_cidx; |
| 710 | u16 sw_in_use; |
| 711 | u16 cidx_inc; |
| 712 | u8 gen; |
| 713 | u8 error; |
Raju Rangoju | 65ca8d9 | 2018-07-05 18:26:01 +0530 | [diff] [blame] | 714 | u8 *qp_errp; |
Steve Wise | 678ea9b | 2014-07-31 14:35:43 -0500 | [diff] [blame] | 715 | unsigned long flags; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 716 | }; |
| 717 | |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 718 | static inline void write_gts(struct t4_cq *cq, u32 val) |
| 719 | { |
| 720 | if (cq->bar2_va) |
| 721 | writel(val | INGRESSQID_V(cq->bar2_qid), |
| 722 | cq->bar2_va + SGE_UDB_GTS); |
| 723 | else |
| 724 | writel(val | INGRESSQID_V(cq->cqid), cq->gts); |
| 725 | } |
| 726 | |
Steve Wise | 678ea9b | 2014-07-31 14:35:43 -0500 | [diff] [blame] | 727 | static inline int t4_clear_cq_armed(struct t4_cq *cq) |
| 728 | { |
| 729 | return test_and_clear_bit(CQ_ARMED, &cq->flags); |
| 730 | } |
| 731 | |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 732 | static inline int t4_arm_cq(struct t4_cq *cq, int se) |
| 733 | { |
| 734 | u32 val; |
| 735 | |
Steve Wise | 678ea9b | 2014-07-31 14:35:43 -0500 | [diff] [blame] | 736 | set_bit(CQ_ARMED, &cq->flags); |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 737 | while (cq->cidx_inc > CIDXINC_M) { |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 738 | val = SEINTARM_V(0) | CIDXINC_V(CIDXINC_M) | TIMERREG_V(7); |
| 739 | write_gts(cq, val); |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 740 | cq->cidx_inc -= CIDXINC_M; |
Steve Wise | 7ec45b9 | 2010-05-20 16:57:49 -0500 | [diff] [blame] | 741 | } |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 742 | val = SEINTARM_V(se) | CIDXINC_V(cq->cidx_inc) | TIMERREG_V(6); |
| 743 | write_gts(cq, val); |
Steve Wise | 7ec45b9 | 2010-05-20 16:57:49 -0500 | [diff] [blame] | 744 | cq->cidx_inc = 0; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 745 | return 0; |
| 746 | } |
| 747 | |
| 748 | static inline void t4_swcq_produce(struct t4_cq *cq) |
| 749 | { |
| 750 | cq->sw_in_use++; |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 751 | if (cq->sw_in_use == cq->size) { |
Bharat Potnuri | 4d45b75 | 2017-09-27 13:05:50 +0530 | [diff] [blame] | 752 | pr_warn("%s cxgb4 sw cq overflow cqid %u\n", |
| 753 | __func__, cq->cqid); |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 754 | cq->error = 1; |
Steve Wise | ba97b74 | 2017-11-02 14:11:03 -0700 | [diff] [blame] | 755 | cq->sw_in_use--; |
| 756 | return; |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 757 | } |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 758 | if (++cq->sw_pidx == cq->size) |
| 759 | cq->sw_pidx = 0; |
| 760 | } |
| 761 | |
| 762 | static inline void t4_swcq_consume(struct t4_cq *cq) |
| 763 | { |
| 764 | cq->sw_in_use--; |
| 765 | if (++cq->sw_cidx == cq->size) |
| 766 | cq->sw_cidx = 0; |
| 767 | } |
| 768 | |
| 769 | static inline void t4_hwcq_consume(struct t4_cq *cq) |
| 770 | { |
Steve Wise | 84172de | 2010-05-20 16:57:43 -0500 | [diff] [blame] | 771 | cq->bits_type_ts = cq->queue[cq->cidx].bits_type_ts; |
Hariprasad Shenai | f612b81 | 2015-01-05 16:30:43 +0530 | [diff] [blame] | 772 | if (++cq->cidx_inc == (cq->size >> 4) || cq->cidx_inc == CIDXINC_M) { |
Steve Wise | ffc3f74 | 2011-03-11 22:30:42 +0000 | [diff] [blame] | 773 | u32 val; |
| 774 | |
Hariprasad S | 74217d4 | 2015-06-09 18:23:12 +0530 | [diff] [blame] | 775 | val = SEINTARM_V(0) | CIDXINC_V(cq->cidx_inc) | TIMERREG_V(7); |
| 776 | write_gts(cq, val); |
Steve Wise | 7ec45b9 | 2010-05-20 16:57:49 -0500 | [diff] [blame] | 777 | cq->cidx_inc = 0; |
Steve Wise | ffc3f74 | 2011-03-11 22:30:42 +0000 | [diff] [blame] | 778 | } |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 779 | if (++cq->cidx == cq->size) { |
| 780 | cq->cidx = 0; |
| 781 | cq->gen ^= 1; |
| 782 | } |
| 783 | } |
| 784 | |
| 785 | static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) |
| 786 | { |
| 787 | return (CQE_GENBIT(cqe) == cq->gen); |
| 788 | } |
| 789 | |
Bharat Potnuri | cff069b | 2016-08-23 20:27:33 +0530 | [diff] [blame] | 790 | static inline int t4_cq_notempty(struct t4_cq *cq) |
| 791 | { |
| 792 | return cq->sw_in_use || t4_valid_cqe(cq, &cq->queue[cq->cidx]); |
| 793 | } |
| 794 | |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 795 | static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) |
| 796 | { |
Steve Wise | 84172de | 2010-05-20 16:57:43 -0500 | [diff] [blame] | 797 | int ret; |
| 798 | u16 prev_cidx; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 799 | |
Steve Wise | 84172de | 2010-05-20 16:57:43 -0500 | [diff] [blame] | 800 | if (cq->cidx == 0) |
| 801 | prev_cidx = cq->size - 1; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 802 | else |
Steve Wise | 84172de | 2010-05-20 16:57:43 -0500 | [diff] [blame] | 803 | prev_cidx = cq->cidx - 1; |
| 804 | |
| 805 | if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) { |
| 806 | ret = -EOVERFLOW; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 807 | cq->error = 1; |
Joe Perches | 700456b | 2017-02-09 14:23:50 -0800 | [diff] [blame] | 808 | pr_err("cq overflow cqid %u\n", cq->cqid); |
Steve Wise | 84172de | 2010-05-20 16:57:43 -0500 | [diff] [blame] | 809 | } else if (t4_valid_cqe(cq, &cq->queue[cq->cidx])) { |
Steve Wise | def4771 | 2014-04-09 09:38:26 -0500 | [diff] [blame] | 810 | |
| 811 | /* Ensure CQE is flushed to memory */ |
| 812 | rmb(); |
Steve Wise | 84172de | 2010-05-20 16:57:43 -0500 | [diff] [blame] | 813 | *cqe = &cq->queue[cq->cidx]; |
| 814 | ret = 0; |
| 815 | } else |
| 816 | ret = -ENODATA; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 817 | return ret; |
| 818 | } |
| 819 | |
| 820 | static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) |
| 821 | { |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 822 | if (cq->sw_in_use == cq->size) { |
Bharat Potnuri | 4d45b75 | 2017-09-27 13:05:50 +0530 | [diff] [blame] | 823 | pr_warn("%s cxgb4 sw cq overflow cqid %u\n", |
| 824 | __func__, cq->cqid); |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 825 | cq->error = 1; |
Steve Wise | 1cf24dc | 2013-08-06 21:04:35 +0530 | [diff] [blame] | 826 | return NULL; |
| 827 | } |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 828 | if (cq->sw_in_use) |
| 829 | return &cq->sw_queue[cq->sw_cidx]; |
| 830 | return NULL; |
| 831 | } |
| 832 | |
| 833 | static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) |
| 834 | { |
| 835 | int ret = 0; |
| 836 | |
| 837 | if (cq->error) |
| 838 | ret = -ENODATA; |
| 839 | else if (cq->sw_in_use) |
| 840 | *cqe = &cq->sw_queue[cq->sw_cidx]; |
| 841 | else |
| 842 | ret = t4_next_hw_cqe(cq, cqe); |
| 843 | return ret; |
| 844 | } |
| 845 | |
| 846 | static inline int t4_cq_in_error(struct t4_cq *cq) |
| 847 | { |
Raju Rangoju | 65ca8d9 | 2018-07-05 18:26:01 +0530 | [diff] [blame] | 848 | return *cq->qp_errp; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 849 | } |
| 850 | |
| 851 | static inline void t4_set_cq_in_error(struct t4_cq *cq) |
| 852 | { |
Raju Rangoju | 65ca8d9 | 2018-07-05 18:26:01 +0530 | [diff] [blame] | 853 | *cq->qp_errp = 1; |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 854 | } |
| 855 | #endif |
Steve Wise | 05eb238 | 2014-03-14 21:52:08 +0530 | [diff] [blame] | 856 | |
| 857 | struct t4_dev_status_page { |
| 858 | u8 db_off; |
Potnuri Bharat Teja | 94245f4 | 2018-08-02 11:33:04 +0530 | [diff] [blame] | 859 | u8 write_cmpl_supported; |
Hariprasad S | c5dfb00 | 2015-12-11 13:02:01 +0530 | [diff] [blame] | 860 | u16 pad2; |
| 861 | u32 pad3; |
| 862 | u64 qp_start; |
| 863 | u64 qp_size; |
| 864 | u64 cq_start; |
| 865 | u64 cq_size; |
Steve Wise | 05eb238 | 2014-03-14 21:52:08 +0530 | [diff] [blame] | 866 | }; |