Searched refs:mac_cmd (Results 1 – 3 of 3) sorted by relevance
3 mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \
76 u8 mac_cmd; in mac802154_rx_mac_cmd_worker() local84 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()
168 static inline int ieee802154_get_mac_cmd(struct sk_buff *skb, u8 *mac_cmd) in ieee802154_get_mac_cmd() argument180 *mac_cmd = mac_pl.cmd_id; in ieee802154_get_mac_cmd()