Searched defs:link (Results 251 - 270 of 270) sorted by relevance

<<11

/drivers/net/ethernet/
H A Ds6gmac.c370 } link; member in struct:s6gmac
579 writel((pd->link.full ? 1 : 0) << S6_GMAC_MACCONF2_FULL |
582 (pd->link.giga ?
609 pd->link.giga << S6_GMAC_FIFOCONF5_CFGBYTM |
709 switch (pd->link.mbit) {
730 pd->link.full = phydev->duplex;
731 pd->link.giga = (phydev->speed == 1000);
732 if (pd->link.mbit != phydev->speed) {
733 pd->link.mbit = phydev->speed;
736 pd->link
[all...]
/drivers/net/ethernet/toshiba/
H A Dtc35815.c412 int link; member in struct:tc35815_local
548 if (phydev->link &&
584 if (phydev->link != lp->link) {
585 if (phydev->link) {
593 lp->link = phydev->link;
662 lp->link = 0;
1277 /* schedule a link state check */
1705 if (!lp->link || l
[all...]
/drivers/net/wireless/
H A Drayctl.h278 /* Values for link field */
519 UCHAR link; /* link to next CCS, FF=end of list */ member in struct:ccs
/drivers/staging/et131x/
H A Det131x.c507 /* local link state, to determine if a state change has occurred */
508 int link; member in struct:et131x_adapter
1766 /* Set the link status interrupt only. Bad behavior when link status
1777 * link and activity (on for link, blink off for activity).
2138 /* Set the link pointer in HW TCB to the next TCB in the
2165 * -- while in D0, when there is a phy_interrupt indicating phy link
3146 * Do not receive any packets until we have link.
3582 /* We need to see if the link i
[all...]
/drivers/ata/
H A Dlibata-core.c122 MODULE_PARM_DESC(force, "Force ATA configurations including cable type, link speed and transfer mode (see Documentation/kernel-parameters.txt for details)");
176 * ata_link_next - link iteration helper
177 * @link: the previous link, NULL to start
185 * Pointer to the next link.
187 struct ata_link *ata_link_next(struct ata_link *link, struct ata_port *ap, argument
193 /* NULL link indicates start of iteration */
194 if (!link)
202 return &ap->link;
205 /* we just iterated over the host link, wha
246 ata_dev_next(struct ata_device *dev, struct ata_link *link, enum ata_dev_iter_mode mode) argument
360 ata_force_link_limits(struct ata_link *link) argument
1546 struct ata_link *link = dev->link; local
2649 sata_print_link_status(struct ata_link *link) argument
2677 struct ata_link *link = adev->link; local
2704 sata_down_spd_limit(struct ata_link *link, u32 spd_limit) argument
2758 __sata_set_spd_needed(struct ata_link *link, u32 *scontrol) argument
2798 sata_set_spd_needed(struct ata_link *link) argument
2821 sata_set_spd(struct ata_link *link) argument
3237 ata_do_set_mode(struct ata_link *link, struct ata_device **r_failed_dev) argument
3339 ata_wait_ready(struct ata_link *link, unsigned long deadline, int (*check_ready)(struct ata_link *link)) argument
3420 ata_wait_after_reset(struct ata_link *link, unsigned long deadline, int (*check_ready)(struct ata_link *link)) argument
3450 sata_link_debounce(struct ata_link *link, const unsigned long *params, unsigned long deadline) argument
3512 sata_link_resume(struct ata_link *link, const unsigned long *params, unsigned long deadline) argument
3581 sata_link_scr_lpm(struct ata_link *link, enum ata_lpm_policy policy, bool spm_wakeup) argument
3652 ata_std_prereset(struct ata_link *link, unsigned long deadline) argument
3704 sata_link_hardreset(struct ata_link *link, const unsigned long *timing, unsigned long deadline, bool *online, int (*check_ready)(struct ata_link *)) argument
3806 sata_std_hardreset(struct ata_link *link, unsigned int *class, unsigned long deadline) argument
3830 ata_std_postreset(struct ata_link *link, unsigned int *classes) argument
4273 struct ata_link *link; local
4323 struct ata_link *link = dev->link; local
4585 struct ata_link *link = qc->dev->link; local
4759 struct ata_link *link; local
4981 struct ata_link *link = qc->dev->link; local
5052 sata_scr_valid(struct ata_link *link) argument
5075 sata_scr_read(struct ata_link *link, int reg, u32 *val) argument
5102 sata_scr_write(struct ata_link *link, int reg, u32 val) argument
5128 sata_scr_write_flush(struct ata_link *link, int reg, u32 val) argument
5159 ata_phys_link_online(struct ata_link *link) argument
5183 ata_phys_link_offline(struct ata_link *link) argument
5209 ata_link_online(struct ata_link *link) argument
5235 ata_link_offline(struct ata_link *link) argument
5250 struct ata_link *link; local
5422 struct ata_link *link = ata_dev_phys_link(dev); local
5457 ata_link_init(struct ata_port *ap, struct ata_link *link, int pmp) argument
5496 sata_link_init_spd(struct ata_link *link) argument
5761 struct ata_link *link; local
6673 ata_link_printk(const struct ata_link *link, const char *level, const char *fmt, ...) argument
[all...]
H A Dsata_mv.c335 EDMA_ERR_LNK_CTRL_RX = (0xf << 13), /* link ctrl rx error */
341 EDMA_ERR_LNK_DATA_RX = (0xf << 17), /* link data rx error */
343 EDMA_ERR_LNK_CTRL_TX = (0x1f << 21), /* link ctrl tx error */
350 EDMA_ERR_LNK_DATA_TX = (0x1f << 26), /* link data tx error */
402 EDMA_RESET = (1 << 2), /* reset eng/trans/link/phy */
579 static int mv_scr_read(struct ata_link *link, unsigned int sc_reg_in, u32 *val);
580 static int mv_scr_write(struct ata_link *link, unsigned int sc_reg_in, u32 val);
581 static int mv5_scr_read(struct ata_link *link, unsigned int sc_reg_in, u32 *val);
582 static int mv5_scr_write(struct ata_link *link, unsigned int sc_reg_in, u32 val);
589 static int mv_hardreset(struct ata_link *link, unsigne
1334 mv_scr_read(struct ata_link *link, unsigned int sc_reg_in, u32 *val) argument
1345 mv_scr_write(struct ata_link *link, unsigned int sc_reg_in, u32 val) argument
1393 struct ata_link *link = qc->dev->link; local
2256 struct ata_link *link = qc->dev->link; local
2420 struct ata_link *link = &ap->pmp_link[pmp]; local
2449 struct ata_link *link = &ap->pmp_link[pmp]; local
3026 mv5_scr_read(struct ata_link *link, unsigned int sc_reg_in, u32 *val) argument
3040 mv5_scr_write(struct ata_link *link, unsigned int sc_reg_in, u32 val) argument
3576 mv_pmp_hardreset(struct ata_link *link, unsigned int *class, unsigned long deadline) argument
3583 mv_softreset(struct ata_link *link, unsigned int *class, unsigned long deadline) argument
3590 mv_hardreset(struct ata_link *link, unsigned int *class, unsigned long deadline) argument
[all...]
/drivers/net/ethernet/broadcom/
H A Dbnx2.c1784 /* Force a link down visible on the other side */
1818 /* Force a link down visible on the other side */
1829 /* Speed up link-up time when the link partner
1833 * to minimize link disruptions. Autoneg. involves
1866 u32 link; local
1869 link = bnx2_shmem_rd(bp, BNX2_RPHY_COPPER_LINK);
1871 link = bnx2_shmem_rd(bp, BNX2_RPHY_SERDES_LINK);
1873 if (link & BNX2_NETLINK_SET_LINK_ENABLE_AUTONEG) {
1877 if (link
4673 u32 link; local
[all...]
/drivers/net/ethernet/intel/
H A De100.c109 * In order to keep updates to the RFD link field from colliding with
112 * packet as end-of-list (EL). After updating the link, we remove EL
438 __le32 link; member in struct:rfd
505 __le32 link; member in struct:cb
1409 * media is sensed automatically based on how the link partner
1695 /* mii library handles link maintenance tasks */
1887 cb->link = cpu_to_le32(nic->cbs_dma_addr +
1935 put_unaligned_le32(rx->dma_addr, &prev_rfd->link);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2090 * Need to check link state so complete overtemp check
2213 /* don't reenable LSC while waiting for link */
2277 e_info(link, "Received unrecoverable ECC Err, please "
2487 e_info(link, "Received unrecoverable ECC err, please "
2501 * re-enable link(maybe) and non-queue interrupts, no flush.
2680 /* TXDCTL.EN will return 0 on 82598 if link is down, so skip it */
2947 /* RXDCTL.EN will return 0 on 82598 if link is down, so skip it */
3615 int link, tc, kb, marker; local
3619 tc = link = dev->mtu + ETH_HLEN + ETH_FCS_LEN + IXGBE_ETH_FRAMING;
3638 dv_id = IXGBE_DV_X540(link, t
[all...]
/drivers/net/ethernet/renesas/
H A Dsh_eth.h783 enum phy_state link; member in struct:sh_eth_private
/drivers/net/wireless/ath/ath5k/
H A Dath5k.h372 * that is supposed to double the link distance between an Atheros XR-enabled
609 * @link: Link ptr in last TX desc
611 * @lock: Lock on q and link
627 u32 *link; member in struct:ath5k_txq
1304 u32 *rxlink; /* link ptr in last RX desc */
/drivers/net/wireless/ath/ath9k/
H A Dmac.h688 dma_addr_t link; member in struct:ath_tx_info
/drivers/scsi/be2iscsi/
H A Dbe_main.h492 struct list_head link; member in struct:async_pdu_handle
/drivers/scsi/
H A Dipr.c4476 res->sata_port->ap->link.device[0].class = ATA_DEV_NONE;
4709 * @link: SATA link to reset
4712 * This function issues a SATA phy reset to the affected ATA link.
4717 static int ipr_sata_reset(struct ata_link *link, unsigned int *classes, argument
4720 struct ipr_sata_port *sata_port = link->ap->private_data;
5980 ap->link.device[0].class = ATA_DEV_NONE;
5984 ap->link.device[0].class = res->ata_class;
5985 if (ap->link.device[0].class == ATA_DEV_UNKNOWN)
5986 ap->link
[all...]
H A Dncr53c8xx.c1132 struct link { struct
1171 struct link jump_tcb;
1189 struct link call_lun;
1201 struct link jump_lcb[4]; /* JUMPs for reselection */
1270 struct link jump_lcb;
1272 struct link jump_tag;
1348 struct link schedule; /* Jump to scheduler point */
1653 struct link jump_tcb[4]; /* JUMPs for reselection */
1711 struct timer_list timer; /* Timer handler link header */
/drivers/staging/wlags49_h2/
H A Dwl_internal.h856 struct pcmcia_device *link; member in struct:wl_private
/drivers/usb/host/
H A Dxhci.h274 * A read gives the current link PM state of the port,
275 * a write with Link State Write Strobe set sets the link state.
312 /* Port Link State Write Strobe - set this when changing link state */
320 * also resets the link, forcing the device through the link training sequence.
328 /* port link status change - set on some port link state transitions:
342 /* port configure error change - port failed to configure its link partner */
1133 struct xhci_link_trb link; member in union:xhci_trb
1186 /* Force Header Command - generate a transaction or link managemen
[all...]
/drivers/net/ethernet/sun/
H A Dniu.c1911 netif_info(np, link, dev, "Link is up at %s, %s duplex\n",
1925 netif_warn(np, link, dev, "Link is down\n");
2191 netif_warn(np, link, np->dev,
3297 struct page ***link)
3306 *link = pp;
3386 struct page *page, **link; local
3395 page = niu_find_rxpage(rp, addr, &link);
3400 *link = (struct page *) page->mapping;
3433 struct page *page, **link; local
3447 page = niu_find_rxpage(rp, addr, &link);
3296 niu_find_rxpage(struct rx_ring_info *rp, u64 addr, struct page ***link) argument
[all...]
/drivers/scsi/qla4xxx/
H A Dql4_fw.h617 * One IPv4, one IPv6 link local and 2 IPv6
707 uint16_t link; member in struct:ql4_chap_table
/drivers/tty/
H A Dsynclink.c142 u32 link; /* 32-bit flat link to next buffer entry */ member in struct:_DMABUFFERENTRY
199 struct mgsl_struct *next_device; /* device list link */
3743 info->rx_buffer_list[i].link = info->buffer_list_phys;
3746 info->rx_buffer_list[i].link += (i + 1) * sizeof(DMABUFFERENTRY);
3757 info->tx_buffer_list[i].link = info->buffer_list_phys +
3761 info->tx_buffer_list[i].link += (i + 1) * sizeof(DMABUFFERENTRY);

Completed in 654 milliseconds

<<11