Home
last modified time | relevance | path

Searched refs:mac_cmd (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/mac802154/
H A DMakefile3 mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \
H A Dieee802154_i.h160 static inline int ieee802154_get_mac_cmd(struct sk_buff *skb, u8 *mac_cmd) in ieee802154_get_mac_cmd() argument
172 *mac_cmd = mac_pl.cmd_id; in ieee802154_get_mac_cmd()
H A Drx.c76 u8 mac_cmd; in mac802154_rx_mac_cmd_worker() local
84 rc = ieee802154_get_mac_cmd(mac_pkt->skb, &mac_cmd); in mac802154_rx_mac_cmd_worker()
88 switch (mac_cmd) { in mac802154_rx_mac_cmd_worker()
/openbmc/qemu/hw/net/
H A Dlan9118.c218 uint32_t mac_cmd; member
293 VMSTATE_UINT32(mac_cmd, lan9118_state),
458 s->mac_cmd = 0; in lan9118_reset()
954 s->mac_cmd & 0xf, val); in do_mac_write()
981 s->mac_cmd & 0xf); in do_mac_read()
1157 s->mac_cmd = val & 0x4000000f; in lan9118_writel()
1292 return s->mac_cmd; in lan9118_readl()
/openbmc/linux/
H A Dopengrok0.0.log[all...]