Searched refs:port_attr (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_av.c129 struct ib_port_attr port_attr; local
131 memset(&port_attr, 0, sizeof(port_attr));
133 &port_attr);
193 struct ib_port_attr port_attr; local
195 memset(&port_attr, 0, sizeof(port_attr));
197 &port_attr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_vport.h86 struct bfa_port_attr_s port_attr; /* base class (port) attributes */ member in struct:bfa_vport_attr_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c903 struct bfa_port_attr_s *port_attr)
906 port_attr->pid = port->pid;
908 port_attr->pid = 0;
910 port_attr->port_cfg = port->port_cfg;
913 port_attr->port_type = bfa_fcs_fabric_port_type(port->fabric);
914 port_attr->loopback = bfa_fcs_fabric_is_loopback(port->fabric);
915 port_attr->authfail =
917 port_attr->fabric_name = bfa_fcs_port_get_fabric_name(port);
918 memcpy(port_attr->fabric_ip_addr,
923 port_attr
902 bfa_fcs_port_get_attr(struct bfa_fcs_port_s *port, struct bfa_port_attr_s *port_attr) argument
[all...]
H A Dfdmi.c78 struct bfa_fcs_fdmi_port_attr_s *port_attr);
855 curr_ptr = (u8 *) &port_attrib->port_attr;
1154 struct bfa_fcs_fdmi_port_attr_s *port_attr)
1160 bfa_os_memset(port_attr, 0, sizeof(struct bfa_fcs_fdmi_port_attr_s));
1170 fc_get_fc4type_bitmask(FC_TYPE_FCP, port_attr->supp_fc4_types);
1175 port_attr->supp_speed = bfa_os_htonl(BFA_FCS_FDMI_SUPORTED_SPEEDS);
1180 port_attr->curr_speed = bfa_os_htonl(pport_attr.speed);
1185 port_attr->max_frm_size = bfa_os_htonl(FC_MAX_PDUSZ);
1190 strncpy(port_attr->os_device_name, (char *)driver_info->os_device_name,
1191 sizeof(port_attr
1153 bfa_fcs_fdmi_get_portattr(struct bfa_fcs_port_fdmi_s *fdmi, struct bfa_fcs_fdmi_port_attr_s *port_attr) argument
[all...]
H A Dvport.c770 bfa_fcs_port_get_attr(&vport->lport, &attr->port_attr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/protocol/
H A Dfdmi.h132 struct fdmi_attr_s port_attr; /* n attributes */ member in struct:fdmi_port_attr_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmain.c315 port_attr);
335 port_attr);
1023 info->port_attr.attr.name = info->dev_name;
1024 info->port_attr.attr.mode = S_IRUGO | S_IWUSR;
1025 info->port_attr.show = show_port_type;
1026 info->port_attr.store = set_port_type;
1027 sysfs_attr_init(&info->port_attr.attr);
1029 err = device_create_file(&dev->pdev->dev, &info->port_attr);
1043 device_remove_file(&info->dev->pdev->dev, &info->port_attr);
H A Dmlx4.h272 struct device_attribute port_attr; member in struct:mlx4_port_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_lport.h210 struct bfa_port_attr_s *port_attr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dsa_query.c363 struct ib_port_attr port_attr; local
366 if (ib_query_port(port->agent->device, port->port_num, &port_attr)) {
378 new_ah->src_path_mask = (1 << port_attr.lmc) - 1;
386 ah_attr.dlid = port_attr.sm_lid;
387 ah_attr.sl = port_attr.sm_sl;
H A Ddevice.c566 * @port_attr:Port attributes
569 * @port_attr pointer.
573 struct ib_port_attr *port_attr)
578 return device->query_port(device, port_num, port_attr);
571 ib_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) argument
H A Dsysfs.c72 struct port_attribute *port_attr = local
76 if (!port_attr->show)
79 return port_attr->show(p, port_attr, buf);
H A Dcma.c1746 struct ib_port_attr port_attr; local
1759 if (!ib_query_port(cma_dev->device, p, &port_attr) &&
1760 port_attr.state == IB_PORT_ACTIVE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Diseries_veth.c407 struct veth_port_attribute *port_attr; local
410 port_attr = container_of(attr, struct veth_port_attribute, attr);
413 if (!port_attr->show)
416 return port_attr->show(port, buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h1012 struct ib_port_attr *port_attr);
1223 u8 port_num, struct ib_port_attr *port_attr);

Completed in 133 milliseconds