Home
last modified time | relevance | path

Searched refs:sds (Results 1 – 15 of 15) sorted by relevance

/freebsd/tests/sys/netinet/
H A Dso_reuseport_lb_test.c52 lb_simple_accept_loop(int domain, const struct sockaddr *addr, int sds[], in lb_simple_accept_loop() argument
87 csd = accept(sds[i], NULL, NULL); in lb_simple_accept_loop()
138 int error, sds[16]; in ATF_TC_BODY() local
141 sds[0] = lb_listen_socket(PF_INET, SOCK_NONBLOCK); in ATF_TC_BODY()
148 error = bind(sds[0], (const struct sockaddr *)&addr, sizeof(addr)); in ATF_TC_BODY()
150 error = listen(sds[0], 1); in ATF_TC_BODY()
154 error = getsockname(sds[0], (struct sockaddr *)&addr, &slen); in ATF_TC_BODY()
165 for (i = 1; i < nitems(sds); i++) { in ATF_TC_BODY()
166 sds[i] = lb_listen_socket(PF_INET, SOCK_NONBLOCK); in ATF_TC_BODY()
168 error = bind(sds[i], (const struct sockaddr *)&addr, in ATF_TC_BODY()
[all …]
/freebsd/sys/dev/qlxgb/
H A Dqla_isr.c63 sdsp = &ha->hw.sds[sds_idx]; in qla_rx_intr()
277 hw->sds[sds_idx].rcv_active = 1; in qla_rcv_isr()
279 hw->sds[sds_idx].rcv_active = 0; in qla_rcv_isr()
288 comp_idx = hw->sds[sds_idx].sdsr_next; in qla_rcv_isr()
289 lro = &hw->sds[sds_idx].lro; in qla_rcv_isr()
293 &hw->sds[sds_idx].sds_ring_base[comp_idx]; in qla_rcv_isr()
322 &hw->sds[sds_idx].sds_ring_base[comp_idx]; in qla_rcv_isr()
330 if (hw->sds[sds_idx].sdsr_next != comp_idx) { in qla_rcv_isr()
333 hw->sds[sds_idx].sdsr_next = comp_idx; in qla_rcv_isr()
335 sdesc = (q80_stat_desc_t *)&hw->sds[sds_idx].sds_ring_base[comp_idx]; in qla_rcv_isr()
[all …]
H A Dqla_os.c1232 ha->hw.sds[i].sdsr_next = 0; in qla_alloc_rcv_bufs()
1233 ha->hw.sds[i].rxb_free = NULL; in qla_alloc_rcv_bufs()
1234 ha->hw.sds[i].rx_free = 0; in qla_alloc_rcv_bufs()
1235 ha->hw.sds[i].rxjb_free = NULL; in qla_alloc_rcv_bufs()
1236 ha->hw.sds[i].rxj_free = 0; in qla_alloc_rcv_bufs()
1362 ha->hw.sds[i].sdsr_next = 0; in qla_free_rcv_bufs()
1363 ha->hw.sds[i].rxb_free = NULL; in qla_free_rcv_bufs()
1364 ha->hw.sds[i].rx_free = 0; in qla_free_rcv_bufs()
1365 ha->hw.sds[i].rxjb_free = NULL; in qla_free_rcv_bufs()
1366 ha->hw.sds[i].rxj_free = 0; in qla_free_rcv_bufs()
H A Dqla_hw.c281 hw->sds[i].sds_ring_base = in qla_init_cntxt_regions()
1220 sdesc = (q80_stat_desc_t *)&hw->sds[i].sds_ring_base[0]; in qla_init_rcv_cntxt()
1777 lro = &hw->sds[i].lro; in qla_config_lro()
1804 lro = &hw->sds[i].lro; in qla_free_lro()
1819 if (ha->hw.sds[i].rcv_active) in qla_hw_stop_rcv()
H A Dqla_hw.h789 qla_sds_t sds[MAX_SDS_RINGS]; member
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c72 lro = &ha->hw.sds[sds_idx].lro; in qla_rx_intr()
80 sdsp = &ha->hw.sds[sds_idx]; in qla_rx_intr()
213 sdsp = &ha->hw.sds[sds_idx]; in qla_lro_intr()
368 &ha->hw.sds[sds_idx].sds_ring_base[comp_idx]; in qla_rcv_cont_sds()
480 hw->sds[sds_idx].rcv_active = 1; in ql_rcv_isr()
482 hw->sds[sds_idx].rcv_active = 0; in ql_rcv_isr()
491 comp_idx = hw->sds[sds_idx].sdsr_next; in ql_rcv_isr()
495 &hw->sds[sds_idx].sds_ring_base[comp_idx]; in ql_rcv_isr()
536 &hw->sds[sds_idx].sds_ring_base[c_idx]; in ql_rcv_isr()
599 &hw->sds[sds_idx].sds_ring_base[c_idx]; in ql_rcv_isr()
[all …]
H A Dql_hw.c789 CTLFLAG_RD, &ha->hw.sds[i].intr_count, in qlnx_add_drvr_sds_stats()
794 CTLFLAG_RD, &ha->hw.sds[i].rx_free, in qlnx_add_drvr_sds_stats()
795 ha->hw.sds[i].rx_free, "rx_free"); in qlnx_add_drvr_sds_stats()
1358 hw->sds[i].sds_ring_base = in ql_alloc_dma()
2758 lro = &hw->sds[i].lro; in qla_config_soft_lro()
2786 lro = &hw->sds[i].lro; in qla_drain_soft_lro()
2804 lro = &hw->sds[i].lro; in qla_free_soft_lro()
3072 sdesc = (q80_stat_desc_t *)&hw->sds[i].sds_ring_base[0]; in qla_init_rcv_cntxt()
3120 rcntxt->sds[i].paddr = in qla_init_rcv_cntxt()
3122 rcntxt->sds[i].size = in qla_init_rcv_cntxt()
[all …]
H A Dql_hw.h1271 q80_rq_sds_ring_t sds[MAX_RCNTXT_SDS_RINGS]; member
1314 q80_rq_sds_ring_t sds[MAX_RCNTXT_SDS_RINGS]; member
1633 qla_sds_t sds[MAX_SDS_RINGS]; member
1722 bus_write_4((ha->pci_reg), (ha->hw.sds[i].sds_consumer), val);
H A Dql_os.c1898 ha->hw.sds[i].sdsr_next = 0; in qla_alloc_rcv_bufs()
1899 ha->hw.sds[i].rxb_free = NULL; in qla_alloc_rcv_bufs()
1900 ha->hw.sds[i].rx_free = 0; in qla_alloc_rcv_bufs()
1923 ha->hw.sds[i].sdsr_next = 0; in qla_free_rcv_bufs()
1924 ha->hw.sds[i].rxb_free = NULL; in qla_free_rcv_bufs()
1925 ha->hw.sds[i].rx_free = 0; in qla_free_rcv_bufs()
H A Dql_ioctl.c446 sds_state->sdsr_next = ha->hw.sds[i].sdsr_next; in ql_get_sds_state()
447 sds_state->sds_consumer = ha->hw.sds[i].sds_consumer; in ql_get_sds_state()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c1477 scan_ds_t *sds; in scan_ds_queue_clear() local
1478 while ((sds = avl_destroy_nodes(&scn->scn_queue, &cookie)) != NULL) { in scan_ds_queue_clear()
1479 kmem_free(sds, sizeof (*sds)); in scan_ds_queue_clear()
1486 scan_ds_t srch, *sds; in scan_ds_queue_contains() local
1489 sds = avl_find(&scn->scn_queue, &srch, NULL); in scan_ds_queue_contains()
1490 if (sds != NULL && txg != NULL) in scan_ds_queue_contains()
1491 *txg = sds->sds_txg; in scan_ds_queue_contains()
1492 return (sds != NULL); in scan_ds_queue_contains()
1498 scan_ds_t *sds; in scan_ds_queue_insert() local
1501 sds = kmem_zalloc(sizeof (*sds), KM_SLEEP); in scan_ds_queue_insert()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp172 auto sds = StackDepotGetStats(); in HwasanFormatMemoryUsage() local
182 sds.allocated, sds.n_uniq_ids, asc[AllocatorStatMapped]); in HwasanFormatMemoryUsage()
/freebsd/contrib/file/magic/Magdir/
H A Dole2compounddocs679 !:ext sds
693 !:ext sds
716 !:ext sds
/freebsd/contrib/ntp/
H A DCommitLog-4.1.05909 From: Sam Steingold <sds@usa.net>
/freebsd/crypto/openssl/
H A DCHANGES.md18285 *Jeon KyoungHo <khjeon@sds.samsung.co.kr>*