Searched refs:lsc (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sys/dev/le/
H A Dam79900var.h48 struct lance_softc lsc; member in struct:am79900_softc
H A Dam7990var.h48 struct lance_softc lsc; member in struct:am7990_softc
H A Dam7990.c108 sc->lsc.sc_meminit = am7990_meminit;
109 sc->lsc.sc_start_locked = am7990_start_locked;
111 error = lance_config(&sc->lsc, name, unit);
116 sc->lsc.sc_initaddr = mem;
118 sc->lsc.sc_rmdaddr = mem;
119 mem += sizeof(struct lermd) * sc->lsc.sc_nrbuf;
120 sc->lsc.sc_tmdaddr = mem;
121 mem += sizeof(struct letmd) * sc->lsc.sc_ntbuf;
122 sc->lsc.sc_rbufaddr = mem;
123 mem += LEBLEN * sc->lsc
[all...]
H A Dam79900.c146 sc->lsc.sc_meminit = am79900_meminit;
147 sc->lsc.sc_start_locked = am79900_start_locked;
149 error = lance_config(&sc->lsc, name, unit);
154 sc->lsc.sc_initaddr = mem;
156 sc->lsc.sc_rmdaddr = mem;
157 mem += sizeof(struct lermd) * sc->lsc.sc_nrbuf;
158 sc->lsc.sc_tmdaddr = mem;
159 mem += sizeof(struct letmd) * sc->lsc.sc_ntbuf;
160 sc->lsc.sc_rbufaddr = mem;
161 mem += LEBLEN * sc->lsc
[all...]
H A Dif_le_cbus.c220 sc = &lesc->sc_am7990.lsc;
259 sc = &lesc->sc_am7990.lsc;
404 sc = &lesc->sc_am7990.lsc;
428 lance_suspend(&lesc->sc_am7990.lsc);
440 lance_resume(&lesc->sc_am7990.lsc);
H A Dif_le_isa.c209 sc = &lesc->sc_am7990.lsc;
267 sc = &lesc->sc_am7990.lsc;
457 sc = &lesc->sc_am7990.lsc;
483 lance_suspend(&lesc->sc_am7990.lsc);
495 lance_resume(&lesc->sc_am7990.lsc);
H A Dif_le_lebuffer.c241 sc = &lesc->sc_am7990.lsc;
355 sc = &lesc->sc_am7990.lsc;
377 lance_suspend(&lesc->sc_am7990.lsc);
389 lance_resume(&lesc->sc_am7990.lsc);
H A Dif_le_ledma.c313 sc = &lesc->sc_am7990.lsc;
452 sc = &lesc->sc_am7990.lsc;
478 lance_suspend(&lesc->sc_am7990.lsc);
490 lance_resume(&lesc->sc_am7990.lsc);
H A Dif_le_pci.c303 sc = &lesc->sc_am79900.lsc;
462 sc = &lesc->sc_am79900.lsc;
486 lance_suspend(&lesc->sc_am79900.lsc);
498 lance_resume(&lesc->sc_am79900.lsc);
/freebsd-10.1-release/sys/net/
H A Dieee8023ad_lacp.c256 struct lacp_softc *lsc = lp->lp_lsc; local
311 LACP_LOCK(lsc);
313 LACP_UNLOCK(lsc);
447 struct lacp_softc *lsc = lp->lp_lsc; local
460 LACP_LOCK(lsc);
485 LACP_UNLOCK(lsc);
491 struct lacp_softc *lsc = arg; local
494 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
505 callout_reset(&lsc->lsc_callout, hz, lacp_tick, lsc);
512 struct lacp_softc *lsc = LACP_SOFTC(sc); local
568 struct lacp_softc *lsc = lp->lp_lsc; local
593 struct lacp_softc *lsc = LACP_SOFTC(sc); local
623 struct lacp_softc *lsc = lp->lp_lsc; local
662 struct lacp_softc *lsc = lp->lp_lsc; local
699 struct lacp_softc *lsc = lp->lp_lsc; local
732 struct lacp_softc *lsc = vp; local
742 lacp_attach_sysctl(struct lacp_softc *lsc, struct sysctl_oid *p_oid) argument
755 lacp_attach_sysctl_debug(struct lacp_softc *lsc, struct sysctl_oid *p_oid) argument
781 struct lacp_softc *lsc; local
820 struct lacp_softc *lsc = LACP_SOFTC(sc); local
839 struct lacp_softc *lsc = LACP_SOFTC(sc); local
849 struct lacp_softc *lsc = LACP_SOFTC(sc); local
860 struct lacp_softc *lsc = LACP_SOFTC(sc); local
894 lacp_suppress_distributing(struct lacp_softc *lsc, struct lacp_aggregator *la) argument
967 lacp_select_active_aggregator(struct lacp_softc *lsc) argument
1033 lacp_update_portmap(struct lacp_softc *lsc) argument
1139 lacp_aggregator_addref(struct lacp_softc *lsc, struct lacp_aggregator *la) argument
1155 lacp_aggregator_delref(struct lacp_softc *lsc, struct lacp_aggregator *la) argument
1184 lacp_aggregator_get(struct lacp_softc *lsc, struct lacp_port *lp) argument
1290 struct lacp_softc *lsc = lp->lp_lsc; local
1346 struct lacp_softc *lsc = lp->lp_lsc; local
1812 struct lacp_softc *lsc = lp->lp_lsc; local
[all...]
H A Dieee8023ad_lacp.h299 struct lacp_softc *lsc = lp->lp_lsc; local
303 if (la != NULL && la == lsc->lsc_active_aggregator)
/freebsd-10.1-release/sys/sparc64/sbus/
H A Ddma_sbus.c174 struct lsi64854_softc *lsc; local
184 lsc = &dsc->sc_lsi64854;
192 lsc->sc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &i,
194 if (lsc->sc_res == NULL) {
200 lsc->sc_channel = L64854_CHANNEL_SCSI;
209 csr = L64854_GCSR(lsc);
221 L64854_SCSR(lsc, csr);
223 lsc->sc_channel = L64854_CHANNEL_ENET;
241 &lsc->sc_parent_dmat);
248 lsc
[all...]
/freebsd-10.1-release/sys/dev/esp/
H A Desp_sbus.c202 struct lsi64854_softc *lsc; local
209 lsc = NULL;
218 lsc = malloc(sizeof (struct lsi64854_softc), M_DEVBUF,
220 if (lsc == NULL) {
224 esc->sc_dma = lsc;
233 if ((lsc->sc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
252 &lsc->sc_parent_dmat);
264 lsc->sc_burst = (i & SBUS_BURST_32) ? 32 :
267 lsc->sc_channel = L64854_CHANNEL_SCSI;
268 lsc
350 struct lsi64854_softc *lsc; local
[all...]
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_ioctl.c1235 struct l_dvd_lu_send_challenge lsc; member in union:__anon4
1363 bp->agid = lp->lsc.agid;
1416 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal));
/freebsd-10.1-release/lib/libpmc/
H A Dlibpmc.c1434 __P4MASK(lsc, 0),

Completed in 177 milliseconds