Searched refs:ackreq (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/ieee802154/
H A Dtrace.h281 bool ackreq),
282 TP_ARGS(wpan_phy, wpan_dev, ackreq),
286 __field(bool, ackreq)
291 __entry->ackreq = ackreq;
294 ", ackreq default: %s", WPAN_PHY_PR_ARG,
295 WPAN_DEV_PR_ARG, BOOL_TO_STR(__entry->ackreq))
H A Drdev-ops.h201 struct wpan_dev *wpan_dev, bool ackreq)
206 ackreq);
207 ret = rdev->ops->set_ackreq_default(&rdev->wpan_phy, wpan_dev, ackreq);
200 rdev_set_ackreq_default(struct cfg802154_registered_device *rdev, struct wpan_dev *wpan_dev, bool ackreq) argument
H A Dnl802154.c837 /* ackreq default behaviour */
838 if (nla_put_u8(msg, NL802154_ATTR_ACKREQ_DEFAULT, wpan_dev->ackreq))
1251 int ackreq; local
1259 ackreq = nla_get_u8(info->attrs[NL802154_ATTR_ACKREQ_DEFAULT]);
1261 if (ackreq != 0 && ackreq != 1)
1264 return rdev_set_ackreq_default(rdev, wpan_dev, ackreq);
H A Dsocket.c671 cb->ackreq = ro->want_ack;
/linux-master/net/ieee802154/6lowpan/
H A Dtx.c242 cb->ackreq = false;
244 cb->ackreq = wpan_dev->ackreq;
/linux-master/net/mac802154/
H A Dcfg.c260 struct wpan_dev *wpan_dev, bool ackreq)
264 wpan_dev->ackreq = ackreq;
259 ieee802154_set_ackreq_default(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev, bool ackreq) argument
H A Diface.c372 hdr.fc.ack_request = cb->ackreq;
437 hdr.fc.ack_request = wpan_dev->ackreq;
H A Drx.c293 cb->ackreq = hdr->fc.ack_request;
/linux-master/include/net/
H A Dcfg802154.h72 struct wpan_dev *wpan_dev, bool ackreq);
504 bool ackreq; member in struct:wpan_dev
H A Dieee802154_netdev.h388 bool ackreq; member in struct:ieee802154_mac_cb

Completed in 168 milliseconds