Home
last modified time | relevance | path

Searched refs:np_info (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h119 struct np_info { struct
120 struct np_info *next; argument
134 struct np_info *np_hash_tab[NP_INFO_HASH_SIZE]; argument
H A Dcxgbit_cm.c78 static struct np_info *
82 struct np_info *p = kzalloc(sizeof(*p), GFP_KERNEL); in cxgbit_np_hash_add()
102 struct np_info *p; in cxgbit_np_hash_find()
119 struct np_info *p, **prev = &cdev->np_hash_tab[bucket]; in cxgbit_np_hash_del()
/linux/drivers/net/
H A Dnetconsole.c288 np_info(np, "local port %d\n", np->local_port); in netconsole_print_banner()
290 np_info(np, "local IPv6 address %pI6c\n", &np->local_ip.in6); in netconsole_print_banner()
292 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip); in netconsole_print_banner()
293 np_info(np, "interface name '%s'\n", np->dev_name); in netconsole_print_banner()
294 np_info(np, "local ethernet address '%pM'\n", np->dev_mac); in netconsole_print_banner()
295 np_info(np, "remote port %d\n", np->remote_port); in netconsole_print_banner()
297 np_info(np, "remote IPv6 address %pI6c\n", &np->remote_ip.in6); in netconsole_print_banner()
299 np_info(np, "remote IPv4 address %pI4\n", &np->remote_ip.ip); in netconsole_print_banner()
300 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netconsole_print_banner()
1823 np_info(n in netconsole_parser_cmdline()
[all...]
/linux/net/core/
H A Dnetpoll.c678 np_info(np, "local IPv6 %pI6c\n", &np->local_ip.in6); in netpoll_take_ipv6()
706 np_info(np, "local IP %pI4\n", &np->local_ip.ip); in netpoll_take_ipv4()
740 np_info(np, "device %s not up yet, forcing it\n", in netpoll_setup()