Searched refs:port_modify (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srpt/ |
| H A D | ib_srpt.c | 553 struct ib_port_modify port_modify; in srpt_refresh_port() local 578 memset(&port_modify, 0, sizeof(port_modify)); in srpt_refresh_port() 579 port_modify.set_port_cap_mask = IB_PORT_DEVICE_MGMT_SUP; in srpt_refresh_port() 580 port_modify.clr_port_cap_mask = 0; in srpt_refresh_port() 582 ret = ib_modify_port(sport->sdev->device, sport->port, 0, &port_modify); in srpt_refresh_port() 608 memset(&port_modify, 0, sizeof(port_modify)); in srpt_refresh_port() 609 port_modify.clr_port_cap_mask = IB_PORT_DEVICE_MGMT_SUP; in srpt_refresh_port() 611 &port_modify); in srpt_refresh_port() 628 struct ib_port_modify port_modify = { in srpt_unregister_mad_agent() local 638 ib_modify_port(sdev->device, i, 0, &port_modify); in srpt_unregister_mad_agent()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | device.c | 2369 struct ib_port_modify *port_modify) in ib_modify_port() argument 2379 port_modify); in ib_modify_port() 2381 ((port_modify->set_port_cap_mask & ~IB_PORT_CM_SUP) == 0 || in ib_modify_port() 2382 (port_modify->clr_port_cap_mask & ~IB_PORT_CM_SUP) == 0)) in ib_modify_port()
|
| H A D | cm.c | 4333 struct ib_port_modify port_modify = { in cm_add_one() local 4385 ret = ib_modify_port(ib_device, i, 0, &port_modify); in cm_add_one() 4409 port_modify.set_port_cap_mask = 0; in cm_add_one() 4410 port_modify.clr_port_cap_mask = IB_PORT_CM_SUP; in cm_add_one() 4417 ib_modify_port(ib_device, port->port_num, 0, &port_modify); in cm_add_one() 4433 struct ib_port_modify port_modify = { in cm_remove_one() local 4452 ib_modify_port(ib_device, port->port_num, 0, &port_modify); in cm_remove_one()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_verbs.h | 2322 struct ib_port_modify *port_modify); 3409 struct ib_port_modify *port_modify);
|