FreeBSD kernel CXGBE device code
t4_tom.h
Go to the documentation of this file.
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2012, 2015 Chelsio Communications, Inc.
5 * All rights reserved.
6 * Written by: Navdeep Parhar <np@FreeBSD.org>
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 *
17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $FreeBSD$
30 *
31 */
32
33#ifndef __T4_TOM_H__
34#define __T4_TOM_H__
35#include <sys/vmem.h>
36#include "common/t4_hw.h"
37#include "common/t4_msg.h"
38#include "tom/t4_tls.h"
39
40#define LISTEN_HASH_SIZE 32
41
42/*
43 * Min receive window. We want it to be large enough to accommodate receive
44 * coalescing, handle jumbo frames, and not trigger sender SWS avoidance.
45 */
46#define MIN_RCV_WND (24 * 1024U)
47
48/*
49 * Max receive window supported by HW in bytes. Only a small part of it can
50 * be set through option0, the rest needs to be set through RX_DATA_ACK.
51 */
52#define MAX_RCV_WND ((1U << 27) - 1)
53
54#define DDP_RSVD_WIN (16 * 1024U)
55#define SB_DDP_INDICATE SB_IN_TOE /* soreceive must respond to indicate */
56
57#define USE_DDP_RX_FLOW_CONTROL
58
59#define PPOD_SZ(n) ((n) * sizeof(struct pagepod))
60#define PPOD_SIZE (PPOD_SZ(1))
61
62/* TOE PCB flags */
63enum {
64 TPF_ATTACHED = (1 << 0), /* a tcpcb refers to this toepcb */
65 TPF_FLOWC_WR_SENT = (1 << 1), /* firmware flow context WR sent */
66 TPF_TX_DATA_SENT = (1 << 2), /* some data sent */
67 TPF_TX_SUSPENDED = (1 << 3), /* tx suspended for lack of resources */
68 TPF_SEND_FIN = (1 << 4), /* send FIN after all pending data */
69 TPF_FIN_SENT = (1 << 5), /* FIN has been sent */
70 TPF_ABORT_SHUTDOWN = (1 << 6), /* connection abort is in progress */
71 TPF_CPL_PENDING = (1 << 7), /* haven't received the last CPL */
72 TPF_SYNQE = (1 << 8), /* synq_entry, not really a toepcb */
73 TPF_SYNQE_EXPANDED = (1 << 9), /* toepcb ready, tid context updated */
74 TPF_FORCE_CREDITS = (1 << 10), /* always send credits */
75 TPF_KTLS = (1 << 11), /* send TLS records from KTLS */
76 TPF_INITIALIZED = (1 << 12), /* init_toepcb has been called */
77 TPF_TLS_RECEIVE = (1 << 13), /* should receive TLS records */
78 TPF_TLS_ESTABLISHED = (1 << 14), /* TLS handshake timer initialized */
79 TPF_WAITING_FOR_FINAL = (1<< 15), /* waiting for wakeup on final CPL */
80};
81
82enum {
83 DDP_OK = (1 << 0), /* OK to turn on DDP */
84 DDP_SC_REQ = (1 << 1), /* state change (on/off) requested */
85 DDP_ON = (1 << 2), /* DDP is turned on */
86 DDP_BUF0_ACTIVE = (1 << 3), /* buffer 0 in use (not invalidated) */
87 DDP_BUF1_ACTIVE = (1 << 4), /* buffer 1 in use (not invalidated) */
88 DDP_TASK_ACTIVE = (1 << 5), /* requeue task is queued / running */
89 DDP_DEAD = (1 << 6), /* toepcb is shutting down */
90};
91
92struct bio;
93struct ctl_sg_entry;
94struct sockopt;
95struct offload_settings;
96
97/*
98 * Connection parameters for an offloaded connection. These are mostly (but not
99 * all) hardware TOE parameters.
100 */
103 int8_t cong_algo;
104 int8_t tc_idx;
105 int8_t tstamp;
106 int8_t sack;
107 int8_t nagle;
108 int8_t keepalive;
109 int8_t wscale;
110 int8_t ecn;
111 int8_t mtu_idx;
112 int8_t ulp_mode;
113 int8_t tx_align;
114 int16_t txq_idx; /* ofld_txq = &sc->sge.ofld_txq[txq_idx] */
115 int16_t rxq_idx; /* ofld_rxq = &sc->sge.ofld_rxq[rxq_idx] */
116 int16_t l2t_idx;
117 uint16_t emss;
118 uint16_t opt0_bufsize;
119 u_int sndbuf; /* controls TP tx pages */
120};
121
123 uint32_t plen; /* payload length */
124 uint8_t tx_credits; /* firmware tx credits (unit is 16B) */
125};
126
128 u_int pr_start;
129 u_int pr_len;
131 uint32_t pr_tag_mask; /* hardware tagmask for this region. */
132 uint32_t pr_invalid_bit; /* OR with this to invalidate tag. */
133 uint32_t pr_alias_mask; /* AND with tag to get alias bits. */
134 u_int pr_alias_shift; /* shift this much for first alias bit. */
135 vmem_t *pr_arena;
136};
137
140 uint32_t prsv_tag; /* Full tag: pgsz, alias, tag, color */
142};
143
144struct pageset {
146 vm_page_t *pages;
148 int flags;
149 int offset; /* offset in first page */
150 int len;
152 struct vmspace *vm;
153 vm_offset_t start;
155};
156
158
159#define PS_PPODS_WRITTEN 0x0001 /* Page pods written to the card. */
160
162 struct pageset *ps;
163
164 struct kaiocb *job;
166};
167
168struct ddp_pcb {
169 u_int flags;
170 struct ddp_buffer db[2];
171 TAILQ_HEAD(, pageset) cached_pagesets;
172 TAILQ_HEAD(, kaiocb) aiojobq;
176 int active_id; /* the currently active DDP buffer */
177 struct task requeue_task;
178 struct kaiocb *queueing;
179 struct mtx lock;
180};
181
182struct toepcb {
183 struct tom_data *td;
184 struct inpcb *inp; /* backpointer to host stack's PCB */
185 u_int flags; /* miscellaneous flags */
186 TAILQ_ENTRY(toepcb) link; /* toep_list */
188 struct vnet *vnet;
189 struct vi_info *vi; /* virtual interface */
192 struct sge_wrq *ctrlq;
193 struct l2t_entry *l2te; /* L2 table entry used by this connection */
194 struct clip_entry *ce; /* CLIP table entry used by this tid */
195 int tid; /* Connection identifier */
196
197 /* tx credit handling */
198 u_int tx_total; /* total tx WR credits (in 16B units) */
199 u_int tx_credits; /* tx WR credits (in 16B units) available */
200 u_int tx_nocompl; /* tx WR credits since last compl request */
201 u_int plen_nocompl; /* payload since last compl request */
202
204
205 void *ulpcb;
206 void *ulpcb2;
207 struct mbufq ulp_pduq; /* PDUs waiting to be sent out. */
208 struct mbufq ulp_pdu_reclaimq;
209
210 struct ddp_pcb ddp;
212
213 TAILQ_HEAD(, kaiocb) aiotx_jobq;
214 struct task aiotx_task;
215 struct socket *aiotx_so;
216
217 /* Tx software descriptor */
218 uint8_t txsd_total;
219 uint8_t txsd_pidx;
220 uint8_t txsd_cidx;
221 uint8_t txsd_avail;
223};
224
225static inline int
226ulp_mode(struct toepcb *toep)
227{
228
229 return (toep->params.ulp_mode);
230}
231
232#define DDP_LOCK(toep) mtx_lock(&(toep)->ddp.lock)
233#define DDP_UNLOCK(toep) mtx_unlock(&(toep)->ddp.lock)
234#define DDP_ASSERT_LOCKED(toep) mtx_assert(&(toep)->ddp.lock, MA_OWNED)
235
236/*
237 * Compressed state for embryonic connections for a listener.
238 */
240 struct listen_ctx *lctx; /* backpointer to listen ctx */
241 struct mbuf *syn;
242 int flags; /* same as toepcb's tp_flags */
243 volatile int ok_to_respond;
244 volatile u_int refcnt;
245 int tid;
246 uint32_t iss;
247 uint32_t irs;
248 uint32_t ts;
249 uint32_t rss_hash;
250 __be16 tcp_opt; /* from cpl_pass_establish */
251 struct toepcb *toep;
252
254};
255
256/* listen_ctx flags */
257#define LCTX_RPL_PENDING 1 /* waiting for a CPL_PASS_OPEN_RPL */
258
260 LIST_ENTRY(listen_ctx) link; /* listen hash linkage */
261 volatile int refcount;
262 int stid;
264 int flags;
265 struct inpcb *inp; /* listening socket's inp */
266 struct vnet *vnet;
267 struct sge_wrq *ctrlq;
269 struct clip_entry *ce;
270};
271
272/* tcb_histent flags */
273#define TE_RPL_PENDING 1
274#define TE_ACTIVE 2
275
276/* bits in one 8b tcb_histent sample. */
277#define TS_RTO (1 << 0)
278#define TS_DUPACKS (1 << 1)
279#define TS_FASTREXMT (1 << 2)
280#define TS_SND_BACKLOGGED (1 << 3)
281#define TS_CWND_LIMITED (1 << 4)
282#define TS_ECN_ECE (1 << 5)
283#define TS_ECN_CWR (1 << 6)
284#define TS_RESERVED (1 << 7) /* Unused. */
285
287 struct mtx te_lock;
288 struct callout te_callout;
289 uint64_t te_tcb[TCB_SIZE / sizeof(uint64_t)];
291 u_int te_flags;
292 u_int te_tid;
293 uint8_t te_pidx;
294 uint8_t te_sample[100];
295};
296
297struct tom_data {
298 struct toedev tod;
299
300 /* toepcb's associated with this TOE device */
301 struct mtx toep_list_lock;
302 TAILQ_HEAD(, toepcb) toep_list;
303
304 struct mtx lctx_hash_lock;
305 LIST_HEAD(, listen_ctx) *listen_hash;
307 int lctx_count; /* # of lctx in the hash table */
308
310
311 struct rwlock tcb_history_lock __aligned(CACHE_LINE_SIZE);
314
315 /* WRs that will not be sent to the chip because L2 resolution failed */
316 struct mtx unsent_wr_lock;
317 STAILQ_HEAD(, wrqe) unsent_wr_list;
319};
320
321static inline struct tom_data *
322tod_td(struct toedev *tod)
323{
324
325 return (__containerof(tod, struct tom_data, tod));
326}
327
328static inline struct adapter *
330{
331
332 return (td->tod.tod_softc);
333}
334
335static inline void
336set_mbuf_raw_wr(struct mbuf *m, bool raw)
337{
338
339 M_ASSERTPKTHDR(m);
340 m->m_pkthdr.PH_per.eight[6] = raw;
341}
342
343static inline bool
344mbuf_raw_wr(struct mbuf *m)
345{
346
347 M_ASSERTPKTHDR(m);
348 return (m->m_pkthdr.PH_per.eight[6]);
349}
350
351static inline void
352set_mbuf_ulp_submode(struct mbuf *m, uint8_t ulp_submode)
353{
354
355 M_ASSERTPKTHDR(m);
356 m->m_pkthdr.PH_per.eight[0] = ulp_submode;
357}
358
359static inline uint8_t
360mbuf_ulp_submode(struct mbuf *m)
361{
362
363 M_ASSERTPKTHDR(m);
364 return (m->m_pkthdr.PH_per.eight[0]);
365}
366
367static inline void
368set_mbuf_iscsi_iso(struct mbuf *m, bool iso)
369{
370
371 M_ASSERTPKTHDR(m);
372 m->m_pkthdr.PH_per.eight[1] = iso;
373}
374
375static inline bool
376mbuf_iscsi_iso(struct mbuf *m)
377{
378
379 M_ASSERTPKTHDR(m);
380 return (m->m_pkthdr.PH_per.eight[1]);
381}
382
383/* Flags for iSCSI segmentation offload. */
384#define CXGBE_ISO_TYPE(flags) ((flags) & 0x3)
385#define CXGBE_ISO_F 0x4
386
387static inline void
388set_mbuf_iscsi_iso_flags(struct mbuf *m, uint8_t flags)
389{
390
391 M_ASSERTPKTHDR(m);
392 m->m_pkthdr.PH_per.eight[2] = flags;
393}
394
395static inline uint8_t
396mbuf_iscsi_iso_flags(struct mbuf *m)
397{
398
399 M_ASSERTPKTHDR(m);
400 return (m->m_pkthdr.PH_per.eight[2]);
401}
402
403static inline void
404set_mbuf_iscsi_iso_mss(struct mbuf *m, uint16_t mss)
405{
406
407 M_ASSERTPKTHDR(m);
408 m->m_pkthdr.PH_per.sixteen[2] = mss;
409}
410
411static inline uint16_t
412mbuf_iscsi_iso_mss(struct mbuf *m)
413{
414
415 M_ASSERTPKTHDR(m);
416 return (m->m_pkthdr.PH_per.sixteen[2]);
417}
418
419/* t4_tom.c */
420struct toepcb *alloc_toepcb(struct vi_info *, int);
421int init_toepcb(struct vi_info *, struct toepcb *);
422struct toepcb *hold_toepcb(struct toepcb *);
423void free_toepcb(struct toepcb *);
424void offload_socket(struct socket *, struct toepcb *);
425void restore_so_proto(struct socket *, bool);
426void undo_offload_socket(struct socket *);
428void insert_tid(struct adapter *, int, void *, int);
429void *lookup_tid(struct adapter *, int);
430void update_tid(struct adapter *, int, void *);
431void remove_tid(struct adapter *, int, int);
432u_long select_rcv_wnd(struct socket *);
435 struct in_conninfo *, struct socket *, const struct tcp_options *, int16_t,
436 struct conn_params *cp);
439uint64_t select_ntuple(struct vi_info *, struct l2t_entry *);
441int add_tid_to_history(struct adapter *, u_int);
442
443/* t4_connect.c */
446int t4_connect(struct toedev *, struct socket *, struct nhop_object *,
447 struct sockaddr *);
448void act_open_failure_cleanup(struct adapter *, u_int, u_int);
449
450/* t4_listen.c */
453int t4_listen_start(struct toedev *, struct tcpcb *);
454int t4_listen_stop(struct toedev *, struct tcpcb *);
455void t4_syncache_added(struct toedev *, void *);
456void t4_syncache_removed(struct toedev *, void *);
457int t4_syncache_respond(struct toedev *, void *, struct mbuf *);
458int do_abort_req_synqe(struct sge_iq *, const struct rss_header *,
459 struct mbuf *);
460int do_abort_rpl_synqe(struct sge_iq *, const struct rss_header *,
461 struct mbuf *);
462void t4_offload_socket(struct toedev *, void *, struct socket *);
463void synack_failure_cleanup(struct adapter *, int);
464
465/* t4_cpl_io.c */
466void aiotx_init_toep(struct toepcb *);
467int t4_aio_queue_aiotx(struct socket *, struct kaiocb *);
470void send_abort_rpl(struct adapter *, struct sge_ofld_txq *, int , int);
471void send_flowc_wr(struct toepcb *, struct tcpcb *);
472void send_reset(struct adapter *, struct toepcb *, uint32_t);
473int send_rx_credits(struct adapter *, struct toepcb *, int);
474void send_rx_modulate(struct adapter *, struct toepcb *);
475void make_established(struct toepcb *, uint32_t, uint32_t, uint16_t);
476int t4_close_conn(struct adapter *, struct toepcb *);
477void t4_rcvd(struct toedev *, struct tcpcb *);
478void t4_rcvd_locked(struct toedev *, struct tcpcb *);
479int t4_tod_output(struct toedev *, struct tcpcb *);
480int t4_send_fin(struct toedev *, struct tcpcb *);
481int t4_send_rst(struct toedev *, struct tcpcb *);
482void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *,
483 uint16_t, uint64_t, uint64_t, int, int);
484void t4_push_frames(struct adapter *, struct toepcb *, int);
485void t4_push_pdus(struct adapter *, struct toepcb *, int);
486
487/* t4_ddp.c */
488int t4_init_ppod_region(struct ppod_region *, struct t4_range *, u_int,
489 const char *);
492int t4_alloc_page_pods_for_bio(struct ppod_region *, struct bio *,
493 struct ppod_reservation *);
494int t4_alloc_page_pods_for_buf(struct ppod_region *, vm_offset_t, int,
495 struct ppod_reservation *);
496int t4_alloc_page_pods_for_sgl(struct ppod_region *, struct ctl_sg_entry *, int,
497 struct ppod_reservation *);
498int t4_write_page_pods_for_ps(struct adapter *, struct sge_wrq *, int,
499 struct pageset *);
501 struct ppod_reservation *, struct bio *, struct mbufq *);
503 struct ppod_reservation *, vm_offset_t, int, struct mbufq *);
505 struct ppod_reservation *, struct ctl_sg_entry *, int, int, struct mbufq *);
507int t4_soreceive_ddp(struct socket *, struct sockaddr **, struct uio *,
508 struct mbuf **, struct mbuf **, int *);
509int t4_aio_queue_ddp(struct socket *, struct kaiocb *);
513void ddp_init_toep(struct toepcb *);
514void ddp_uninit_toep(struct toepcb *);
515void ddp_queue_toep(struct toepcb *);
516void release_ddp_resources(struct toepcb *toep);
517void handle_ddp_close(struct toepcb *, struct tcpcb *, uint32_t);
519void insert_ddp_data(struct toepcb *, uint32_t);
521 struct mbuf *, uint16_t, struct inpcb *);
522
523/* t4_tls.c */
525void do_rx_data_tls(const struct cpl_rx_data *, struct toepcb *, struct mbuf *);
526void t4_push_ktls(struct adapter *, struct toepcb *, int);
529void tls_detach(struct toepcb *);
530void tls_establish(struct toepcb *);
531void tls_init_toep(struct toepcb *);
533int tls_tx_key(struct toepcb *);
534void tls_uninit_toep(struct toepcb *);
535int tls_alloc_ktls(struct toepcb *, struct ktls_session *, int);
536
537#endif
uint32_t __be32
Definition: osdep.h:69
uint64_t __be64
Definition: osdep.h:70
uint16_t __be16
Definition: osdep.h:68
int flags
Definition: adapter.h:940
int8_t mtu_idx
Definition: t4_tom.h:111
int8_t cong_algo
Definition: t4_tom.h:103
int8_t sack
Definition: t4_tom.h:106
u_int sndbuf
Definition: t4_tom.h:119
int8_t nagle
Definition: t4_tom.h:107
uint16_t emss
Definition: t4_tom.h:117
int16_t l2t_idx
Definition: t4_tom.h:116
int8_t ulp_mode
Definition: t4_tom.h:112
int8_t tstamp
Definition: t4_tom.h:105
int8_t rx_coalesce
Definition: t4_tom.h:102
int8_t wscale
Definition: t4_tom.h:109
uint16_t opt0_bufsize
Definition: t4_tom.h:118
int8_t tc_idx
Definition: t4_tom.h:104
int16_t rxq_idx
Definition: t4_tom.h:115
int16_t txq_idx
Definition: t4_tom.h:114
int8_t ecn
Definition: t4_tom.h:110
int8_t keepalive
Definition: t4_tom.h:108
int8_t tx_align
Definition: t4_tom.h:113
int cancel_pending
Definition: t4_tom.h:165
struct kaiocb * job
Definition: t4_tom.h:164
struct pageset * ps
Definition: t4_tom.h:162
int active_id
Definition: t4_tom.h:176
struct kaiocb * queueing
Definition: t4_tom.h:178
TAILQ_HEAD(, pageset) cached_pagesets
u_int active_count
Definition: t4_tom.h:174
u_int waiting_count
Definition: t4_tom.h:173
u_int cached_count
Definition: t4_tom.h:175
TAILQ_HEAD(, kaiocb) aiojobq
u_int flags
Definition: t4_tom.h:169
struct task requeue_task
Definition: t4_tom.h:177
struct mtx lock
Definition: t4_tom.h:179
struct ddp_buffer db[2]
Definition: t4_tom.h:170
Definition: t4_l2t.h:63
int stid
Definition: t4_tom.h:262
struct vnet * vnet
Definition: t4_tom.h:266
volatile int refcount
Definition: t4_tom.h:261
struct sge_ofld_rxq * ofld_rxq
Definition: t4_tom.h:268
struct sge_wrq * ctrlq
Definition: t4_tom.h:267
struct clip_entry * ce
Definition: t4_tom.h:269
struct inpcb * inp
Definition: t4_tom.h:265
int flags
Definition: t4_tom.h:264
LIST_ENTRY(listen_ctx) link
uint32_t plen
Definition: t4_tom.h:123
uint8_t tx_credits
Definition: t4_tom.h:124
struct ppod_reservation prsv
Definition: t4_tom.h:151
vm_page_t * pages
Definition: t4_tom.h:146
int len
Definition: t4_tom.h:150
int npages
Definition: t4_tom.h:147
struct vmspace * vm
Definition: t4_tom.h:152
int offset
Definition: t4_tom.h:149
TAILQ_ENTRY(pageset) link
u_int vm_timestamp
Definition: t4_tom.h:154
vm_offset_t start
Definition: t4_tom.h:153
int flags
Definition: t4_tom.h:148
u_int pr_alias_shift
Definition: t4_tom.h:134
u_int pr_start
Definition: t4_tom.h:128
uint32_t pr_invalid_bit
Definition: t4_tom.h:132
uint32_t pr_tag_mask
Definition: t4_tom.h:131
uint32_t pr_alias_mask
Definition: t4_tom.h:133
vmem_t * pr_arena
Definition: t4_tom.h:135
u_int pr_page_shift[4]
Definition: t4_tom.h:130
u_int pr_len
Definition: t4_tom.h:129
u_int prsv_nppods
Definition: t4_tom.h:141
uint32_t prsv_tag
Definition: t4_tom.h:140
struct ppod_region * prsv_pr
Definition: t4_tom.h:139
Definition: t4_tom.h:239
__be16 tcp_opt
Definition: t4_tom.h:250
struct listen_ctx * lctx
Definition: t4_tom.h:240
struct mbuf * syn
Definition: t4_tom.h:241
uint32_t iss
Definition: t4_tom.h:246
int flags
Definition: t4_tom.h:242
struct toepcb * toep
Definition: t4_tom.h:251
struct conn_params params
Definition: t4_tom.h:253
volatile u_int refcnt
Definition: t4_tom.h:244
uint32_t irs
Definition: t4_tom.h:247
uint32_t rss_hash
Definition: t4_tom.h:249
uint32_t ts
Definition: t4_tom.h:248
volatile int ok_to_respond
Definition: t4_tom.h:243
int tid
Definition: t4_tom.h:245
struct mtx te_lock
Definition: t4_tom.h:287
struct callout te_callout
Definition: t4_tom.h:288
uint8_t te_sample[100]
Definition: t4_tom.h:294
u_int te_tid
Definition: t4_tom.h:292
u_int te_flags
Definition: t4_tom.h:291
uint8_t te_pidx
Definition: t4_tom.h:293
struct adapter * te_adapter
Definition: t4_tom.h:290
uint64_t te_tcb[TCB_SIZE/sizeof(uint64_t)]
Definition: t4_tom.h:289
Definition: t4_tom.h:182
uint8_t txsd_pidx
Definition: t4_tom.h:219
u_int tx_nocompl
Definition: t4_tom.h:200
uint8_t txsd_avail
Definition: t4_tom.h:221
struct task aiotx_task
Definition: t4_tom.h:214
struct l2t_entry * l2te
Definition: t4_tom.h:193
TAILQ_ENTRY(toepcb) link
struct conn_params params
Definition: t4_tom.h:203
void * ulpcb
Definition: t4_tom.h:205
u_int flags
Definition: t4_tom.h:185
u_int plen_nocompl
Definition: t4_tom.h:201
struct sge_ofld_rxq * ofld_rxq
Definition: t4_tom.h:191
u_int tx_total
Definition: t4_tom.h:198
TAILQ_HEAD(, kaiocb) aiotx_jobq
struct clip_entry * ce
Definition: t4_tom.h:194
struct sge_wrq * ctrlq
Definition: t4_tom.h:192
int tid
Definition: t4_tom.h:195
struct vi_info * vi
Definition: t4_tom.h:189
struct mbufq ulp_pdu_reclaimq
Definition: t4_tom.h:208
struct inpcb * inp
Definition: t4_tom.h:184
int refcount
Definition: t4_tom.h:187
uint8_t txsd_cidx
Definition: t4_tom.h:220
struct sge_ofld_txq * ofld_txq
Definition: t4_tom.h:190
struct ofld_tx_sdesc txsd[]
Definition: t4_tom.h:222
struct vnet * vnet
Definition: t4_tom.h:188
struct ddp_pcb ddp
Definition: t4_tom.h:210
struct mbufq ulp_pduq
Definition: t4_tom.h:207
struct socket * aiotx_so
Definition: t4_tom.h:215
struct tom_data * td
Definition: t4_tom.h:183
struct tls_ofld_info tls
Definition: t4_tom.h:211
void * ulpcb2
Definition: t4_tom.h:206
uint8_t txsd_total
Definition: t4_tom.h:218
u_int tx_credits
Definition: t4_tom.h:199
struct mtx unsent_wr_lock
Definition: t4_tom.h:316
struct tcb_histent ** tcb_history
Definition: t4_tom.h:312
STAILQ_HEAD(, wrqe) unsent_wr_list
u_long listen_mask
Definition: t4_tom.h:306
struct toedev tod
Definition: t4_tom.h:298
struct task reclaim_wr_resources
Definition: t4_tom.h:318
struct ppod_region pr
Definition: t4_tom.h:309
int dupack_threshold
Definition: t4_tom.h:313
LIST_HEAD(, listen_ctx) *listen_hash
int lctx_count
Definition: t4_tom.h:307
TAILQ_HEAD(, toepcb) toep_list
struct mtx toep_list_lock
Definition: t4_tom.h:301
struct rwlock tcb_history_lock __aligned(CACHE_LINE_SIZE)
struct mtx lctx_hash_lock
Definition: t4_tom.h:304
Definition: adapter.h:696
@ TCB_SIZE
Definition: t4_hw.h:47
static void set_mbuf_iscsi_iso_flags(struct mbuf *m, uint8_t flags)
Definition: t4_tom.h:388
void t4_free_ppod_region(struct ppod_region *)
int t4_send_fin(struct toedev *, struct tcpcb *)
void t4_uninit_listen_cpl_handlers(void)
void insert_ddp_data(struct toepcb *, uint32_t)
void tls_detach(struct toepcb *)
int t4_soreceive_ddp(struct socket *, struct sockaddr **, struct uio *, struct mbuf **, struct mbuf **, int *)
void * lookup_tid(struct adapter *, int)
static int ulp_mode(struct toepcb *toep)
Definition: t4_tom.h:226
void t4_ddp_mod_load(void)
int t4_write_page_pods_for_ps(struct adapter *, struct sge_wrq *, int, struct pageset *)
@ DDP_BUF1_ACTIVE
Definition: t4_tom.h:87
@ DDP_TASK_ACTIVE
Definition: t4_tom.h:88
@ DDP_SC_REQ
Definition: t4_tom.h:84
@ DDP_DEAD
Definition: t4_tom.h:89
@ DDP_OK
Definition: t4_tom.h:83
@ DDP_BUF0_ACTIVE
Definition: t4_tom.h:86
@ DDP_ON
Definition: t4_tom.h:85
void t4_syncache_removed(struct toedev *, void *)
void tls_uninit_toep(struct toepcb *)
int tls_alloc_ktls(struct toepcb *, struct ktls_session *, int)
int t4_alloc_page_pods_for_sgl(struct ppod_region *, struct ctl_sg_entry *, int, struct ppod_reservation *)
int t4_alloc_page_pods_for_bio(struct ppod_region *, struct bio *, struct ppod_reservation *)
void t4_init_cpl_io_handlers(void)
void ddp_uninit_toep(struct toepcb *)
static bool mbuf_iscsi_iso(struct mbuf *m)
Definition: t4_tom.h:376
@ TPF_CPL_PENDING
Definition: t4_tom.h:71
@ TPF_SYNQE_EXPANDED
Definition: t4_tom.h:73
@ TPF_INITIALIZED
Definition: t4_tom.h:76
@ TPF_SEND_FIN
Definition: t4_tom.h:68
@ TPF_SYNQE
Definition: t4_tom.h:72
@ TPF_KTLS
Definition: t4_tom.h:75
@ TPF_FIN_SENT
Definition: t4_tom.h:69
@ TPF_TX_SUSPENDED
Definition: t4_tom.h:67
@ TPF_FLOWC_WR_SENT
Definition: t4_tom.h:65
@ TPF_WAITING_FOR_FINAL
Definition: t4_tom.h:79
@ TPF_ABORT_SHUTDOWN
Definition: t4_tom.h:70
@ TPF_FORCE_CREDITS
Definition: t4_tom.h:74
@ TPF_TLS_RECEIVE
Definition: t4_tom.h:77
@ TPF_ATTACHED
Definition: t4_tom.h:64
@ TPF_TLS_ESTABLISHED
Definition: t4_tom.h:78
@ TPF_TX_DATA_SENT
Definition: t4_tom.h:66
int t4_tod_output(struct toedev *, struct tcpcb *)
void act_open_failure_cleanup(struct adapter *, u_int, u_int)
void tls_stop_handshake_timer(struct toepcb *)
int do_abort_rpl_synqe(struct sge_iq *, const struct rss_header *, struct mbuf *)
void handle_ddp_indicate(struct toepcb *)
void t4_push_frames(struct adapter *, struct toepcb *, int)
static void set_mbuf_iscsi_iso(struct mbuf *m, bool iso)
Definition: t4_tom.h:368
void t4_rcvd_locked(struct toedev *, struct tcpcb *)
uint64_t select_ntuple(struct vi_info *, struct l2t_entry *)
static void set_mbuf_iscsi_iso_mss(struct mbuf *m, uint16_t mss)
Definition: t4_tom.h:404
void t4_ddp_mod_unload(void)
struct toepcb * hold_toepcb(struct toepcb *)
void remove_tid(struct adapter *, int, int)
void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *, uint16_t, uint64_t, uint64_t, int, int)
void t4_free_page_pods(struct ppod_reservation *)
int tls_tx_key(struct toepcb *)
int init_toepcb(struct vi_info *, struct toepcb *)
void insert_tid(struct adapter *, int, void *, int)
static struct tom_data * tod_td(struct toedev *tod)
Definition: t4_tom.h:322
int t4_listen_start(struct toedev *, struct tcpcb *)
int add_tid_to_history(struct adapter *, u_int)
void t4_tls_mod_load(void)
void make_established(struct toepcb *, uint32_t, uint32_t, uint16_t)
__be64 calc_options0(struct vi_info *, struct conn_params *)
int t4_syncache_respond(struct toedev *, void *, struct mbuf *)
void free_toepcb(struct toepcb *)
int t4_alloc_page_pods_for_buf(struct ppod_region *, vm_offset_t, int, struct ppod_reservation *)
void ddp_queue_toep(struct toepcb *)
void ddp_init_toep(struct toepcb *)
int t4_listen_stop(struct toedev *, struct tcpcb *)
void t4_push_ktls(struct adapter *, struct toepcb *, int)
int send_rx_credits(struct adapter *, struct toepcb *, int)
void t4_tls_mod_unload(void)
void send_rx_modulate(struct adapter *, struct toepcb *)
void t4_init_listen_cpl_handlers(void)
void do_rx_data_tls(const struct cpl_rx_data *, struct toepcb *, struct mbuf *)
int t4_alloc_page_pods_for_ps(struct ppod_region *, struct pageset *)
int t4_send_rst(struct toedev *, struct tcpcb *)
static void set_mbuf_ulp_submode(struct mbuf *m, uint8_t ulp_submode)
Definition: t4_tom.h:352
int t4_write_page_pods_for_sgl(struct adapter *, struct toepcb *, struct ppod_reservation *, struct ctl_sg_entry *, int, int, struct mbufq *)
void t4_offload_socket(struct toedev *, void *, struct socket *)
void init_conn_params(struct vi_info *, struct offload_settings *, struct in_conninfo *, struct socket *, const struct tcp_options *, int16_t, struct conn_params *cp)
static uint8_t mbuf_ulp_submode(struct mbuf *m)
Definition: t4_tom.h:360
int t4_connect(struct toedev *, struct socket *, struct nhop_object *, struct sockaddr *)
int t4_aio_queue_ddp(struct socket *, struct kaiocb *)
int select_rcv_wscale(void)
static bool mbuf_raw_wr(struct mbuf *m)
Definition: t4_tom.h:344
void tls_establish(struct toepcb *)
void send_flowc_wr(struct toepcb *, struct tcpcb *)
static uint16_t mbuf_iscsi_iso_mss(struct mbuf *m)
Definition: t4_tom.h:412
void t4_init_connect_cpl_handlers(void)
void t4_uninit_connect_cpl_handlers(void)
void t4_uninit_cpl_io_handlers(void)
void release_ddp_resources(struct toepcb *toep)
void offload_socket(struct socket *, struct toepcb *)
int t4_write_page_pods_for_bio(struct adapter *, struct toepcb *, struct ppod_reservation *, struct bio *, struct mbufq *)
u_long select_rcv_wnd(struct socket *)
void synack_failure_cleanup(struct adapter *, int)
void final_cpl_received(struct toepcb *)
TAILQ_HEAD(pagesetq, pageset)
void undo_offload_socket(struct socket *)
void ddp_assert_empty(struct toepcb *)
int t4_close_conn(struct adapter *, struct toepcb *)
int do_abort_req_synqe(struct sge_iq *, const struct rss_header *, struct mbuf *)
void aiotx_init_toep(struct toepcb *)
void handle_ddp_close(struct toepcb *, struct tcpcb *, uint32_t)
static void set_mbuf_raw_wr(struct mbuf *m, bool raw)
Definition: t4_tom.h:336
__be32 calc_options2(struct vi_info *, struct conn_params *)
void t4_syncache_added(struct toedev *, void *)
bool can_tls_offload(struct adapter *)
static uint8_t mbuf_iscsi_iso_flags(struct mbuf *m)
Definition: t4_tom.h:396
static struct adapter * td_adapter(struct tom_data *td)
Definition: t4_tom.h:329
int t4_aio_queue_aiotx(struct socket *, struct kaiocb *)
struct toepcb * alloc_toepcb(struct vi_info *, int)
void tls_init_toep(struct toepcb *)
int t4_init_ppod_region(struct ppod_region *, struct t4_range *, u_int, const char *)
int t4_write_page_pods_for_buf(struct adapter *, struct toepcb *, struct ppod_reservation *, vm_offset_t, int, struct mbufq *)
void t4_push_pdus(struct adapter *, struct toepcb *, int)
void send_reset(struct adapter *, struct toepcb *, uint32_t)
int negative_advice(int)
void restore_so_proto(struct socket *, bool)
void send_abort_rpl(struct adapter *, struct sge_ofld_txq *, int, int)
void t4_rcvd(struct toedev *, struct tcpcb *)
void update_tid(struct adapter *, int, void *)
const struct offload_settings * lookup_offload_policy(struct adapter *, int, struct mbuf *, uint16_t, struct inpcb *)