Searched refs:port_callback (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_sysfs.c | 1029 int (*port_callback)(struct ib_device *, in add_port() 1126 if (port_callback) { in add_port() 1127 ret = port_callback(device, port_num, &p->kobj); in add_port() 1317 int (*port_callback)(struct ib_device *, in ib_device_register_sysfs() 1347 ret = add_port(device, 0, port_callback); in ib_device_register_sysfs() 1352 ret = add_port(device, i, port_callback); in ib_device_register_sysfs()
|
H A D | core_priv.h | 75 int (*port_callback)(struct ib_device *,
|
H A D | ib_device.c | 327 int (*port_callback)(struct ib_device *, in ib_register_device() 367 ret = ib_device_register_sysfs(device, port_callback); in ib_register_device()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | rdma_vt.h | 190 int (*port_callback)(struct ib_device *, u8, struct kobject *); member
|
H A D | ib_verbs.h | 2475 int (*port_callback)(struct ib_device *,
|