/src/sys/dev/pci/cxgb/ |
cxgb_lro.c | 173 lro_flush_session(struct sge_qset *qs, struct t3_lro_session *s, struct mbuf *m) 175 struct lro_state *l = &qs->lro; 180 DPRINTF("%s(qs=%p, s=%p, ", __func__, 181 qs, s); 195 t3_rx_eth(qs->port->adapter, &qs->rspq, sm, 2); 205 qs->port_stats[SGE_PSTATS_LRO_FLUSHED]++; 209 lro_new_session(struct sge_qset *qs, struct mbuf *m, uint32_t rss_hash) 211 struct lro_state *l = &qs->lro; 215 DPRINTF("%s(qs=%p, m=%p, rss_hash=0x%x)\n", __func__ 327 struct sge_qset *qs = rspq_to_qset(rq); local in function:t3_rx_eth_lro [all...] |
cxgb_main.c | 1374 struct sge_qset *qs; local in function:cxgb_start_tx 1390 qs = &p->adapter->sge.qs[p->first_qset]; 1391 txq = &qs->txq[TXQ_ETH]; 1460 struct sge_qset *qs; local in function:cxgb_start_proc 1464 qs = &pi->adapter->sge.qs[pi->first_qset]; 1465 txq = &qs->txq[TXQ_ETH]; 1479 struct sge_qset *qs; local in function:cxgb_start 1483 qs = &pi->adapter->sge.qs[pi->first_qset] [all...] |
cxgb_adapter.h | 305 struct sge_qset qs[SGE_QSETS]; member in struct:sge 534 void t3_lro_flush(adapter_t *adap, struct sge_qset *qs, struct lro_state *state); 537 int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx, 539 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
|
cxgb_sge.c | 443 t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p) 446 qs->rspq.holdoff_tmr = uimax(p->coalesce_nsecs/100, 1U); 447 qs->rspq.polling = 0 /* p->polling */; 682 struct sge_qset *qs; local in function:sge_timer_cb 689 qs = &sc->sge.qs[i + j]; 690 txq = &qs->txq[0]; 693 refill_rx = ((qs->fl[0].credits < qs->fl[0].size) || 694 (qs->fl[1].credits < qs->fl[1].size)) 814 struct sge_qset *qs; local in function:sge_timer_reclaim 1158 struct sge_qset *qs; local in function:t3_encap 1365 struct sge_qset *qs = txq_to_qset(q, qid); local in function:check_desc_avail 1467 struct sge_qset *qs = (struct sge_qset *)data; local in function:restart_ctrlq 1848 struct sge_qset *qs = data; local in function:restart_offloadq 1942 struct sge_qset *qs = &adap->sge.qs[queue_set(m)]; local in function:t3_offload_tx 2612 struct sge_qset *qs = data; local in function:t3_intr_msix [all...] |
/src/dist/pf/sbin/pfctl/ |
pfctl_qstats.c | 369 struct queue_stats *qs; local in function:update_avg 376 qs = &a->qstats; 377 n = qs->avgn; 381 b = qs->data.cbq_stats.xmit_cnt.bytes; 382 p = qs->data.cbq_stats.xmit_cnt.packets; 385 b = qs->data.priq_stats.xmitcnt.bytes; 386 p = qs->data.priq_stats.xmitcnt.packets; 389 b = qs->data.hfsc_stats.xmit_cnt.bytes; 390 p = qs->data.hfsc_stats.xmit_cnt.packets; 399 qs->prev_bytes = b [all...] |
/src/sys/net/ |
pktqueue.c | 592 struct pcq **qp, *q, **qs = vqs; local in function:pktq_set_maxlen_cpu 599 *qp = qs[i]; 600 qs[i] = q; 615 pcq_t **qs; local in function:pktq_set_maxlen 623 qs = kmem_zalloc(slotbytes, KM_SLEEP); 625 qs[i] = pcq_create(maxlen, KM_SLEEP); 633 xc_wait(xc_broadcast(XC_HIGHPRI, pktq_set_maxlen_cpu, pq, qs)); 659 while ((m = pcq_get(qs[i])) != NULL) { 664 pcq_destroy(qs[i]); 668 kmem_free(qs, slotbytes) [all...] |
/src/sys/opencrypto/ |
crypto.c | 146 struct crypto_crp_qs *qs = p; local in function:crypto_crp_qs_init_pc 148 qs->crp_q = kmem_alloc(sizeof(struct crypto_crp_q), KM_SLEEP); 149 qs->crp_kq = kmem_alloc(sizeof(struct crypto_crp_kq), KM_SLEEP); 151 TAILQ_INIT(qs->crp_q); 152 TAILQ_INIT(qs->crp_kq); 184 struct crypto_crp_ret_qs *qs; local in function:crypto_get_crp_ret_qs 189 qs = crypto_crp_ret_qs_list[cpuid]; 190 mutex_enter(&qs->crp_ret_q_mtx); 191 return qs; 198 struct crypto_crp_ret_qs *qs; local in function:crypto_put_crp_ret_qs 221 struct crypto_crp_ret_qs *qs; local in function:sysctl_opencrypto_q_len 244 struct crypto_crp_ret_qs *qs; local in function:sysctl_opencrypto_q_drops 264 struct crypto_crp_ret_qs *qs; local in function:sysctl_opencrypto_q_maxlen 295 struct crypto_crp_ret_qs *qs; local in function:sysctl_opencrypto_kq_len 318 struct crypto_crp_ret_qs *qs; local in function:sysctl_opencrypto_kq_drops 338 struct crypto_crp_ret_qs *qs; local in function:sysctl_opencrypto_kq_maxlen 533 struct crypto_crp_ret_qs *qs; local in function:crypto_crp_ret_qs_init 649 struct crypto_crp_ret_qs *qs; local in function:crypto_destroy 1598 struct crypto_crp_ret_qs *qs; local in function:crypto_getreq 1665 struct crypto_crp_ret_qs *qs; local in function:crypto_kgetreq 1698 struct crypto_crp_ret_qs *qs; local in function:crypto_done 1733 struct crypto_crp_ret_qs *qs; local in function:crypto_kdone 1949 struct crypto_crp_ret_qs *qs; local in function:cryptoret_softint [all...] |
/src/sys/dev/pci/qat/ |
qat.c | 1624 struct qat_session *qs = NULL; local in function:qat_crypto_process 1633 qs = qcy->qcy_sessions[CRYPTO_SESID2LID(crp->crp_sid)]; 1634 mutex_spin_enter(&qs->qs_session_mtx); 1635 KASSERT(qs->qs_status & QAT_SESSION_STATUS_ACTIVE); 1636 qs->qs_inflight++; 1637 mutex_spin_exit(&qs->qs_session_mtx); 1648 desc = &qs->qs_dec_desc; 1659 desc = &qs->qs_enc_desc; 1701 qsbc->qsbc_session = qs; 1704 qcy->qcy_sc->sc_hw.qhw_crypto_setup_req_params(qcb, qs, desc, qsc 1834 struct qat_session *qs; local in function:qat_crypto_init 1874 struct qat_session *qs = NULL; local in function:qat_crypto_new_session 2015 struct qat_session *qs; local in function:qat_crypto_free_session 2068 struct qat_session *qs; local in function:qat_crypto_sym_rxintr [all...] |