Searched refs:np_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/core/ |
D | netpoll.c | 65 #define np_info(np, fmt, ...) \ macro 467 np_info(np, "local port %d\n", np->local_port); in netpoll_print_options() 469 np_info(np, "local IPv6 address %pI6c\n", &np->local_ip.in6); in netpoll_print_options() 471 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip); in netpoll_print_options() 472 np_info(np, "interface '%s'\n", np->dev_name); in netpoll_print_options() 473 np_info(np, "remote port %d\n", np->remote_port); in netpoll_print_options() 475 np_info(np, "remote IPv6 address %pI6c\n", &np->remote_ip.in6); in netpoll_print_options() 477 np_info(np, "remote IPv4 address %pI4\n", &np->remote_ip.ip); in netpoll_print_options() 478 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netpoll_print_options() 548 np_info(np, "warning: whitespace is not allowed\n"); in netpoll_parse_options() [all …]
|
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit.h | 122 struct np_info { struct 123 struct np_info *next; argument 137 struct np_info *np_hash_tab[NP_INFO_HASH_SIZE]; argument
|
D | cxgbit_cm.c | 81 static struct np_info * 85 struct np_info *p = kzalloc(sizeof(*p), GFP_KERNEL); in cxgbit_np_hash_add() 105 struct np_info *p; in cxgbit_np_hash_find() 122 struct np_info *p, **prev = &cdev->np_hash_tab[bucket]; in cxgbit_np_hash_del()
|