Searched refs:most_interface (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | most.h | 180 struct most_interface *ifp; 231 struct most_interface { struct 241 int (*configure)(struct most_interface *iface, int channel_idx, argument 243 int (*enqueue)(struct most_interface *iface, int channel_idx, argument 245 int (*poison_channel)(struct most_interface *iface, int channel_idx); argument 246 void (*request_netinfo)(struct most_interface *iface, int channel_idx, argument 247 void (*on_netinfo)(struct most_interface *iface, 267 int (*probe_channel)(struct most_interface *iface, int channel_idx, argument 270 int (*disconnect_channel)(struct most_interface *iface, 273 int (*tx_completion)(struct most_interface *iface, int channel_idx); [all …]
|