Searched refs:swq (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_wr.c | 727 dapls_tavor_workq_hdr_t *swq; in dapls_tavor_wrid_init() local 741 swq = dapli_tavor_wrid_wqhdr_find(qp->qp_sq_cqhdl, qp->qp_num, in dapls_tavor_wrid_init() 743 if (swq == NULL) { in dapls_tavor_wrid_init() 746 swq = dapli_tavor_wrid_wqhdr_create(qp->qp_sq_cqhdl, in dapls_tavor_wrid_init() 748 if (swq == NULL) { in dapls_tavor_wrid_init() 757 qp->qp_sq_wqhdr = swq; in dapls_tavor_wrid_init() 758 swq->wq_size = qp->qp_sq_numwqe; in dapls_tavor_wrid_init() 759 swq->wq_head = 0; in dapls_tavor_wrid_init() 760 swq->wq_tail = 0; in dapls_tavor_wrid_init() 761 swq->wq_full = 0; in dapls_tavor_wrid_init() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | sched_impl.c | 212 kcf_global_swq_t swq; in kcf_global_swq() local 225 if (mdb_vread(&swq, sizeof (kcf_global_swq_t), (uintptr_t)ptr) == -1) { in kcf_global_swq() 229 mdb_printf("gs_lock (mutex):\t%p\n", swq.gs_lock); in kcf_global_swq() 230 mdb_printf("gs_cv:\t%hx\n", swq.gs_cv._opaque); in kcf_global_swq() 231 mdb_printf("gs_njobs:\t%u\n", swq.gs_njobs); in kcf_global_swq() 232 mdb_printf("gs_maxjobs:\t%u\n", swq.gs_maxjobs); in kcf_global_swq() 233 mdb_printf("gs_first:\t%p\n", swq.gs_first); in kcf_global_swq() 234 mdb_printf("gs_last:\t%p\n", swq.gs_last); in kcf_global_swq() 236 argv, (uintptr_t)swq.gs_first)); in kcf_global_swq()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 2330 tavor_workq_hdr_t *swq, *rwq; in tavor_wrid_from_reset_handling() local 2345 swq = tavor_wrid_wqhdr_find(qp->qp_sq_cqhdl, qp->qp_qpnum, in tavor_wrid_from_reset_handling() 2347 if (swq == NULL) { in tavor_wrid_from_reset_handling() 2350 swq = tavor_wrid_wqhdr_create(state, qp->qp_sq_cqhdl, in tavor_wrid_from_reset_handling() 2352 if (swq == NULL) { in tavor_wrid_from_reset_handling() 2364 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swq)) in tavor_wrid_from_reset_handling() 2365 qp->qp_sq_wqhdr = swq; in tavor_wrid_from_reset_handling() 2366 swq->wq_size = qp->qp_sq_bufsz; in tavor_wrid_from_reset_handling() 2367 swq->wq_head = 0; in tavor_wrid_from_reset_handling() 2368 swq->wq_tail = 0; in tavor_wrid_from_reset_handling() [all …]
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 2218 hermon_workq_hdr_t *swq, *rwq; in hermon_wrid_from_reset_handling() local 2239 swq = qp->qp_sq_wqhdr; in hermon_wrid_from_reset_handling() 2240 swq->wq_head = 0; in hermon_wrid_from_reset_handling() 2241 swq->wq_tail = 0; in hermon_wrid_from_reset_handling() 2242 swq->wq_full = 0; in hermon_wrid_from_reset_handling()
|