Searched refs:lnk (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/wl12xx/
H A Devent.c191 struct wl1271_link *lnk; local
194 lnk = &wl->links[hlid];
195 if (!lnk->ba_bitmap)
199 lnk->ba_bitmap,
200 lnk->addr);
H A Dtx.c538 struct wl1271_link *lnk)
544 queue = wl1271_select_queue(wl, lnk->tx_queue);
537 wl12xx_lnk_skb_dequeue(struct wl1271 *wl, struct wl1271_link *lnk) argument
H A Dmain.c744 struct wl1271_link *lnk; local
761 lnk = &wl->links[hlid];
762 cnt = status->tx_lnk_free_pkts[hlid] - lnk->prev_freed_pkts;
764 lnk->prev_freed_pkts = status->tx_lnk_free_pkts[hlid];
765 lnk->allocated_pkts -= cnt;
768 lnk->allocated_pkts);
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c757 u16 lnk; local
760 pci_read_config_word(dev, dev->pcie_cap + PCI_EXP_LNKSTA, &lnk);
762 if ((lnk & PCI_EXP_LNKSTA_CLS) != 1)
765 switch ((lnk & PCI_EXP_LNKSTA_NLW) >> 4) {
1983 u16 lnk; local
1985 pci_read_config_word(dev, dev->pcie_cap + PCI_EXP_LNKSTA, &lnk);
1986 return (lnk & VXGE_HW_PCI_EXP_LNKCAP_LNK_WIDTH) >> 4;
/drivers/scsi/qla2xxx/
H A Dqla_nx.c1611 uint16_t lnk; local
1614 pci_read_config_word(ha->pdev, pcie_reg + PCI_EXP_LNKSTA, &lnk);
1615 ha->link_width = (lnk >> 4) & 0x3f;
2491 uint16_t lnk; local
2522 pci_read_config_word(ha->pdev, pcie_cap + PCI_EXP_LNKSTA, &lnk);
2523 ha->link_width = (lnk >> 4) & 0x3f;
/drivers/scsi/qla4xxx/
H A Dql4_nx.c1543 uint16_t lnk; local
1567 pci_read_config_word(ha->pdev, pcie_cap + PCI_EXP_LNKSTA, &lnk);
1568 ha->link_width = (lnk >> 4) & 0x3f;
/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c3339 u16 lnk; local
3342 pci_read_config_word(mgp->pdev, exp_cap + PCI_EXP_LNKSTA, &lnk);
3343 link_width = (lnk >> 4) & 0x3f;

Completed in 155 milliseconds