Lines Matching refs:ndlc
52 struct llt_ndlc *ndlc; member
71 if (phy->ndlc->powered == 0 && phy->irq_active == 0) { in st_nci_spi_enable()
106 if (phy->ndlc->hard_fault != 0) in st_nci_spi_write()
107 return phy->ndlc->hard_fault; in st_nci_spi_write()
123 ndlc_recv(phy->ndlc, skb_rx); in st_nci_spi_write()
157 phy->ndlc->hard_fault = 1; in st_nci_spi_read()
197 if (!phy || !phy->ndlc || irq != phy->spi_dev->irq) { in st_nci_irq_thread_fn()
205 if (phy->ndlc->hard_fault) in st_nci_irq_thread_fn()
208 if (!phy->ndlc->powered) { in st_nci_irq_thread_fn()
217 ndlc_recv(phy->ndlc, skb); in st_nci_irq_thread_fn()
349 &phy->ndlc, &phy->se_status); in st_nci_spi_probe()
372 ndlc_remove(phy->ndlc); in st_nci_spi_remove()