Searched refs:dmac (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_l2t.c132 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac));
176 memcpy(e->dmac, eth_addr, ETHER_ADDR_LEN);
315 e->idx, ip, e->dmac[0], e->dmac[1], e->dmac[2],
316 e->dmac[3], e->dmac[4], e->dmac[5],
H A Dt4_l2t.h75 uint8_t dmac[ETHER_ADDR_LEN]; /* next hop's MAC address */ member in struct:l2t_entry
H A Dt4_ioctl.h192 uint8_t dmac[ETHER_ADDR_LEN]; /* new destination MAC address */ member in struct:t4_filter_specification
H A Dt4_main.c315 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */
7010 f->fs.dmac)) {
/freebsd-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.h70 uint8_t dmac[ETHER_ADDR_LEN]; /* nexthop's MAC address */ member in struct:l2t_entry
H A Dcxgb_l2t.c101 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac));
200 memcmp(e->dmac, lladdr, ETHER_ADDR_LEN)) {
202 /* unresolved -> resolved; or dmac changed */
204 memcpy(e->dmac, lladdr, ETHER_ADDR_LEN);
218 uint8_t dmac[ETHER_ADDR_LEN]; local
226 rc = toe_l2_resolve(tod, e->ifp, SA(&sin), dmac, &vtag);
231 update_entry(sc, e, rc == 0 ? dmac : NULL, vtag);
/freebsd-10.0-release/sys/arm/conf/
H A DEA325091 device dmac
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c223 memcmp(e->dmac, lladdr, ETHER_ADDR_LEN)) {
225 /* unresolved -> resolved; or dmac changed */
227 memcpy(e->dmac, lladdr, ETHER_ADDR_LEN);
243 uint8_t dmac[ETHER_ADDR_LEN]; local
259 rc = toe_l2_resolve(tod, e->ifp, sa, dmac, &vtag);
264 update_entry(sc, e, rc == 0 ? dmac : NULL, vtag);
/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A Dlex.l118 dmac|DMAC { number = 4; return TACC; }
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dea3250.dts183 dmac@1000000 {
184 compatible = "lpc,dmac";
/freebsd-10.0-release/sys/arm/lpc/
H A Dlpc_dmac.c93 if (!ofw_bus_is_compatible(dev, "lpc,dmac"))
283 "dmac",
288 DRIVER_MODULE(dmac, simplebus, lpc_dmac_driver, lpc_dmac_devclass, 0, 0);
/freebsd-10.0-release/sys/dev/ic/
H A Dhd64570.h151 dmac_channel dmac[4]; member in struct:sca_regs
/freebsd-10.0-release/sys/ofed/include/linux/mlx4/
H A Dqp.h158 u8 dmac[6]; member in struct:mlx4_qp_path
/freebsd-10.0-release/tools/tools/cxgbetool/
H A Dcxgbetool.c778 ", dmac=%02x:%02x:%02x:%02x:%02x:%02x "
780 t->fs.dmac[0], t->fs.dmac[1],
781 t->fs.dmac[2], t->fs.dmac[3],
782 t->fs.dmac[4], t->fs.dmac[5],
1075 } else if (!strcmp(argv[start_arg], "dmac")) {
1080 warnx("invalid dmac address \"%s\"",
1084 memcpy(t.fs.dmac, dadd
[all...]
/freebsd-10.0-release/sys/dev/e1000/
H A Dif_igb.h419 u32 dmac; member in struct:adapter
H A Dif_igb.c608 OID_AUTO, "dmac", CTLTYPE_INT|CTLFLAG_RW,
2855 u32 dmac, reg = ~E1000_DMACR_DMAC_EN; local
2863 if (adapter->dmac == 0) { /* Disabling it */
2882 dmac = pba - adapter->max_frame_size / 512;
2883 if (dmac < pba - 10)
2884 dmac = pba - 10;
2887 reg = ((dmac << E1000_DMACR_DMACTHR_SHIFT)
2903 reg |= ((adapter->dmac * 5) >> 6);
2905 reg |= (adapter->dmac >> 5);
2907 reg |= (adapter->dmac >>
[all...]
/freebsd-10.0-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1253 unsigned char* dmac, *smac; local
1308 dmac = wh->i_addr3;
1310 dmac = wh->i_addr1;
1312 memcpy(eh->ether_dhost, dmac, 6);
/freebsd-10.0-release/sys/dev/netmap/
H A Dnetmap.c2895 uint64_t smac, dmac; local
2897 dmac = le64toh(*(uint64_t *)(buf)) & 0xffffffffffff;
2918 if (ht[dh].mac == dmac) { /* found dst */
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-agl-defs.h1819 * bool dmac_addr_filter(uint8 prt, uint48 dmac) [
1821 * if (is_bcst(dmac)) // broadcast accept
1823 * if (is_mcst(dmac) & AGL_GMX_RX[prt]_ADR_CTL[MCST] == 1) // multicast reject
1825 * if (is_mcst(dmac) & AGL_GMX_RX[prt]_ADR_CTL[MCST] == 2) // multicast accept
1837 * if (unswizzled_mac_adr == dmac) [
2826 uint64_t cnt : 48; /**< Octet count of filtered dmac packets */
2921 * either due to the dmac filter or lack of room in the receive FIFO.
2962 * will never be counted in AGL_GMX_RX_STATS_PKTS. Packets dropped due the dmac
2999 * Count of all packets received that were dropped by the dmac filter.
3018 uint64_t cnt : 32; /**< Count of filtered dmac packet
4770 uint64_t dmac : 48; /**< The DMAC field placed is outbnd pause pkts */ member in struct:cvmx_agl_gmx_tx_pause_pkt_dmac::cvmx_agl_gmx_tx_pause_pkt_dmac_s
[all...]
H A Dcvmx-gmxx-defs.h4707 * bool dmac_addr_filter(uint8 prt, uint48 dmac) [
4709 * if (is_bcst(dmac)) // broadcast accept
4711 * if (is_mcst(dmac) & GMX_RX[prt]_ADR_CTL[MCST] == 1) // multicast reject
4713 * if (is_mcst(dmac) & GMX_RX[prt]_ADR_CTL[MCST] == 2) // multicast accept
4725 * if (unswizzled_mac_adr == dmac) [
6812 uint64_t cnt : 48; /**< Octet count of filtered dmac packets */
6929 * either due to the dmac filter or lack of room in the receive FIFO.
6977 * will never be counted in GMX_RX_STATS_PKTS. Packets dropped due the dmac
7021 * Count of all packets received that were dropped by the dmac filter.
7039 uint64_t cnt : 32; /**< Count of filtered dmac packet
10196 uint64_t dmac : 48; /**< The DMAC field placed is outbnd pause pkts */ member in struct:cvmx_gmxx_tx_pause_pkt_dmac::cvmx_gmxx_tx_pause_pkt_dmac_s
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1692 memcpy(path->dmac, mac, 6);

Completed in 415 milliseconds