Searched refs:sds (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/tests/sys/netinet/
H A Dso_reuseport_lb_test.c51 lb_simple_accept_loop(int domain, const struct sockaddr *addr, int sds[], argument
81 csd = accept(sds[i], NULL, NULL);
132 int error, sds[16]; local
135 sds[0] = lb_listen_socket(PF_INET, SOCK_NONBLOCK);
142 error = bind(sds[0], (const struct sockaddr *)&addr, sizeof(addr));
144 error = listen(sds[0], 1);
148 error = getsockname(sds[0], (struct sockaddr *)&addr, &slen);
159 for (i = 1; i < nitems(sds); i++) {
160 sds[i] = lb_listen_socket(PF_INET, SOCK_NONBLOCK);
162 error = bind(sds[
188 int error, sds[16]; local
[all...]
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_isr.c65 sdsp = &ha->hw.sds[sds_idx];
277 hw->sds[sds_idx].rcv_active = 1;
279 hw->sds[sds_idx].rcv_active = 0;
288 comp_idx = hw->sds[sds_idx].sdsr_next;
289 lro = &hw->sds[sds_idx].lro;
294 &hw->sds[sds_idx].sds_ring_base[comp_idx];
324 &hw->sds[sds_idx].sds_ring_base[comp_idx];
330 if (hw->sds[sds_idx].sdsr_next != comp_idx) {
333 hw->sds[sds_idx].sdsr_next = comp_idx;
335 sdesc = (q80_stat_desc_t *)&hw->sds[sds_id
[all...]
H A Dqla_os.c1260 ha->hw.sds[i].sdsr_next = 0;
1261 ha->hw.sds[i].rxb_free = NULL;
1262 ha->hw.sds[i].rx_free = 0;
1263 ha->hw.sds[i].rxjb_free = NULL;
1264 ha->hw.sds[i].rxj_free = 0;
1393 ha->hw.sds[i].sdsr_next = 0;
1394 ha->hw.sds[i].rxb_free = NULL;
1395 ha->hw.sds[i].rx_free = 0;
1396 ha->hw.sds[i].rxjb_free = NULL;
1397 ha->hw.sds[
[all...]
H A Dqla_hw.c212 device_printf(dev, "%s: sds ring alloc failed\n",
286 hw->sds[i].sds_ring_base =
1237 sdesc = (q80_stat_desc_t *)&hw->sds[i].sds_ring_base[0];
1288 "%s: rcv cntxt sds[%i].consumer_reg = 0x%08x"
1289 " sds[%i].intr_mask_reg = 0x%08x\n",
1794 lro = &hw->sds[i].lro;
1819 lro = &hw->sds[i].lro;
1833 if (ha->hw.sds[i].rcv_active)
H A Dqla_hw.h244 uint32_t sds_ring_offset; /* sds configuration relative to data[0] */
250 } __packed q80_rq_rcv_cntxt_t; /* 176 bytes header + rds + sds ring rqsts */
268 uint32_t sds_ring_offset; /* sds configuration relative to data[0] */
283 } __packed q80_rsp_rcv_cntxt_t; /* 152 bytes header + rds + sds ring rspncs */
719 q80_stat_desc_t *sds_ring_base; /* start of sds ring */
797 qla_sds_t sds[MAX_SDS_RINGS]; member in struct:_qla_hw
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_isr.c75 lro = &ha->hw.sds[sds_idx].lro;
82 sdsp = &ha->hw.sds[sds_idx];
233 sdsp = &ha->hw.sds[sds_idx];
388 &ha->hw.sds[sds_idx].sds_ring_base[comp_idx];
468 ("%s: %s [nh, sds, d0, d1]=[%d, %d, %p, %p]\n",
501 hw->sds[sds_idx].rcv_active = 1;
503 hw->sds[sds_idx].rcv_active = 0;
512 comp_idx = hw->sds[sds_idx].sdsr_next;
517 &hw->sds[sds_idx].sds_ring_base[comp_idx];
559 &hw->sds[sds_id
[all...]
H A Dql_hw.c796 CTLFLAG_RD, &ha->hw.sds[i].intr_count,
801 CTLFLAG_RD, &ha->hw.sds[i].rx_free,
802 ha->hw.sds[i].rx_free, "rx_free");
1359 device_printf(dev, "%s: sds ring alloc failed\n",
1373 hw->sds[i].sds_ring_base =
2797 lro = &hw->sds[i].lro;
2832 lro = &hw->sds[i].lro;
2858 lro = &hw->sds[i].lro;
3133 sdesc = (q80_stat_desc_t *)&hw->sds[i].sds_ring_base[0];
3181 rcntxt->sds[
[all...]
H A Dql_ioctl.c455 sds_state->sdsr_next = ha->hw.sds[i].sdsr_next;
456 sds_state->sds_consumer = ha->hw.sds[i].sds_consumer;
H A Dql_hw.h1279 q80_rq_sds_ring_t sds[MAX_RCNTXT_SDS_RINGS]; member in struct:_q80_rq_rcv_cntxt
1323 q80_rq_sds_ring_t sds[MAX_RCNTXT_SDS_RINGS]; member in struct:_q80_rq_add_rcv_rings
1488 q80_stat_desc_t *sds_ring_base; /* start of sds ring */
1647 qla_sds_t sds[MAX_SDS_RINGS]; member in struct:_qla_hw
1736 bus_write_4((ha->pci_reg), (ha->hw.sds[i].sds_consumer), val);
H A Dql_os.c497 printf("%s: mp__ncpus %d sds %d rds %d msi-x %d\n", __func__, mp_ncpus,
1947 ha->hw.sds[i].sdsr_next = 0;
1948 ha->hw.sds[i].rxb_free = NULL;
1949 ha->hw.sds[i].rx_free = 0;
1972 ha->hw.sds[i].sdsr_next = 0;
1973 ha->hw.sds[i].rxb_free = NULL;
1974 ha->hw.sds[i].rx_free = 0;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c1005 scan_ds_t *sds; local
1006 while ((sds = avl_destroy_nodes(&scn->scn_queue, &cookie)) != NULL) {
1007 kmem_free(sds, sizeof (*sds));
1014 scan_ds_t srch, *sds; local
1017 sds = avl_find(&scn->scn_queue, &srch, NULL);
1018 if (sds != NULL && txg != NULL)
1019 *txg = sds->sds_txg;
1020 return (sds != NULL);
1026 scan_ds_t *sds; local
1040 scan_ds_t srch, *sds; local
2468 scan_ds_t *sds; local
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp157 auto *sds = StackDepotGetStats(); local
167 sds->allocated, sds->n_uniq_ids, asc[AllocatorStatMapped]);

Completed in 129 milliseconds