Symbol: listen_ctx
sys/dev/cxgbe/offload.h
137
struct listen_ctx **stid_tab;
sys/dev/cxgbe/tom/t4_listen.c
1031
struct listen_ctx *lctx = synqe->lctx;
sys/dev/cxgbe/tom/t4_listen.c
1081
struct listen_ctx *lctx = synqe->lctx;
sys/dev/cxgbe/tom/t4_listen.c
1338
struct listen_ctx *lctx = lookup_stid(sc, stid);
sys/dev/cxgbe/tom/t4_listen.c
139
struct listen_ctx *lctx;
sys/dev/cxgbe/tom/t4_listen.c
1626
struct listen_ctx *lctx = synqe->lctx;
sys/dev/cxgbe/tom/t4_listen.c
180
struct listen_ctx *lctx;
sys/dev/cxgbe/tom/t4_listen.c
293
static struct listen_ctx *
sys/dev/cxgbe/tom/t4_listen.c
327
static struct listen_ctx *
sys/dev/cxgbe/tom/t4_listen.c
330
struct listen_ctx *lctx;
sys/dev/cxgbe/tom/t4_listen.c
334
lctx = malloc(sizeof(struct listen_ctx), M_CXGBE, M_NOWAIT | M_ZERO);
sys/dev/cxgbe/tom/t4_listen.c
367
free_lctx(struct adapter *sc, struct listen_ctx *lctx)
sys/dev/cxgbe/tom/t4_listen.c
388
hold_lctx(struct listen_ctx *lctx)
sys/dev/cxgbe/tom/t4_listen.c
405
listen_hash_add(struct adapter *sc, struct listen_ctx *lctx)
sys/dev/cxgbe/tom/t4_listen.c
419
static struct listen_ctx *
sys/dev/cxgbe/tom/t4_listen.c
424
struct listen_ctx *lctx;
sys/dev/cxgbe/tom/t4_listen.c
439
static struct listen_ctx *
sys/dev/cxgbe/tom/t4_listen.c
444
struct listen_ctx *lctx, *l;
sys/dev/cxgbe/tom/t4_listen.c
465
release_lctx(struct adapter *sc, struct listen_ctx *lctx)
sys/dev/cxgbe/tom/t4_listen.c
564
create_server(struct adapter *sc, struct listen_ctx *lctx)
sys/dev/cxgbe/tom/t4_listen.c
592
create_server6(struct adapter *sc, struct listen_ctx *lctx)
sys/dev/cxgbe/tom/t4_listen.c
622
destroy_server(struct adapter *sc, struct listen_ctx *lctx)
sys/dev/cxgbe/tom/t4_listen.c
657
struct listen_ctx *lctx;
sys/dev/cxgbe/tom/t4_listen.c
750
struct listen_ctx *lctx;
sys/dev/cxgbe/tom/t4_listen.c
76
static struct listen_ctx *lookup_stid(struct adapter *, int);
sys/dev/cxgbe/tom/t4_listen.c
779
alloc_synqe(struct adapter *sc, struct listen_ctx *lctx, int flags)
sys/dev/cxgbe/tom/t4_listen.c
80
static struct listen_ctx *alloc_lctx(struct adapter *, struct inpcb *,
sys/dev/cxgbe/tom/t4_listen.c
82
static int free_lctx(struct adapter *, struct listen_ctx *);
sys/dev/cxgbe/tom/t4_listen.c
83
static void hold_lctx(struct listen_ctx *);
sys/dev/cxgbe/tom/t4_listen.c
84
static void listen_hash_add(struct adapter *, struct listen_ctx *);
sys/dev/cxgbe/tom/t4_listen.c
85
static struct listen_ctx *listen_hash_find(struct adapter *, struct inpcb *);
sys/dev/cxgbe/tom/t4_listen.c
86
static struct listen_ctx *listen_hash_del(struct adapter *, struct inpcb *);
sys/dev/cxgbe/tom/t4_listen.c
87
static struct inpcb *release_lctx(struct adapter *, struct listen_ctx *);
sys/dev/cxgbe/tom/t4_listen.c
887
struct listen_ctx *lctx = lookup_stid(sc, stid);
sys/dev/cxgbe/tom/t4_listen.c
91
static int create_server6(struct adapter *, struct listen_ctx *);
sys/dev/cxgbe/tom/t4_listen.c
92
static int create_server(struct adapter *, struct listen_ctx *);
sys/dev/cxgbe/tom/t4_listen.c
964
struct listen_ctx *lctx = lookup_stid(sc, stid);
sys/dev/cxgbe/tom/t4_listen.c
995
struct listen_ctx *lctx = synqe->lctx;
sys/dev/cxgbe/tom/t4_tom.h
275
struct listen_ctx *lctx; /* backpointer to listen ctx */
sys/dev/cxgbe/tom/t4_tom.h
298
LIST_ENTRY(listen_ctx) link; /* listen hash linkage */
sys/dev/cxgbe/tom/t4_tom.h
349
LIST_HEAD(, listen_ctx) *listen_hash;