Searched refs:if_ix (Results 1 – 1 of 1) sorted by relevance
181 struct oz_port *port, int if_ix);1188 int if_ix = intf->desc.bInterfaceNumber; in oz_build_endpoints_for_interface() local1191 oz_dbg(ON, "interface[%d] = %p\n", if_ix, intf); in oz_build_endpoints_for_interface()1192 if (if_ix >= port->num_iface || port->iface == NULL) in oz_build_endpoints_for_interface()1216 oz_clean_endpoints_for_interface(hcd, port, if_ix); in oz_build_endpoints_for_interface()1237 port->iface[if_ix].ep_mask |= in oz_build_endpoints_for_interface()1246 port->iface[if_ix].ep_mask |= (1<<ep_num); in oz_build_endpoints_for_interface()1264 struct oz_port *port, int if_ix) in oz_clean_endpoints_for_interface() argument1272 oz_dbg(ON, "Deleting endpoints for interface %d\n", if_ix); in oz_clean_endpoints_for_interface()1273 if (if_ix >= port->num_iface) in oz_clean_endpoints_for_interface()[all …]