Searched refs:ntf (Results 1 – 7 of 7) sorted by relevance
| /net/nfc/nci/ |
| A D | ntf.c | 36 ndev->nci_ver = ntf->nci_ver; in nci_core_reset_ntf_packet() 38 ntf->nci_ver, ntf->config_status); in nci_core_reset_ntf_packet() 101 ntf->conn_id = nci_conn_id(&ntf->conn_id); in nci_core_conn_intf_error_ntf_packet() 103 pr_debug("status 0x%x, conn_id %d\n", ntf->status, ntf->conn_id); in nci_core_conn_intf_error_ntf_packet() 340 ntf.rf_protocol = *data++; in nci_rf_discover_ntf_packet() 380 ntf.ntf_type = *data++; in nci_rf_discover_ntf_packet() 566 ntf.rf_protocol = *data++; in nci_rf_intf_activated_ntf_packet() 646 &ntf, data); in nci_rf_intf_activated_ntf_packet() 651 &ntf, data); in nci_rf_intf_activated_ntf_packet() 732 pr_debug("entry, type 0x%x, reason 0x%x\n", ntf->type, ntf->reason); in nci_rf_deactivate_ntf_packet() [all …]
|
| A D | Makefile | 8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
|
| A D | core.c | 1443 if (!op || !op->ntf) in nci_op_ntf_packet() 1446 return op->ntf(ndev, skb); in nci_op_ntf_packet()
|
| /net/core/ |
| A D | page_pool_user.c | 265 struct sk_buff *ntf; in netdev_nl_page_pool_event() local 280 ntf = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in netdev_nl_page_pool_event() 281 if (!ntf) in netdev_nl_page_pool_event() 284 if (page_pool_nl_fill(ntf, pool, &info)) { in netdev_nl_page_pool_event() 285 nlmsg_free(ntf); in netdev_nl_page_pool_event() 289 genlmsg_multicast_netns(&netdev_nl_family, net, ntf, in netdev_nl_page_pool_event()
|
| A D | netdev-genl.c | 90 struct sk_buff *ntf; in netdev_genl_dev_notify() local 98 ntf = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in netdev_genl_dev_notify() 99 if (!ntf) in netdev_genl_dev_notify() 102 if (netdev_nl_dev_fill(netdev, ntf, &info)) { in netdev_genl_dev_notify() 103 nlmsg_free(ntf); in netdev_genl_dev_notify() 107 genlmsg_multicast_netns(&netdev_nl_family, dev_net(netdev), ntf, in netdev_genl_dev_notify()
|
| /net/ethtool/ |
| A D | rss.c | 491 struct sk_buff *ntf; in ethnl_rss_delete_notify() local 498 ntf = genlmsg_new(ntf_size, GFP_KERNEL); in ethnl_rss_delete_notify() 499 if (!ntf) in ethnl_rss_delete_notify() 502 hdr = ethnl_bcastmsg_put(ntf, ETHTOOL_MSG_RSS_DELETE_NTF); in ethnl_rss_delete_notify() 506 if (ethnl_fill_reply_header(ntf, dev, ETHTOOL_A_RSS_HEADER) || in ethnl_rss_delete_notify() 507 nla_put_u32(ntf, ETHTOOL_A_RSS_CONTEXT, rss_context)) in ethnl_rss_delete_notify() 510 genlmsg_end(ntf, hdr); in ethnl_rss_delete_notify() 511 if (ethnl_multicast(ntf, dev)) in ethnl_rss_delete_notify() 517 nlmsg_free(ntf); in ethnl_rss_delete_notify()
|
| A D | ioctl.c | 1490 int ntf = 0; in ethtool_set_rxfh() local 1640 ntf = ETHTOOL_MSG_RSS_NTF; in ethtool_set_rxfh() 1643 ntf = ETHTOOL_MSG_RSS_CREATE_NTF; in ethtool_set_rxfh() 1650 ntf = ETHTOOL_MSG_RSS_DELETE_NTF; in ethtool_set_rxfh() 1654 ntf = ETHTOOL_MSG_RSS_NTF; in ethtool_set_rxfh() 1658 ntf = 0; in ethtool_set_rxfh() 1705 if (ntf) in ethtool_set_rxfh() 1706 ethtool_rss_notify(dev, ntf, rxfh.rss_context); in ethtool_set_rxfh()
|
Completed in 27 milliseconds