Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/srpt/
Dib_srpt.c2990 struct port_and_port_id { struct
2995 static struct port_and_port_id __srpt_lookup_port(const char *name) in __srpt_lookup_port() argument
3012 return (struct port_and_port_id){ in __srpt_lookup_port()
3017 return (struct port_and_port_id){ in __srpt_lookup_port()
3023 return (struct port_and_port_id){}; in __srpt_lookup_port()
3033 static struct port_and_port_id srpt_lookup_port(const char *name) in srpt_lookup_port()
3035 struct port_and_port_id papi; in srpt_lookup_port()
3780 struct port_and_port_id papi = srpt_lookup_port(name); in srpt_make_tport()