Searched refs:port_callback (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dcore_priv.h42 int (*port_callback)(struct ib_device *,
H A Dsysfs.c479 int (*port_callback)(struct ib_device *,
527 if (port_callback) {
528 ret = port_callback(device, port_num, &p->kobj);
769 int (*port_callback)(struct ib_device *,
801 ret = add_port(device, 0, port_callback);
806 ret = add_port(device, i, port_callback);
H A Ddevice.c271 int (*port_callback)(struct ib_device *,
301 ret = ib_device_register_sysfs(device, port_callback);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_init.c70 struct snd_seq_port_callback port_callback; local
97 memset(&port_callback, 0, sizeof(port_callback));
98 /* don't set port_callback.owner here. otherwise the module counter
101 port_callback.event_input = receive_announce;
102 port->kernel = &port_callback;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h1176 int (*port_callback)(struct ib_device *,

Completed in 119 milliseconds