Home
last modified time | relevance | path

Searched defs:lsc (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/net/lagg/
H A Dif_lagg_lacp.c308 lacp_dprintf(const struct lacp_softc *lsc, const struct lacp_port *lacpp, in lacp_dprintf()
332 lacp_evcnt_attach(struct lacp_softc *lsc, in lacp_evcnt_attach()
355 lacp_isactive(struct lacp_softc *lsc, struct lacp_port *lacpp) in lacp_isactive()
465 struct lacp_softc *lsc; in lacp_attach() local
536 struct lacp_softc *lsc = (struct lacp_softc *)xlsc; in lacp_detach() local
567 struct lacp_softc *lsc; in lacp_up() local
594 lacp_down_locked(struct lacp_softc *lsc) in lacp_down_locked()
620 struct lacp_softc *lsc; in lacp_down() local
634 struct lacp_softc *lsc; in lacp_transmit() local
666 struct lacp_softc *lsc; in lacp_allocport() local
[all …]
/netbsd-src/sys/net/agr/
H A Dieee8023ad_lacp_select.c67 lacp_aggregator_addref(struct lacp_softc *lsc, struct lacp_aggregator *la) in lacp_aggregator_addref()
85 lacp_aggregator_delref(struct lacp_softc *lsc, struct lacp_aggregator *la) in lacp_aggregator_delref()
116 lacp_aggregator_get(struct lacp_softc *lsc, struct lacp_port *lp) in lacp_aggregator_get()
209 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(lp->lp_agrport)); in lacp_select() local
264 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(lp->lp_agrport)); in lacp_unselect() local
H A Dieee8023ad_lacp.c364 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(port)); in lacp_disable_distributing() local
401 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(port)); in lacp_enable_distributing() local
435 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_transit_expire() local
471 struct lacp_softc *lsc = &isc->isc_lacpsc; in ieee8023ad_ctor() local
483 struct lacp_softc *lsc = &isc->isc_lacpsc; in ieee8023ad_dtor() local
497 const struct lacp_softc *lsc = LACP_SOFTC(sc); in ieee8023ad_select_tx_port() local
544 lacp_suppress_distributing(struct lacp_softc *lsc, struct lacp_aggregator *la) in lacp_suppress_distributing()
613 lacp_select_active_aggregator(struct lacp_softc *lsc) in lacp_select_active_aggregator()
/netbsd-src/sys/dev/mca/
H A Dif_le_mca.c320 struct le_mca_softc *lsc = (struct le_mca_softc *)sc; in le_mca_wrcsr() local
329 struct le_mca_softc *lsc = (struct le_mca_softc *)sc; in le_mca_rdcsr() local
340 struct le_mca_softc *lsc = (struct le_mca_softc *)sc; in le_mca_hwreset() local
350 struct le_mca_softc *lsc = (struct le_mca_softc *)sc; in le_mca_copytobuf() local
358 struct le_mca_softc *lsc = (struct le_mca_softc *)sc; in le_mca_copyfrombuf() local
366 struct le_mca_softc *lsc = (struct le_mca_softc *)sc; in le_mca_zerobuf() local
/netbsd-src/sys/arch/mvme68k/dev/
H A Dif_le.c128 struct le_softc *lsc; in le_pcc_wrcsr() local
138 struct le_softc *lsc; in le_pcc_rdcsr() local
162 struct le_softc *lsc; in le_pcc_attach() local
/netbsd-src/sys/dev/isa/
H A Datppc_isa.c135 struct atppc_softc *lsc = &sc->sc_atppc; in atppc_isa_attach() local
201 atppc_isa_dma_start(struct atppc_softc *lsc, void *buf, u_int nbytes, in atppc_isa_dma_start()
211 atppc_isa_dma_finish(struct atppc_softc *lsc) in atppc_isa_dma_finish()
220 atppc_isa_dma_abort(struct atppc_softc *lsc) in atppc_isa_dma_abort()
H A Dlpt_isa.c220 struct lpt_softc *lsc = &sc->sc_lpt; in lpt_isa_attach() local
259 struct lpt_softc *lsc = &sc->sc_lpt; in lpt_isa_detach() local
H A Datppc_isadma.c56 atppc_isadma_setup(struct atppc_softc * lsc, isa_chipset_tag_t ic, int drq) in atppc_isadma_setup()
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dtft_ll.c98 struct ll_tft_softc *lsc = device_private(self); in ll_tft_attach() local
201 struct ll_tft_softc *lsc = arg; in ll_tft_mmap() local
218 struct ll_tft_softc *lsc = arg; in ll_tft_shutdown() local
/netbsd-src/sys/arch/i386/pnpbios/
H A Datppc_pnpbios.c143 atppc_pnpbios_dma_start(struct atppc_softc *lsc, void *buf, u_int nbytes, in atppc_pnpbios_dma_start()
153 atppc_pnpbios_dma_finish(struct atppc_softc * lsc) in atppc_pnpbios_dma_finish()
162 atppc_pnpbios_dma_abort(struct atppc_softc * lsc) in atppc_pnpbios_dma_abort()
/netbsd-src/sys/dev/isapnp/
H A Datppc_isapnp.c141 atppc_isapnp_dma_start(struct atppc_softc *lsc, void *buf, u_int nbytes, in atppc_isapnp_dma_start()
151 atppc_isapnp_dma_finish(struct atppc_softc * lsc) in atppc_isapnp_dma_finish()
160 atppc_isapnp_dma_abort(struct atppc_softc * lsc) in atppc_isapnp_dma_abort()
/netbsd-src/sys/dev/ofisa/
H A Datppc_ofisa.c176 atppc_ofisa_dma_start(struct atppc_softc *lsc, void *buf, u_int nbytes, in atppc_ofisa_dma_start()
186 atppc_ofisa_dma_finish(struct atppc_softc * lsc) in atppc_ofisa_dma_finish()
195 atppc_ofisa_dma_abort(struct atppc_softc * lsc) in atppc_ofisa_dma_abort()
/netbsd-src/sys/dev/acpi/
H A Datppc_acpi.c169 atppc_acpi_dma_start(struct atppc_softc *lsc, void *buf, u_int nbytes, in atppc_acpi_dma_start()
179 atppc_acpi_dma_finish(struct atppc_softc * lsc) in atppc_acpi_dma_finish()
188 atppc_acpi_dma_abort(struct atppc_softc * lsc) in atppc_acpi_dma_abort()
/netbsd-src/sys/dev/ic/
H A Dam79900var.h46 struct lance_softc lsc; member
H A Dam7990var.h46 struct lance_softc lsc; member
H A Datppc.c145 atppc_sc_attach(struct atppc_softc *lsc) in atppc_sc_attach()
245 atppc_sc_detach(struct atppc_softc *lsc, int flag) in atppc_sc_detach()
/netbsd-src/sys/arch/amiga/dev/
H A Dlpt_supio.c97 struct lpt_softc *lsc = &sc->sc_lpt; in lpt_supio_attach() local
/netbsd-src/sys/dev/pci/
H A Datppc_puc.c201 atppc_puc_dma_abort(struct atppc_softc * lsc) in atppc_puc_dma_abort()
/netbsd-src/sys/arch/sgimips/hpc/
H A Dpi1ppc.c201 pi1ppc_sc_attach(struct pi1ppc_softc *lsc) in pi1ppc_sc_attach()
291 pi1ppc_sc_detach(struct pi1ppc_softc *lsc, int flag) in pi1ppc_sc_detach()
/netbsd-src/sys/dev/sbus/
H A Desp_sbus.c155 struct lsi64854_softc *lsc; in espattach_sbus() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Drehash.c560 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Drehash.c516 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main() local
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_x550.c2137 static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc) in ixgbe_get_lasi_ext_t_x550em()
2228 bool lsc; in ixgbe_enable_lasi_ext_t_x550em() local
4617 bool lsc; in ixgbe_handle_lasi_ext_t_x550em() local
/netbsd-src/sys/sys/
H A Ddvdio.h187 struct dvd_lu_send_challenge lsc; member
/netbsd-src/sys/dev/dkwedge/
H A Ddk.c423 struct dkwedge_softc *sc, *lsc; in dkwedge_add() local