Home
last modified time | relevance | path

Searched refs:port_modify (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/infiniband/core/
Ddevice.c651 struct ib_port_modify *port_modify) in ib_modify_port() argument
660 port_modify); in ib_modify_port()
Dcm.c3725 struct ib_port_modify port_modify = { in cm_add_one() local
3775 ret = ib_modify_port(ib_device, i, 0, &port_modify); in cm_add_one()
3791 port_modify.set_port_cap_mask = 0; in cm_add_one()
3792 port_modify.clr_port_cap_mask = IB_PORT_CM_SUP; in cm_add_one()
3795 ib_modify_port(ib_device, port->port_num, 0, &port_modify); in cm_add_one()
3807 struct ib_port_modify port_modify = { in cm_remove_one() local
3823 ib_modify_port(ib_device, port->port_num, 0, &port_modify); in cm_remove_one()
/linux-3.4.99/drivers/infiniband/ulp/srpt/
Dib_srpt.c530 struct ib_port_modify port_modify; in srpt_refresh_port() local
534 memset(&port_modify, 0, sizeof port_modify); in srpt_refresh_port()
535 port_modify.set_port_cap_mask = IB_PORT_DEVICE_MGMT_SUP; in srpt_refresh_port()
536 port_modify.clr_port_cap_mask = 0; in srpt_refresh_port()
538 ret = ib_modify_port(sport->sdev->device, sport->port, 0, &port_modify); in srpt_refresh_port()
578 port_modify.set_port_cap_mask = 0; in srpt_refresh_port()
579 port_modify.clr_port_cap_mask = IB_PORT_DEVICE_MGMT_SUP; in srpt_refresh_port()
580 ib_modify_port(sport->sdev->device, sport->port, 0, &port_modify); in srpt_refresh_port()
594 struct ib_port_modify port_modify = { in srpt_unregister_mad_agent() local
603 if (ib_modify_port(sdev->device, i, 0, &port_modify) < 0) in srpt_unregister_mad_agent()
/linux-3.4.99/include/rdma/
Dib_verbs.h1111 struct ib_port_modify *port_modify);
1332 struct ib_port_modify *port_modify);