Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c3052 struct port_and_port_id { struct
3057 static struct port_and_port_id __srpt_lookup_port(const char *name) in __srpt_lookup_port() argument
3074 return (struct port_and_port_id){ in __srpt_lookup_port()
3079 return (struct port_and_port_id){ in __srpt_lookup_port()
3085 return (struct port_and_port_id){}; in __srpt_lookup_port()
3095 static struct port_and_port_id srpt_lookup_port(const char *name) in srpt_lookup_port()
3097 struct port_and_port_id papi; in srpt_lookup_port()
3840 struct port_and_port_id papi = srpt_lookup_port(name); in srpt_make_tport()