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

/freebsd-11-stable/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 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 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 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;
266 sc = &lesc->sc_am7990.lsc;
455 sc = &lesc->sc_am7990.lsc;
481 lance_suspend(&lesc->sc_am7990.lsc);
493 lance_resume(&lesc->sc_am7990.lsc);
H A Dif_le_lebuffer.c240 sc = &lesc->sc_am7990.lsc;
354 sc = &lesc->sc_am7990.lsc;
376 lance_suspend(&lesc->sc_am7990.lsc);
388 lance_resume(&lesc->sc_am7990.lsc);
H A Dif_le_ledma.c314 sc = &lesc->sc_am7990.lsc;
453 sc = &lesc->sc_am7990.lsc;
479 lance_suspend(&lesc->sc_am7990.lsc);
491 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-11-stable/sys/net/
H A Dieee8023ad_lacp.c264 struct lacp_softc *lsc = lp->lp_lsc; local
319 LACP_LOCK(lsc);
321 LACP_UNLOCK(lsc);
455 struct lacp_softc *lsc = lp->lp_lsc; local
472 LACP_LOCK(lsc);
497 LACP_UNLOCK(lsc);
503 struct lacp_softc *lsc = arg; local
506 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
519 callout_reset(&lsc->lsc_callout, hz, lacp_tick, lsc);
526 struct lacp_softc *lsc = LACP_SOFTC(sc); local
574 struct lacp_softc *lsc = lp->lp_lsc; local
600 struct lacp_softc *lsc = LACP_SOFTC(sc); local
640 struct lacp_softc *lsc = lp->lp_lsc; local
679 struct lacp_softc *lsc = lp->lp_lsc; local
716 struct lacp_softc *lsc = lp->lp_lsc; local
749 struct lacp_softc *lsc = vp; local
763 struct lacp_softc *lsc; local
788 struct lacp_softc *lsc = (struct lacp_softc *)psc; local
805 struct lacp_softc *lsc = LACP_SOFTC(sc); local
815 struct lacp_softc *lsc = LACP_SOFTC(sc); local
826 struct lacp_softc *lsc = LACP_SOFTC(sc); local
861 lacp_suppress_distributing(struct lacp_softc *lsc, struct lacp_aggregator *la) argument
934 lacp_select_active_aggregator(struct lacp_softc *lsc) argument
1000 lacp_update_portmap(struct lacp_softc *lsc) argument
1212 lacp_aggregator_addref(struct lacp_softc *lsc, struct lacp_aggregator *la) argument
1228 lacp_aggregator_delref(struct lacp_softc *lsc, struct lacp_aggregator *la) argument
1257 lacp_aggregator_get(struct lacp_softc *lsc, struct lacp_port *lp) argument
1363 struct lacp_softc *lsc = lp->lp_lsc; local
1423 struct lacp_softc *lsc = lp->lp_lsc; local
1893 struct lacp_softc *lsc = lp->lp_lsc; local
[all...]
H A Dif_lagg.c1187 struct lacp_softc *lsc; local
1189 lsc = (struct lacp_softc *)sc->sc_psc;
1190 if (lsc->lsc_debug.lsc_tx_test != 0)
1192 if (lsc->lsc_debug.lsc_rx_test != 0)
1194 if (lsc->lsc_strict_mode != 0)
1196 if (lsc->lsc_fast_timeout != 0)
1271 struct lacp_softc *lsc; local
1274 lsc = (struct lacp_softc *)sc->sc_psc;
1278 lsc->lsc_debug.lsc_tx_test = 1;
1281 lsc
[all...]
H A Dieee8023ad_lacp.h301 struct lacp_softc *lsc = lp->lp_lsc; local
305 if (la != NULL && la == lsc->lsc_active_aggregator)
/freebsd-11-stable/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-11-stable/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-11-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c2040 * @lsc: pointer to boolean flag which indicates whether external Base T
2041 * PHY interrupt is lsc
2049 static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc) argument
2054 *lsc = FALSE;
2122 *lsc = TRUE;
2140 bool lsc; local
2143 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc);
4493 bool lsc; local
4496 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc);
4501 if (lsc)
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c1254 struct l_dvd_lu_send_challenge lsc; member in union:__anon32
1382 bp->agid = lp->lsc.agid;
1435 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal));
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2301 __P4MASK(lsc, 0),

Completed in 120 milliseconds