Searched refs:np_info (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | netpoll.c | 61 #define np_info(np, fmt, ...) \ macro 504 np_info(np, "local port %d\n", np->local_port); in netpoll_print_options() 508 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip); in netpoll_print_options() 509 np_info(np, "interface name '%s'\n", np->dev_name); in netpoll_print_options() 510 np_info(np, "local ethernet address '%pM'\n", np->dev_mac); in netpoll_print_options() 511 np_info(np, "remote port %d\n", np->remote_port); in netpoll_print_options() 602 np_info(np, "warning: whitespace is not allowed\n"); in netpoll_parse_options() 633 np_info(np, "couldn't parse config at '%s'!\n", cur); in netpoll_parse_options() 751 np_info(np, "device %s not up yet, forcing it\n", in netpoll_setup() 793 np_info(np, "local IP %pI4\n", &np->local_ip.ip); in netpoll_setup() [all …]
|
| /linux-6.15/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(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()
|