Home
last modified time | relevance | path

Searched refs:lsc (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/sys/net/
HDieee8023ad_lacp.c270 struct lacp_softc *lsc = lp->lp_lsc; in lacp_pdu_input() local
325 LACP_LOCK(lsc); in lacp_pdu_input()
327 LACP_UNLOCK(lsc); in lacp_pdu_input()
461 struct lacp_softc *lsc = lp->lp_lsc; in lacp_linkstate() local
478 LACP_LOCK(lsc); in lacp_linkstate()
503 LACP_UNLOCK(lsc); in lacp_linkstate()
509 struct lacp_softc *lsc = arg; in lacp_tick() local
512 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) { in lacp_tick()
525 callout_reset(&lsc->lsc_callout, hz, lacp_tick, lsc); in lacp_tick()
532 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_port_create() local
[all …]
HDif_lagg.c1387 struct lacp_softc *lsc; in lagg_ioctl() local
1389 lsc = (struct lacp_softc *)sc->sc_psc; in lagg_ioctl()
1390 if (lsc->lsc_debug.lsc_tx_test != 0) in lagg_ioctl()
1392 if (lsc->lsc_debug.lsc_rx_test != 0) in lagg_ioctl()
1394 if (lsc->lsc_strict_mode != 0) in lagg_ioctl()
1396 if (lsc->lsc_fast_timeout != 0) in lagg_ioctl()
1493 struct lacp_softc *lsc; in lagg_ioctl() local
1496 lsc = (struct lacp_softc *)sc->sc_psc; in lagg_ioctl()
1500 lsc->lsc_debug.lsc_tx_test = 1; in lagg_ioctl()
1503 lsc->lsc_debug.lsc_tx_test = 0; in lagg_ioctl()
[all …]
HDieee8023ad_lacp.h312 struct lacp_softc *lsc = lp->lp_lsc; in lacp_isactive() local
316 return (la != NULL && la == lsc->lsc_active_aggregator); in lacp_isactive()
/freebsd-14-stable/sys/dev/le/
HDam79900.c146 sc->lsc.sc_meminit = am79900_meminit; in am79900_config()
147 sc->lsc.sc_start_locked = am79900_start_locked; in am79900_config()
149 error = lance_config(&sc->lsc, name, unit); in am79900_config()
154 sc->lsc.sc_initaddr = mem; in am79900_config()
156 sc->lsc.sc_rmdaddr = mem; in am79900_config()
157 mem += sizeof(struct lermd) * sc->lsc.sc_nrbuf; in am79900_config()
158 sc->lsc.sc_tmdaddr = mem; in am79900_config()
159 mem += sizeof(struct letmd) * sc->lsc.sc_ntbuf; in am79900_config()
160 sc->lsc.sc_rbufaddr = mem; in am79900_config()
161 mem += LEBLEN * sc->lsc.sc_nrbuf; in am79900_config()
[all …]
HDam7990.c108 sc->lsc.sc_meminit = am7990_meminit; in am7990_config()
109 sc->lsc.sc_start_locked = am7990_start_locked; in am7990_config()
111 error = lance_config(&sc->lsc, name, unit); in am7990_config()
116 sc->lsc.sc_initaddr = mem; in am7990_config()
118 sc->lsc.sc_rmdaddr = mem; in am7990_config()
119 mem += sizeof(struct lermd) * sc->lsc.sc_nrbuf; in am7990_config()
120 sc->lsc.sc_tmdaddr = mem; in am7990_config()
121 mem += sizeof(struct letmd) * sc->lsc.sc_ntbuf; in am7990_config()
122 sc->lsc.sc_rbufaddr = mem; in am7990_config()
123 mem += LEBLEN * sc->lsc.sc_nrbuf; in am7990_config()
[all …]
HDif_le_isa.c205 sc = &lesc->sc_am7990.lsc; in le_isa_probe_legacy()
262 sc = &lesc->sc_am7990.lsc; in le_isa_attach()
451 sc = &lesc->sc_am7990.lsc; in le_isa_detach()
477 lance_suspend(&lesc->sc_am7990.lsc); in le_isa_suspend()
489 lance_resume(&lesc->sc_am7990.lsc); in le_isa_resume()
HDif_le_pci.c303 sc = &lesc->sc_am79900.lsc; in le_pci_attach()
462 sc = &lesc->sc_am79900.lsc; in le_pci_detach()
486 lance_suspend(&lesc->sc_am79900.lsc); in le_pci_suspend()
498 lance_resume(&lesc->sc_am79900.lsc); in le_pci_resume()
HDam79900var.h49 struct lance_softc lsc; member
HDam7990var.h49 struct lance_softc lsc; member
/freebsd-14-stable/crypto/openssl/apps/
HDrehash.c560 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main() local
567 for (e = strtok(m, lsc); e != NULL; e = strtok(NULL, lsc)) in rehash_main()
/freebsd-14-stable/sys/dev/ixgbe/
HDixgbe_x550.c1900 static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc) in ixgbe_get_lasi_ext_t_x550em() argument
1905 *lsc = false; in ixgbe_get_lasi_ext_t_x550em()
1973 *lsc = true; in ixgbe_get_lasi_ext_t_x550em()
1991 bool lsc; in ixgbe_enable_lasi_ext_t_x550em() local
1994 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc); in ixgbe_enable_lasi_ext_t_x550em()
4378 bool lsc; in ixgbe_handle_lasi_ext_t_x550em() local
4381 status = ixgbe_get_lasi_ext_t_x550em(hw, &lsc); in ixgbe_handle_lasi_ext_t_x550em()
4386 if (lsc) in ixgbe_handle_lasi_ext_t_x550em()
/freebsd-14-stable/share/examples/csh/
HDdot.cshrc111 complete tmux 'n/*/(attach detach has kill-server kill-session lsc lscm ls lockc locks new refresh …
/freebsd-14-stable/sys/compat/linux/
HDlinux_ioctl.c1201 struct l_dvd_lu_send_challenge lsc; member
1329 bp->agid = lp->lsc.agid; in linux_to_bsd_dvd_authinfo()
1382 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal)); in bsd_to_linux_dvd_authinfo()