Searched refs:np_info (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit.h | 119 struct np_info { struct 120 struct np_info *next; argument 134 struct np_info *np_hash_tab[NP_INFO_HASH_SIZE]; argument
|
| H A D | cxgbit_cm.c | 78 static struct np_info * 82 struct np_info *p = kzalloc_obj(*p); 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 D | netconsole.c | 442 np_info(np, "local IPv6 %pI6c\n", &nt->local_ip.in6); in netcons_take_ipv6() 472 np_info(np, "local IP %pI4\n", &nt->local_ip.ip); in netcons_take_ipv4() 525 np_info(np, "device %s not up yet, forcing it\n", in netcons_netpoll_setup() 729 np_info(np, "local port %d\n", nt->local_port); in netconsole_print_banner() 731 np_info(np, "local IPv6 address %pI6c\n", &nt->local_ip.in6); in netconsole_print_banner() 733 np_info(np, "local IPv4 address %pI4\n", &nt->local_ip.ip); in netconsole_print_banner() 734 np_info(np, "interface name '%s'\n", np->dev_name); in netconsole_print_banner() 735 np_info(np, "local ethernet address '%pM'\n", np->dev_mac); in netconsole_print_banner() 736 np_info(np, "remote port %d\n", nt->remote_port); in netconsole_print_banner() 738 np_info(np, "remote IPv6 address %pI6c\n", &nt->remote_ip.in6); in netconsole_print_banner() [all …]
|
| /linux/include/linux/ |
| H A D | netpoll.h | 37 #define np_info(np, fmt, ...) \ macro
|