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

/freebsd-13-stable/tests/sys/netinet/
H A Dso_reuseport_lb_test.c51 lb_simple_accept_loop(int domain, const struct sockaddr *addr, int sds[], argument
86 csd = accept(sds[i], NULL, NULL);
137 int error, sds[16]; local
140 sds[0] = lb_listen_socket(PF_INET, SOCK_NONBLOCK);
147 error = bind(sds[0], (const struct sockaddr *)&addr, sizeof(addr));
149 error = listen(sds[0], 1);
153 error = getsockname(sds[0], (struct sockaddr *)&addr, &slen);
164 for (i = 1; i < nitems(sds); i++) {
165 sds[i] = lb_listen_socket(PF_INET, SOCK_NONBLOCK);
167 error = bind(sds[
193 int error, sds[16]; local
[all...]
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_isr.c65 sdsp = &ha->hw.sds[sds_idx];
276 hw->sds[sds_idx].rcv_active = 1;
278 hw->sds[sds_idx].rcv_active = 0;
287 comp_idx = hw->sds[sds_idx].sdsr_next;
288 lro = &hw->sds[sds_idx].lro;
292 &hw->sds[sds_idx].sds_ring_base[comp_idx];
321 &hw->sds[sds_idx].sds_ring_base[comp_idx];
327 if (hw->sds[sds_idx].sdsr_next != comp_idx) {
330 hw->sds[sds_idx].sdsr_next = comp_idx;
332 sdesc = (q80_stat_desc_t *)&hw->sds[sds_id
[all...]
H A Dqla_os.c1247 ha->hw.sds[i].sdsr_next = 0;
1248 ha->hw.sds[i].rxb_free = NULL;
1249 ha->hw.sds[i].rx_free = 0;
1250 ha->hw.sds[i].rxjb_free = NULL;
1251 ha->hw.sds[i].rxj_free = 0;
1377 ha->hw.sds[i].sdsr_next = 0;
1378 ha->hw.sds[i].rxb_free = NULL;
1379 ha->hw.sds[i].rx_free = 0;
1380 ha->hw.sds[i].rxjb_free = NULL;
1381 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 =
1228 sdesc = (q80_stat_desc_t *)&hw->sds[i].sds_ring_base[0];
1279 "%s: rcv cntxt sds[%i].consumer_reg = 0x%08x"
1280 " sds[%i].intr_mask_reg = 0x%08x\n",
1784 lro = &hw->sds[i].lro;
1809 lro = &hw->sds[i].lro;
1823 if (ha->hw.sds[i].rcv_active)
H A Dqla_hw.h241 uint32_t sds_ring_offset; /* sds configuration relative to data[0] */
247 } __packed q80_rq_rcv_cntxt_t; /* 176 bytes header + rds + sds ring rqsts */
265 uint32_t sds_ring_offset; /* sds configuration relative to data[0] */
280 } __packed q80_rsp_rcv_cntxt_t; /* 152 bytes header + rds + sds ring rspncs */
713 q80_stat_desc_t *sds_ring_base; /* start of sds ring */
791 qla_sds_t sds[MAX_SDS_RINGS]; member in struct:_qla_hw
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_isr.c73 lro = &ha->hw.sds[sds_idx].lro;
80 sdsp = &ha->hw.sds[sds_idx];
229 sdsp = &ha->hw.sds[sds_idx];
384 &ha->hw.sds[sds_idx].sds_ring_base[comp_idx];
463 ("%s: %s [nh, sds, d0, d1]=[%d, %d, %p, %p]\n",
496 hw->sds[sds_idx].rcv_active = 1;
498 hw->sds[sds_idx].rcv_active = 0;
507 comp_idx = hw->sds[sds_idx].sdsr_next;
511 &hw->sds[sds_idx].sds_ring_base[comp_idx];
552 &hw->sds[sds_id
[all...]
H A Dql_hw.c791 CTLFLAG_RD, &ha->hw.sds[i].intr_count,
796 CTLFLAG_RD, &ha->hw.sds[i].rx_free,
797 ha->hw.sds[i].rx_free, "rx_free");
1346 device_printf(dev, "%s: sds ring alloc failed\n",
1360 hw->sds[i].sds_ring_base =
2765 lro = &hw->sds[i].lro;
2800 lro = &hw->sds[i].lro;
2826 lro = &hw->sds[i].lro;
3096 sdesc = (q80_stat_desc_t *)&hw->sds[i].sds_ring_base[0];
3144 rcntxt->sds[
[all...]
H A Dql_ioctl.c448 sds_state->sdsr_next = ha->hw.sds[i].sdsr_next;
449 sds_state->sds_consumer = ha->hw.sds[i].sds_consumer;
H A Dql_hw.h1273 q80_rq_sds_ring_t sds[MAX_RCNTXT_SDS_RINGS]; member in struct:_q80_rq_rcv_cntxt
1316 q80_rq_sds_ring_t sds[MAX_RCNTXT_SDS_RINGS]; member in struct:_q80_rq_add_rcv_rings
1477 q80_stat_desc_t *sds_ring_base; /* start of sds ring */
1635 qla_sds_t sds[MAX_SDS_RINGS]; member in struct:_qla_hw
1724 bus_write_4((ha->pci_reg), (ha->hw.sds[i].sds_consumer), val);
H A Dql_os.c491 printf("%s: mp__ncpus %d sds %d rds %d msi-x %d\n", __func__, mp_ncpus,
1912 ha->hw.sds[i].sdsr_next = 0;
1913 ha->hw.sds[i].rxb_free = NULL;
1914 ha->hw.sds[i].rx_free = 0;
1937 ha->hw.sds[i].sdsr_next = 0;
1938 ha->hw.sds[i].rxb_free = NULL;
1939 ha->hw.sds[i].rx_free = 0;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c1148 scan_ds_t *sds; local
1149 while ((sds = avl_destroy_nodes(&scn->scn_queue, &cookie)) != NULL) {
1150 kmem_free(sds, sizeof (*sds));
1157 scan_ds_t srch, *sds; local
1160 sds = avl_find(&scn->scn_queue, &srch, NULL);
1161 if (sds != NULL && txg != NULL)
1162 *txg = sds->sds_txg;
1163 return (sds != NULL);
1169 scan_ds_t *sds; local
1183 scan_ds_t srch, *sds; local
2674 scan_ds_t *sds; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp144 auto *sds = StackDepotGetStats(); local
154 sds->allocated, sds->n_uniq_ids, asc[AllocatorStatMapped]);

Completed in 103 milliseconds