xmit_sync         926 drivers/net/ieee802154/adf7242.c 	.xmit_sync = adf7242_xmit,
xmit_sync         820 drivers/net/ieee802154/cc2520.c 	.xmit_sync = cc2520_tx,
xmit_sync         212 include/net/mac802154.h 	int		(*xmit_sync)(struct ieee802154_hw *hw,
xmit_sync          24 net/mac802154/driver-ops.h 	return local->ops->xmit_sync(&local->hw, skb);
xmit_sync          53 net/mac802154/main.c 	if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed ||