Searched refs:ports (Results 176 - 192 of 192) sorted by relevance

12345678

/drivers/scsi/
H A Dqla1280.h1029 uint8_t ports; member in struct:scsi_qla_host
/drivers/ata/
H A DKconfig522 controllers. If you wish to use only the SATA ports then select
898 ports and allows them to be accessed via the new ATA layer.
H A Dlibahci.c472 /* If PI has more ports than n_ports, whine, clear
477 "implemented port map (0x%x) contains more ports than nr_ports (%u), using nr_ports\n",
1114 struct ata_port *ap = host->ports[i];
1757 ap = host->ports[i];
2148 "%u slots %u ports %s Gbps 0x%x impl %s mode\n"
/drivers/ide/
H A Dpmac.c1090 hwif = pmif->hwif = host->ports[0];
1162 /* Request memory resource for IO ports */
1163 if (macio_request_resource(mdev, 0, "ide-pmac (ports)")) {
/drivers/net/ethernet/marvell/
H A Dsky2.h2294 u8 ports; member in struct:sky2_hw
H A Dskge.h2419 u8 ports; member in struct:skge_hw
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h461 /* Max number of Gig ports on a Phantom board */
1813 long ports; /* max no of physical ports */ member in struct:netxen_brdinfo
/drivers/xen/
H A Devents.c982 /* Closed ports are implicitly re-bound to VCPU0. */
1643 set_xen_guest_handle(poll.ports, &evtchn);
/drivers/infiniband/hw/cxgb4/
H A Dcm.c173 error = cxgb4_l2t_send(rdev->lldi.ports[0], skb, l2e);
188 error = cxgb4_ofld_send(rdev->lldi.ports[0], skb);
2358 err = cxgb4_create_server(ep->com.dev->rdev.lldi.ports[0], ep->stid,
/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1364 * @ports: bitmap of adapter ports to operate on
1369 void t3_set_vlan_accel(struct adapter *adapter, unsigned int ports, int on) argument
1372 ports << S_VLANEXTRACTIONENABLE,
1373 on ? (ports << S_VLANEXTRACTIONENABLE) : 0);
/drivers/net/ethernet/sun/
H A Dniu.h1501 u64 ports; member in struct:fcram_hash_ipv4
1509 u64 ports; member in struct:fcram_hash_ipv6
3071 struct niu *ports[NIU_MAX_PORTS]; member in struct:rx_pkt_hdr0::niu_parent
H A Dniu.c3257 /* Entries for the ports are interleaved in the TCAM */
8315 int ports = 0; local
8322 ports = 4;
8327 ports = 2;
8330 return ports;
8600 pr_err("Too many PHY ports\n");
9570 p->ports[port] = np;
9585 BUG_ON(!p || p->ports[port] != np);
9596 p->ports[port] = NULL;
/drivers/net/bonding/
H A Dbond_sysfs.c1342 * Show number of active 802.3ad ports.
1355 ? 0 : ad_info.ports);
/drivers/target/
H A Dtarget_core_stat.c136 DEV_STAT_SCSI_DEV_ATTR_RO(ports); variable
/drivers/mfd/
H A DKconfig29 asynchronous serial ports, audio functions, and a dual display video
/drivers/net/tokenring/
H A Dsmctr.c3573 static const unsigned ports[] = { local
3593 for (port = ports; *port; port++) {
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c90 VFRES_NPORTS = 1, /* # of "ports" per VF */
117 * Give PF's access to all of the ports.
123 * For VFs, we'll assign them access to the ports based purely on the
124 * PF. We assign active ports in order, wrapping around if there are
125 * fewer active ports than PFs: e.g. active port[pf % nports].
298 /* Skip changes from disabled ports. */
2457 lli.ports = adap->port;
3273 * of ports we found and the number of available CPUs. Most settings can be
3306 * For offload we use 1 queue/channel if all ports are up to 1G,
3357 * Reduce the number of Ethernet queues across all ports t
[all...]

Completed in 692 milliseconds

12345678