Home
last modified time | relevance | path

Searched refs:gmac (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/sys/dev/qcom_ess_edma/
H A Dqcom_ess_edma_gmac.c82 struct qcom_ess_edma_gmac *gmac = if_getsoftc(ifp); in qcom_ess_edma_gmac_mediachange() local
83 struct qcom_ess_edma_softc *sc = gmac->sc; in qcom_ess_edma_gmac_mediachange()
84 struct ifmedia *ifm = &gmac->ifm; in qcom_ess_edma_gmac_mediachange()
113 struct qcom_ess_edma_gmac *gmac = if_getsoftc(ifp); in qcom_ess_edma_gmac_ioctl() local
114 struct qcom_ess_edma_softc *sc = gmac->sc; in qcom_ess_edma_gmac_ioctl()
125 gmac->id); in qcom_ess_edma_gmac_ioctl()
136 gmac->id); in qcom_ess_edma_gmac_ioctl()
143 error = ifmedia_ioctl(ifp, ifr, &gmac->ifm, command); in qcom_ess_edma_gmac_ioctl()
170 struct qcom_ess_edma_gmac *gmac = arg; in qcom_ess_edma_gmac_init() local
171 struct qcom_ess_edma_softc *sc = gmac->sc; in qcom_ess_edma_gmac_init()
[all …]
H A Dqcom_ess_edma_rx.c422 struct qcom_ess_edma_gmac *gmac; in qcom_ess_edma_rx_ring_complete() local
423 gmac = &sc->sc_gmac[sc->sc_gmac_port_map[port_id]]; in qcom_ess_edma_rx_ring_complete()
426 port_id, gmac->id); in qcom_ess_edma_rx_ring_complete()
427 if (gmac->enabled == true) { in qcom_ess_edma_rx_ring_complete()
428 m->m_pkthdr.rcvif = gmac->ifp; in qcom_ess_edma_rx_ring_complete()
429 if ((if_getcapenable(gmac->ifp) & IFCAP_RXCSUM) != 0) in qcom_ess_edma_rx_ring_complete()
432 port_vlan = gmac->vlan_id; in qcom_ess_edma_rx_ring_complete()
H A Dqcom_ess_edma.c129 struct qcom_ess_edma_gmac *gmac; in qcom_ess_edma_tx_queue_xmit() local
137 gmac = if_getsoftc(ifp); in qcom_ess_edma_tx_queue_xmit()
144 gmac->port_mask, gmac->vlan_id); in qcom_ess_edma_tx_queue_xmit()
146 if_inc_counter(gmac->ifp, IFCOUNTER_OPACKETS, 1); in qcom_ess_edma_tx_queue_xmit()
150 if_inc_counter(gmac->ifp, IFCOUNTER_OERRORS, 1); in qcom_ess_edma_tx_queue_xmit()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Drockchip-dwmac.txt7 "rockchip,px30-gmac": found on PX30 SoCs
8 "rockchip,rk3128-gmac": found on RK312x SoCs
9 "rockchip,rk3228-gmac": found on RK322x SoCs
10 "rockchip,rk3288-gmac": found on RK3288 SoCs
11 "rockchip,rk3328-gmac": found on RK3328 SoCs
12 "rockchip,rk3366-gmac": found on RK3366 SoCs
13 "rockchip,rk3368-gmac": found on RK3368 SoCs
14 "rockchip,rk3399-gmac": found on RK3399 SoCs
15 "rockchip,rv1108-gmac": found on RV1108 SoCs
49 gmac: ethernet@ff290000 {
[all …]
H A Dhisilicon-hix5hd2-gmac.txt1 Hisilicon hix5hd2 gmac controller
5 * "hisilicon,hix5hd2-gmac"
6 * "hisilicon,hi3798cv200-gmac"
7 * "hisilicon,hi3516a-gmac"
9 * "hisilicon,hisi-gmac-v1"
10 * "hisilicon,hisi-gmac-v2"
43 compatible = "hisilicon,hi3798cv200-gmac", "hisilicon,hisi-gmac-v2";
H A Dipq806x-dwmac.txt8 - compatible: should be "qcom,ipq806x-gmac" along with "snps,dwmac"
20 gmac: ethernet@37000000 {
22 compatible = "qcom,ipq806x-gmac";
H A Danarion-gmac.txt7 - compatible: Should be "adaptrum,anarion-gmac", "snps,dwmac"
14 compatible = "adaptrum,anarion-gmac", "snps,dwmac";
H A Doxnas-dwmac.txt19 - "gmac" for the peripheral gate clock
35 clock-names = "gmac", "stmmaceth";
/freebsd/crypto/openssl/demos/mac/
H A DMakefile14 all: gmac hmac-sha512 cmac-aes256 poly1305
16 gmac: gmac.o target
21 gmac hmac-sha512 cmac-aes256 poly1305: target
25 $(RM) gmac hmac-sha512 cmac-aes256 poly1305 *.o
/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c57 struct aes_gmac_ctx gmac; member
169 AES_GMAC_Reinit(&ctx->gmac, iv, ivlen); in aes_gcm_reinit()
267 AES_GMAC_Setkey(&ctx->gmac, key, len); in aes_gcm_setkey()
290 return (AES_GMAC_Update(&ctx->gmac, buf, len)); in aes_gcm_update()
306 AES_GMAC_Final(tag, &ctx->gmac); in aes_gcm_final()
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h5-nanopi-neo-plus2.dts40 reg_gmac_3v3: gmac-3v3 {
42 regulator-name = "gmac-3v3";
51 reg_gmac_2v5: gmac-2v5 {
54 regulator-name = "gmac-2v5";
H A Dsun50i-h6-orangepi-one-plus.dts15 reg_gmac_3v3: gmac-3v3 {
17 regulator-name = "vcc-gmac-3v3";
H A Dsun50i-h5-libretech-all-h5-cc.dts14 reg_gmac_3v3: gmac-3v3 {
16 regulator-name = "gmac-3v3";
H A Dsun50i-h5-nanopi-neo2.dts37 reg_gmac_3v3: gmac-3v3 {
39 regulator-name = "gmac-3v3";
H A Dsun50i-h5-orangepi-zero-plus.dts48 reg_gmac_3v3: gmac-3v3 {
50 regulator-name = "gmac-3v3";
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun7i-a20-haoyu-marsboard.dts63 &gmac {
117 gmac_txerr: gmac-txerr-pin {
119 function = "gmac";
H A Dsun7i-a20-lamobo-r1.dts84 reg_gmac_3v3: gmac-3v3 {
86 regulator-name = "gmac-3v3";
120 &gmac {
173 ethernet = <&gmac>;
/freebsd/sys/contrib/dev/athk/
H A Dkey.c480 u8 gmac[ETH_ALEN]; in ath_key_config() local
511 memcpy(gmac, vif->addr, ETH_ALEN); in ath_key_config()
512 gmac[0] |= 0x01; in ath_key_config()
513 mac = gmac; in ath_key_config()
521 memcpy(gmac, sta->addr, ETH_ALEN); in ath_key_config()
522 gmac[0] |= 0x01; in ath_key_config()
523 mac = gmac; in ath_key_config()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-ficus.dts17 ethernet0 = &gmac;
24 clkin_gmac: external-gmac-clock {
79 &gmac {
100 gmac {
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dspear1310.dtsi132 compatible = "st,spear600-gmac";
141 compatible = "st,spear600-gmac";
150 compatible = "st,spear600-gmac";
159 compatible = "st,spear600-gmac";
/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c198 u_int8_t gmac[IEEE80211_ADDR_LEN]; in ath_keyset() local
249 IEEE80211_ADDR_COPY(gmac, bss->ni_macaddr); in ath_keyset()
250 gmac[0] |= 0x01; in ath_keyset()
251 mac = gmac; in ath_keyset()
/freebsd/sys/contrib/device-tree/src/mips/loongson/
H A Dls7a-pch.dtsi192 gmac@3,0 {
214 gmac@3,1 {
219 "loongson, pci-gmac";
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drockchip-radxa-dalang-carrier.dtsi11 clkin_gmac: external-gmac-clock {
64 &gmac {
H A Drk3288-rock2-som.dtsi19 ext_gmac: external-gmac-clock {
62 &gmac {
238 gmac {
H A Drk3288-firefly-reload-core.dtsi16 ext_gmac: external-gmac-clock {
51 &gmac {
235 gmac {

12345678