Symbol: sge_fl
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
266
struct sge_fl *tsi_fl; /* Write Once */
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
44
struct sge_fl;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
525
struct sge_fl fl; /* Freelist for packet receive buffers */
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
672
list_create(&sc->sfl_list, sizeof (struct sge_fl),
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
673
offsetof(struct sge_fl, sfl_node));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1234
struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
125
static bool t4_fl_refill(struct sge_fl *, uint_t);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
126
static void t4_sfl_enqueue(struct adapter *, struct sge_fl *);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
128
static void t4_fl_free_bufs(struct sge_fl *fl);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
129
static mblk_t *t4_fl_get_payload(struct sge_fl *, uint32_t, bool);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1413
CTASSERT(offsetof(struct sge_fl, eq) == 0);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1466
struct sge_fl *fl = iq->tsi_fl;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
151
static void t4_fl_ring_db(struct sge_fl *fl);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2100
t4_fl_running_low(const struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2106
t4_fl_not_running_low(const struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2112
t4_fl_advance_cidx(struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2133
t4_fl_sdesc(struct sge_fl *fl, uint_t eq_idx, uint_t sdesc_idx)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2148
t4_fl_refill(struct sge_fl *fl, uint_t nbufs)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
216
t4_fl_to_iq(struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2254
struct sge_fl *fl = list_head(&sc->sfl_list);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2256
struct sge_fl *next = list_next(&sc->sfl_list, fl);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2275
t4_sfl_enqueue(struct adapter *sc, struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2293
t4_fl_free_bufs(struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2319
t4_fl_get_payload(struct sge_fl *fl, uint32_t len, bool newbuf)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2355
DTRACE_PROBE1(t4__fl_alloc_fail, struct sge_fl *, fl);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2379
struct sge_fl *, fl);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3582
t4_fl_ring_db(struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
729
t4_fl_periodic_refill(struct sge_fl *fl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
876
struct sge_fl *fl = rx_iq->tsi_fl;