Searched defs:linkstat (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_pcie.c273 u16 linkstat, speed; local
299 pci_read_config_word(dd->pcidev, pose + PCI_EXP_LNKSTA, &linkstat);
304 speed = linkstat & 0xf;
305 linkstat >>= 4;
306 linkstat &= 0x1f;
307 dd->lbus_width = linkstat;
325 if (minw && linkstat < minw)
328 linkstat, minw);
/drivers/usb/otg/
H A Dtwl6030-usb.c103 u8 linkstat; member in struct:twl6030_usb
150 if (twl->linkstat == USB_EVENT_ID)
237 switch (twl->linkstat) {
274 twl->linkstat = status;
280 twl->linkstat = status;
314 twl->linkstat = status;
H A Dtwl4030-usb.c162 u8 linkstat; member in struct:twl4030_usb
252 int linkstat = USB_EVENT_NONE; local
276 linkstat = USB_EVENT_ID;
278 linkstat = USB_EVENT_VBUS;
280 linkstat = USB_EVENT_NONE;
283 status, status, linkstat);
285 twl->phy.last_event = linkstat;
292 twl->linkstat = linkstat;
293 if (linkstat
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2118 u32 pcs_anadv_reg, pcs_lpab_reg, linkstat; local
2127 linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA);
2128 if ((!!(linkstat & IXGBE_PCS1GLSTA_AN_COMPLETE) == 0) ||
2129 (!!(linkstat & IXGBE_PCS1GLSTA_AN_TIMED_OUT) == 1)) {

Completed in 432 milliseconds