Home
last modified time | relevance | path

Searched refs:wq_desc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/test/util-tests/tests/workq/
H A Dwqt.c80 const char *wq_desc; /* test description/name */ member
143 "%s\n", wqt->wq_desc, strerror(errno)); in wq_test_run()
153 "Expected %d, got %d (%d)\n", wqt->wq_desc, wqt->wq_rval, in wq_test_run()
160 "Expected %d, got %d\n", wqt->wq_desc, wqt->wq_uerr, err); in wq_test_run()
166 "result: %d, expected %d\n", wqt->wq_desc, wqt_count, in wq_test_run()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2610 tx_ring_desc = tx_ring->wq_desc; in ql_process_mac_tx_intr()
3303 struct tx_ring_desc *tx_ring_desc = tx_ring->wq_desc; in ql_init_tx_ring()
3329 if (tx_ring->wq_desc != NULL) { in ql_free_tx_resources()
3330 tx_ring_desc = tx_ring->wq_desc; in ql_free_tx_resources()
3354 kmem_free(tx_ring->wq_desc, in ql_free_tx_resources()
3356 tx_ring->wq_desc = NULL; in ql_free_tx_resources()
3394 tx_ring->wq_desc = in ql_alloc_tx_resources()
3397 if (tx_ring->wq_desc == NULL) { in ql_alloc_tx_resources()
3400 tx_ring_desc = tx_ring->wq_desc; in ql_alloc_tx_resources()
5374 tx_cb = &tx_ring->wq_desc[tx_ring->prod_idx]; in ql_send_common()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h460 struct tx_ring_desc *wq_desc; member