Searched refs:nfc (Results 76 - 100 of 119) sorted by relevance

12345

/linux-master/drivers/nfc/st-nci/
H A Dse.c9 #include <linux/nfc.h>
11 #include <net/nfc/nci.h>
12 #include <net/nfc/nci_core.h>
H A Dvendor_cmds.c10 #include <linux/nfc.h>
12 #include <net/nfc/nci_core.h>
H A Dndlc.c9 #include <net/nfc/nci_core.h>
H A Di2c.c15 #include <linux/nfc.h>
/linux-master/drivers/nfc/pn533/
H A Dusb.c14 #include <linux/nfc.h>
16 #include <net/nfc/nfc.h>
H A Duart.c13 #include <linux/nfc.h>
/linux-master/net/nfc/
H A Dllcp_commands.c11 #include <linux/nfc.h>
13 #include <net/nfc/nfc.h>
15 #include "nfc.h"
/linux-master/include/net/nfc/
H A Dnci.h19 #include <net/nfc/nfc.h>
H A Dnfc.h14 #include <linux/nfc.h>
207 * nfc_free_device - free nfc device
209 * @dev: The nfc device to free
223 * @nfc_dev: The nfc device whose parent is being set
235 * @dev: The nfc device
246 * @dev: The nfc device
254 * nfc_device_name - get the nfc device name
256 * @dev: The nfc device whose name to return
320 * @dev: nfc device
/linux-master/net/nfc/nci/
H A Drsp.c22 #include "../nfc.h"
23 #include <net/nfc/nci.h>
24 #include <net/nfc/nci_core.h>
H A Dspi.c13 #include <net/nfc/nci_core.h>
H A Dhci.c13 #include "../nfc.h"
14 #include <net/nfc/nci.h>
15 #include <net/nfc/nci_core.h>
16 #include <linux/nfc.h>
H A Dcore.c29 #include "../nfc.h"
30 #include <net/nfc/nci.h>
31 #include <net/nfc/nci_core.h>
32 #include <linux/nfc.h>
913 pr_err("the requested nfc protocol is invalid\n");
1220 * nci_register_device - register a nci device in the nfc subsystem
1287 * nci_unregister_device - unregister a nci device in the nfc subsystem
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2954 struct ethtool_rxnfc *nfc)
2962 if (nfc->data & ~(RXH_IP_SRC | RXH_IP_DST |
2966 switch (nfc->flow_type) {
2969 if (!(nfc->data & RXH_IP_SRC) ||
2970 !(nfc->data & RXH_IP_DST) ||
2971 !(nfc->data & RXH_L4_B_0_1) ||
2972 !(nfc->data & RXH_L4_B_2_3))
2976 if (!(nfc->data & RXH_IP_SRC) ||
2977 !(nfc->data & RXH_IP_DST))
2979 switch (nfc
2953 ixgbe_set_rss_hash_opt(struct ixgbe_adapter *adapter, struct ethtool_rxnfc *nfc) argument
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2585 struct ethtool_rxnfc *nfc)
2592 if (nfc->data & ~(RXH_IP_SRC | RXH_IP_DST |
2596 switch (nfc->flow_type) {
2599 if (!(nfc->data & RXH_IP_SRC) ||
2600 !(nfc->data & RXH_IP_DST) ||
2601 !(nfc->data & RXH_L4_B_0_1) ||
2602 !(nfc->data & RXH_L4_B_2_3))
2606 if (!(nfc->data & RXH_IP_SRC) ||
2607 !(nfc->data & RXH_IP_DST))
2609 switch (nfc
2584 igb_set_rss_hash_opt(struct igb_adapter *adapter, struct ethtool_rxnfc *nfc) argument
[all...]
/linux-master/drivers/nfc/nxp-nci/
H A Dfirmware.c15 #include <linux/nfc.h>
/linux-master/drivers/nfc/
H A Dvirtual_ncidev.c14 #include <net/nfc/nci_core.h>
H A Dmei_phy.c5 * MEI Library for mei bus nfc device access
11 #include <linux/nfc.h>
/linux-master/drivers/nfc/st95hf/
H A Dcore.c16 #include <linux/nfc.h>
21 #include <net/nfc/digital.h>
22 #include <net/nfc/nfc.h>
196 * @ddev: nfc digital device object.
197 * @nfcdev: nfc device object.
200 * that is passed from nfc requesting thread to the threaded ISR.
205 * function that the last outstanding async nfc request is finished.
206 * @rm_lock: mutex for ensuring safe access of nfc digital object
210 * @nfcdev_free: flag to have the state of nfc devic
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3565 * @nfc: pointer to user request
3571 struct ethtool_rxnfc *nfc,
3577 if (nfc->data & RXH_L4_B_0_1)
3581 if (nfc->data & RXH_L4_B_2_3)
3586 if (nfc->flow_type == TCP_V6_FLOW || nfc->flow_type == UDP_V6_FLOW) {
3589 } else if (nfc->flow_type == TCP_V4_FLOW ||
3590 nfc->flow_type == UDP_V4_FLOW) {
3603 if (nfc->data & RXH_IP_SRC)
3607 if (nfc
3570 i40e_get_rss_hash_bits(struct i40e_hw *hw, struct ethtool_rxnfc *nfc, u64 i_setc) argument
3623 i40e_set_rss_hash_opt(struct i40e_pf *pf, struct ethtool_rxnfc *nfc) argument
[all...]
/linux-master/drivers/nfc/fdp/
H A Dfdp.c9 #include <linux/nfc.h>
13 #include <net/nfc/nci_core.h>
734 nfc_err(dev, "Cannot allocate nfc ndev\n");
/linux-master/drivers/
H A DMakefile78 obj-y += base/ block/ misc/ mfd/ nfc/
/linux-master/net/nfc/hci/
H A Dcommand.c13 #include <net/nfc/hci.h>
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h1051 struct ethtool_rxnfc *nfc, u32 location);
1053 struct ethtool_rxnfc *nfc, u32 *rule_locs);
1055 struct ethtool_rxnfc *nfc);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1462 struct ethtool_rxnfc *nfc)
1472 if (nfc->data & ~(RXH_IP_SRC | RXH_IP_DST |
1477 if (!(nfc->data & RXH_IP_SRC) ||
1478 !(nfc->data & RXH_IP_DST))
1481 nfp_rss_flag = ethtool_flow_to_nfp_flag(nfc->flow_type);
1485 switch (nfc->data & (RXH_L4_B_0_1 | RXH_L4_B_2_3)) {
1461 nfp_net_set_rss_hash_opt(struct nfp_net *nn, struct ethtool_rxnfc *nfc) argument

Completed in 279 milliseconds

12345