Searched refs:wqicb (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_dbg.h76 #define QL_DUMP_WQICB(qlge, wqicb) if (qlge->ql_dbgprnt & DBG_INIT) \
77 ql_dump_wqicb(qlge, wqicb)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c527 ql_dump_wqicb(qlge_t *qlge, struct wqicb_t *wqicb) argument
531 ASSERT(wqicb != NULL);
536 le16_to_cpu(wqicb->len));
538 le16_to_cpu(wqicb->flags));
540 le16_to_cpu(wqicb->cq_id_rss));
542 le16_to_cpu(wqicb->rid));
544 le32_to_cpu(wqicb->wq_addr_lo));
546 le32_to_cpu(wqicb->wq_addr_hi));
548 le32_to_cpu(wqicb->cnsmr_idx_addr_lo));
550 le32_to_cpu(wqicb
[all...]
H A Dqlge.c3358 /* free the wqicb struct */
3456 /* alloc a wqicb control block to load this tx ring to hw */
3466 cmn_err(CE_WARN, "%s(%d): wqicb allocation failed.",
6392 /* first shadow area is used by wqicb's host copy of consumer index */
6623 struct wqicb_t *wqicb = (struct wqicb_t *)tx_ring->wqicb_dma.vaddr; local
6655 wqicb->len =
6657 wqicb->flags = cpu_to_le16(Q_FLAGS_LC |
6659 wqicb->cq_id_rss = (uint16_t)cpu_to_le16(tx_ring->cq_id);
6660 wqicb->rid = 0;
6661 wqicb
[all...]

Completed in 70 milliseconds