Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c137 int conn_port; /* Port that is currently connecting, -1 if none.*/ member
254 return ozhcd->conn_port; in oz_get_port_from_addr()
634 if (ozhcd->conn_port >= 0) in oz_hcd_pd_arrived()
651 ozhcd->conn_port = i; in oz_hcd_pd_arrived()
692 if ((ozhcd->conn_port >= 0) && in oz_hcd_pd_departed()
693 (port == &ozhcd->ports[ozhcd->conn_port])) { in oz_hcd_pd_departed()
695 ozhcd->conn_port = -1; in oz_hcd_pd_departed()
1441 ozhcd->conn_port, in oz_process_ep0_urb()
1444 if (ozhcd->conn_port >= 0) { in oz_process_ep0_urb()
1445 ozhcd->ports[ozhcd->conn_port].bus_addr = in oz_process_ep0_urb()
[all …]
/linux-4.1.27/arch/ia64/include/asm/sn/sn2/
Dsn_hwperf.h63 u32 conn_port; member
/linux-4.1.27/arch/ia64/sn/kernel/sn2/
Dsn_hwperf.c541 p->location, ptdata[pt].conn_port, in sn_topology_show()