Lines Matching refs:ndlc
35 struct llt_ndlc *ndlc; member
53 if (phy->ndlc->powered == 0 && phy->irq_active == 0) { in st_nci_spi_enable()
88 if (phy->ndlc->hard_fault != 0) in st_nci_spi_write()
89 return phy->ndlc->hard_fault; in st_nci_spi_write()
105 ndlc_recv(phy->ndlc, skb_rx); in st_nci_spi_write()
139 phy->ndlc->hard_fault = 1; in st_nci_spi_read()
179 if (!phy || !phy->ndlc || irq != phy->spi_dev->irq) { in st_nci_irq_thread_fn()
187 if (phy->ndlc->hard_fault) in st_nci_irq_thread_fn()
190 if (!phy->ndlc->powered) { in st_nci_irq_thread_fn()
199 ndlc_recv(phy->ndlc, skb); in st_nci_irq_thread_fn()
259 &phy->ndlc, &phy->se_status); in st_nci_spi_probe()
282 ndlc_remove(phy->ndlc); in st_nci_spi_remove()