Searched refs:np_info (Results 1 – 5 of 5) 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 | 402 np_info(np, "local port %d\n", np->local_port); in netconsole_print_banner() 404 np_info(np, "local IPv6 address %pI6c\n", &np->local_ip.in6); in netconsole_print_banner() 406 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip); in netconsole_print_banner() 407 np_info(np, "interface name '%s'\n", np->dev_name); in netconsole_print_banner() 408 np_info(np, "local ethernet address '%pM'\n", np->dev_mac); in netconsole_print_banner() 409 np_info(np, "remote port %d\n", np->remote_port); in netconsole_print_banner() 411 np_info(np, "remote IPv6 address %pI6c\n", &np->remote_ip.in6); in netconsole_print_banner() 413 np_info(np, "remote IPv4 address %pI4\n", &np->remote_ip.ip); in netconsole_print_banner() 414 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netconsole_print_banner() 2003 np_info(np, "warning: whitespace is not allowed\n"); in netconsole_parser_cmdline() [all …]
|
| /linux/include/linux/ |
| H A D | netpoll.h | 42 #define np_info(np, fmt, ...) \ macro
|
| /linux/net/core/ |
| H A D | netpoll.c | 674 np_info(np, "local IPv6 %pI6c\n", &np->local_ip.in6); in netpoll_take_ipv6() 702 np_info(np, "local IP %pI4\n", &np->local_ip.ip); in netpoll_take_ipv4() 736 np_info(np, "device %s not up yet, forcing it\n", in netpoll_setup()
|