Searched refs:port_no (Results 76 - 100 of 100) sorted by relevance

1234

/linux-master/include/uapi/linux/
H A Dif_bridge.h95 __u8 port_no; member in struct:__fdb_entry
/linux-master/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c80 .port_no = 0,
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1466 int port_no, rc, i; local
1480 for (port_no = 0; port_no < hisi_hba->n_phy; port_no++) {
1481 struct hisi_sas_port *port = &hisi_hba->port[port_no];
/linux-master/net/bridge/
H A Dbr_fdb.c857 fe->port_no = f->dst->port_no;
858 fe->port_hi = f->dst->port_no >> 8;
H A Dbr_vlan.c463 (unsigned int) p->port_no, p->dev->name,
1155 __set_bit(p->port_no, changed);
1166 if (!test_bit(p->port_no, changed))
H A Dbr_private.h398 u16 port_no; member in struct:net_bridge_port
1966 struct net_bridge_port *br_get_port(struct net_bridge *br, u16 port_no);
/linux-master/drivers/ata/
H A Dpata_pdc2027x.c176 return ap->host->iomap[PDC_MMIO_BAR] + ap->port_no * 0x100 + offset;
H A Dlibahci_platform.c739 ata_port_desc(ap, "port 0x%x", 0x100 + ap->port_no * 0x80);
H A Dsata_dwc_460ex.c842 dev_dbg(ap->dev, "%s: port_no=%d\n", __func__, ap->port_no);
874 if (ap->port_no == 0) {
H A Dahci.c924 int port = ap->port_no;
2003 0x100 + ap->port_no * 0x80, "port");
H A Dsata_inic162x.c268 return hpriv->mmio_base + ap->port_no * PORT_SIZE;
H A Dsata_sil24.c464 return ap->port_no * PORT_REGS_SIZE;
H A Dlibata-sata.c1230 ap->port_no = 0;
H A Dlibata-core.c5591 ap->port_no = i;
5854 if (!(ap->host->flags & ATA_HOST_PARALLEL_SCAN) && ap->port_no != 0)
/linux-master/include/scsi/
H A Dlibsas.h134 u8 port_no; /* port number, if this is a PM (Port) */ member in struct:sata_device
/linux-master/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c870 u32 val, portmask = BIT(udc->pd->port_no);
910 u32 val, portmask = BIT(udc->pd->port_no);
2267 * Note that platform data is required, because pd.port_no varies from chip
/linux-master/drivers/s390/net/
H A Dqeth_core.h253 __u8 port_no; member in struct:qeth_hdr_layer2
/linux-master/net/openvswitch/
H A Dflow.c1034 key->phy.in_port = OVS_CB(skb)->input_vport->port_no;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c731 uint func = vha->hw->port_no & 0x3;
H A Dqla_os.c2809 ha->port_no = ha->portnum & 1;
2812 pci_read_config_byte(ha->pdev, PCI_INTERRUPT_PIN, &ha->port_no);
2815 ha->port_no--;
2817 ha->port_no = !(ha->port_no & 1);
2822 ha->device_type, ha->port_no, ha->fw_srisc_address);
H A Dqla_attr.c2392 return scnprintf(buf, PAGE_SIZE, "%u\n", vha->hw->port_no);
2477 static DEVICE_ATTR(port_no, 0444, qla2x00_port_no_show, NULL);
H A Dqla_init.c7869 if (ha->port_no == 0) {
7919 nv->port_name[1] = 0x00 + ha->port_no + 1;
9116 nv->port_name[1] = 0x00 + ha->port_no + 1;
9150 nv->enode_mac[5] = 0x06 + ha->port_no + 1;
9188 icb->enode_mac[5] = 0x06 + ha->port_no + 1;
H A Dqla_def.h4205 uint8_t port_no; /* Physical port of adapter */ member in struct:qla_hw_data
H A Dqla_isr.c1386 if ((mbx & MBX_3) && (ha->port_no == 0))
/linux-master/include/linux/
H A Dlibata.h818 unsigned int port_no; /* 0 based port no. inside the host */ member in struct:ata_port

Completed in 510 milliseconds

1234