Symbol: oce_wq
usr/src/uts/common/io/fibre-channel/fca/oce/oce_gld.c
287
struct oce_wq *wq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
455
static struct oce_wq *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
458
struct oce_wq *wq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
473
wq = kmem_zalloc(sizeof (struct oce_wq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
51
static struct oce_wq *oce_wq_init(struct oce_dev *dev, uint32_t q_len,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
53
static void oce_wq_fini(struct oce_dev *dev, struct oce_wq *wq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
54
static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
544
kmem_free(wq, sizeof (struct oce_wq));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
55
static void oce_wq_del(struct oce_dev *dev, struct oce_wq *wq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
557
oce_wq_fini(struct oce_dev *dev, struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
571
kmem_free(wq, sizeof (struct oce_wq));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
577
oce_wq_create(struct oce_wq *wq, struct oce_eq *eq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
661
oce_wq_del(struct oce_dev *dev, struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
112
oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
133
oce_wqm_cache_create(struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
172
oce_wqm_cache_destroy(struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
195
oce_wqb_cache_create(struct oce_wq *wq, size_t buf_size)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
235
oce_wqb_cache_destroy(struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
257
oce_wqb_ctor(oce_wq_bdesc_t *wqbd, struct oce_wq *wq, size_t size, int flags)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
281
oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
294
oce_wqb_alloc(struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
308
oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
31
static void oce_free_wqed(struct oce_wq *wq, oce_wqe_desc_t *wqed);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
32
static int oce_map_wqe(struct oce_wq *wq, oce_wqe_desc_t *wqed,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
321
oce_wqm_alloc(struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
335
oce_wqm_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
34
static int oce_bcopy_wqe(struct oce_wq *wq, oce_wqe_desc_t *wqed, mblk_t *mp,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
349
oce_wqmd_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
36
static void oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
37
static int oce_wqb_ctor(oce_wq_bdesc_t *wqbd, struct oce_wq *wq,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
39
static inline oce_wq_bdesc_t *oce_wqb_alloc(struct oce_wq *wq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
398
struct oce_wq *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
40
static void oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
401
struct oce_wq *wq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
42
static void oce_wqmd_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
424
oce_fill_ring_descs(struct oce_wq *wq, oce_wqe_desc_t *wqed)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
43
static void oce_wqm_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
44
static oce_wq_mdesc_t *oce_wqm_alloc(struct oce_wq *wq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
45
static int oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
450
oce_bcopy_wqe(struct oce_wq *wq, oce_wqe_desc_t *wqed, mblk_t *mp,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
46
static void oce_wqm_dtor(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
47
static void oce_fill_ring_descs(struct oce_wq *wq, oce_wqe_desc_t *wqed);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
50
static inline int oce_process_tx_compl(struct oce_wq *wq, boolean_t rearm);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
506
oce_map_wqe(struct oce_wq *wq, oce_wqe_desc_t *wqed, mblk_t *mp,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
555
oce_process_tx_compl(struct oce_wq *wq, boolean_t rearm)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
613
struct oce_wq *wq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
615
wq = (struct oce_wq *)arg;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
675
oce_send_packet(struct oce_wq *wq, mblk_t *mp)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
899
oce_free_wqed(struct oce_wq *wq, oce_wqe_desc_t *wqed)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
927
oce_start_wq(struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
94
oce_wqm_dtor(struct oce_wq *wq, oce_wq_mdesc_t *wqmd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
941
oce_clean_wq(struct oce_wq *wq)
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
126
struct oce_wq *wq;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
181
int oce_wqb_cache_create(struct oce_wq *wq, size_t buf_size);
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
182
void oce_wqb_cache_destroy(struct oce_wq *wq);
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
184
void oce_wqm_cache_destroy(struct oce_wq *wq);
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
185
int oce_wqm_cache_create(struct oce_wq *wq);
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_impl.h
212
struct oce_wq *wq[OCE_MAX_WQ]; /* TXQ Array */
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
335
struct oce_wq *oce_get_wq(struct oce_dev *dev, mblk_t *pkt);
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
337
mblk_t *oce_send_packet(struct oce_wq *wq, mblk_t *mp);
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
338
int oce_start_wq(struct oce_wq *wq);
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
339
void oce_clean_wq(struct oce_wq *wq);