/linux/tools/testing/selftests/drivers/net/ |
H A D | queues.py | 20 def nl_get_queues(cfg, nl, qtype='rx'): argument 27 def check_xsk(cfg, nl, xdp_queue_id=0) -> None: argument 61 def get_queues(cfg, nl) -> None: argument 73 def addremove_queues(cfg, nl) -> None: argument 100 def check_down(cfg, nl) argument [all...] |
/linux/drivers/net/plip/ |
H A D | plip.c | 291 struct net_local *nl = netdev_priv(dev); in plip_init_netdev() local 324 struct net_local *nl = in plip_kick_bh() local 368 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh() local 386 struct net_local *nl = in plip_timer_bh() local 400 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, in plip_bh_timeout_error() 475 plip_none(struct net_device *dev, struct net_local *nl, in plip_none() 588 plip_receive_packet(struct net_device *dev, struct net_local *nl, in plip_receive_packet() 756 plip_send_packet(struct net_device *dev, struct net_local *nl, in plip_send_packet() 876 plip_connection_close(struct net_device *dev, struct net_local *nl, in plip_connection_close() 894 plip_error(struct net_device *dev, struct net_local *nl, in plip_error() [all …]
|
/linux/kernel/ |
H A D | notifier.c | 17 static int notifier_chain_register(struct notifier_block **nl, in notifier_chain_register() 39 static int notifier_chain_unregister(struct notifier_block **nl, in notifier_chain_unregister() 65 static int notifier_call_chain(struct notifier_block **nl, in notifier_call_chain() 114 static int notifier_call_chain_robust(struct notifier_block **nl, in notifier_call_chain_robust()
|
/linux/arch/arm/vfp/ |
H A D | vfp.h | 44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() 57 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() 72 u32 nh, nl, mh, ml; in mul64to128() local 110 static inline u64 vfp_estimate_div128to64(u64 nh, u64 nl, u64 m) in vfp_estimate_div128to64()
|
/linux/net/tipc/ |
H A D | bcast.c | 731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() 738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) in tipc_nlist_add() 746 void tipc_nlist_del(struct tipc_nlist *nl, u32 node) in tipc_nlist_del() 754 void tipc_nlist_purge(struct tipc_nlist *nl) in tipc_nlist_purge()
|
H A D | node.c | 862 struct tipc_link *nl = n->links[bearer_id].link; in __tipc_node_link_up() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_trans_space.h | 76 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1 argument 77 #define XFS_DIRENTER_SPACE_RES(mp,nl) \ argument
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nf_queue.c | 211 struct mnl_socket *nl; in open_queue() local 273 struct mnl_socket *nl; in mainloop() local
|
/linux/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 262 struct nlmsghdr nl; in get_route_table() member 398 struct nlmsghdr nl; in get_arp_table() member
|
/linux/lib/crypto/mpi/ |
H A D | mpi-internal.h | 108 #define UDIV_QRNND_PREINV(q, r, nh, nl, d, di) \ argument
|
H A D | longlong.h | 287 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 486 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 827 #define sdiv_qrnnd(q, r, nh, nl, d) \ argument 1345 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
|
/linux/fs/ceph/ |
H A D | ioctl.c | 72 struct ceph_ioctl_layout nl; in ceph_ioctl_set_layout() local
|
/linux/tools/thermal/tmon/ |
H A D | sysfs.c | 198 static int find_tzone_cdev(struct dirent *nl, char *tz_name, in find_tzone_cdev()
|
/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 164 unsigned long long mh, ml, nh, nl; in denormal_muld() local
|
/linux/net/bridge/ |
H A D | br_sysfs_if.c | 217 char *nl = strchr(buf, '\n'); in store_backup_port() local
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 142 unsigned int nl; in matroxfb_dh_restore() local
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt-sysfs.c | 174 const char *nl; in add_path_store() local
|
/linux/kernel/locking/ |
H A D | lockdep_proc.c | 412 unsigned long nl, nr; lock_stat_cmp() local
|
/linux/arch/powerpc/include/asm/ |
H A D | eeh.h | 450 int nl) in eeh_readsl()
|
/linux/kernel/rcu/ |
H A D | tree_nocb.h | 1453 int nl = 0; /* Next GP kthread. */ in rcu_organize_nocb_kthreads() local
|
/linux/scripts/ |
H A D | asn1_compiler.c | 349 char *line, *nl, *start, *p, *q; in tokenise() local
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.c | 626 struct ice_lag_netdev_list *nl; in ice_lag_build_netdev_list() local
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 330 enum nl80211_iftype nl; in wil_iftype_nl2wmi() member
|
/linux/tools/net/ynl/pyynl/ |
H A D | ynl_gen_c.py | 1682 def nl(self): member in CodeWriter
|