Home
last modified time | relevance | path

Searched refs:conns (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-cs-r1r2.dtsi95 trig-conns@0 {
104 trig-conns@1 {
111 trig-conns@2 {
H A Djuno-base.dtsi583 trig-conns@0 {
592 trig-conns@1 {
601 trig-conns@2 {
611 trig-conns@3 {
630 trig-conns@0 {
639 trig-conns@1 {
646 trig-conns@2 {
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c434 TAILQ_REMOVE(&rxq->lro.conns[bucket], c, link); in sfxge_lro_drop()
451 if (TAILQ_EMPTY(&rxq->lro.conns[i])) in sfxge_lro_purge_idle()
454 c = TAILQ_LAST(&rxq->lro.conns[i], sfxge_lro_tailq); in sfxge_lro_purge_idle()
650 TAILQ_INSERT_HEAD(&st->conns[bucket], c, link); in sfxge_lro_new_conn()
726 TAILQ_FOREACH(c, &rxq->lro.conns[bucket], link) { in sfxge_lro()
748 TAILQ_REMOVE(&rxq->lro.conns[bucket], c, link); in sfxge_lro()
749 TAILQ_INSERT_HEAD(&rxq->lro.conns[bucket], c, link); in sfxge_lro()
1189 st->conns = malloc((st->conns_mask + 1) * sizeof(st->conns[0]), in sfxge_lro_init()
1194 TAILQ_INIT(&st->conns[i]); in sfxge_lro_init()
1208 if (st->conns == NULL) in sfxge_lro_fini()
[all …]
H A Dsfxge_rx.h122 TAILQ_HEAD(sfxge_lro_tailq, sfxge_lro_conn) *conns;
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1205 cw = hdaa_widget_get(devinfo, w->conns[j]); in hdaa_sysctl_caps()
1208 w->conns[j], (cw == NULL) ? "GHOST!" : cw->name); in hdaa_sysctl_caps()
1399 max = (sizeof(w->conns) / sizeof(w->conns[0])) - 1; in hdaa_widget_connection_parse()
1455 w->conns[w->nconns++] = addcnid++; in hdaa_widget_connection_parse()
2295 cw = hdaa_widget_get(devinfo, w->conns[j]); in hdaa_audio_ctl_ossmixer_init()
2358 int i, j, conns = 0; in hdaa_audio_ctl_source_volume() local
2372 conns++; in hdaa_audio_ctl_source_volume()
2378 if (depth > 0 && (conns == 1 || in hdaa_audio_ctl_source_volume()
2401 if (conns > 1 && in hdaa_audio_ctl_source_volume()
2415 if (wc->connsenable[j] && wc->conns[j] == nid) { in hdaa_audio_ctl_source_volume()
[all …]
H A Dhdaa.h107 nid_t conns[HDA_MAX_CONNS]; member
/freebsd/lib/libc/isc/
H A Deventlib_p.h226 evConn *conns; member