HomeSort by: relevance | last modified time | path
    Searched defs:mac1 (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx28-sps1.dts 115 mac1: ethernet@800f4000 { label
moxart.dtsi 132 mac1: mac@92000000 { label
imx28-apf28dev.dts 164 mac1: ethernet@800f4000 { label
imx28-m28cu3.dts 191 mac1: ethernet@800f4000 { label
imx28-m28evk.dts 220 mac1: ethernet@800f4000 { label
imx28-evk.dts 326 mac1: ethernet@800f4000 { label
aspeed-g6.dtsi 226 mac1: ftgmac@1e680000 { label
imx28.dtsi 22 ethernet1 = &mac1;
471 mac1_pins_a: mac1@0 {
1321 mac1: ethernet@800f4000 { label
aspeed-g4.dtsi 131 mac1: ethernet@1e680000 { label
aspeed-g5.dtsi 153 mac1: ethernet@1e680000 { label
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/microchip/
mpfs.dtsi 454 mac1: ethernet@20112000 { label
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 291 uint32_t mac1 = bcmeth_read_4(sc, UNIMAC_MAC_1); local in function:bcmeth_ccb_attach
292 if ((mac0 == 0 && mac1 == 0) || (mac1 & 1)) {
300 sc->sc_enaddr[4] = (mac1 >> 0) & 0xff;
301 sc->sc_enaddr[5] = (mac1 >> 8) & 0xff;
  /src/sys/net/
if_wg.c 1049 /* [W] 5.4: LABEL-MAC1 */
1050 const char *label = "mac1----";
1505 /* Need mac1 to decrypt a cookie from a cookie message */
1604 uint8_t mac1[WG_MAC_LEN]; local in function:wg_handle_msg_init
1608 wg_algo_mac_mac1(mac1, sizeof(mac1),
1615 * msg.mac1"
1617 if (!consttime_memequal(mac1, wgmi->wgmi_mac1, sizeof(mac1))) {
1618 WG_DLOG("mac1 is invalid\n")
2208 uint8_t mac1[WG_MAC_LEN]; local in function:wg_handle_msg_resp
    [all...]

Completed in 23 milliseconds