Lines Matching refs:ndlc
23 /* ndlc header */
35 struct llt_ndlc *ndlc;
53 if (phy->ndlc->powered == 0 && phy->irq_active == 0) {
88 if (phy->ndlc->hard_fault != 0)
89 return phy->ndlc->hard_fault;
94 * Send them back in the ndlc state machine.
105 ndlc_recv(phy->ndlc, skb_rx);
113 * Reads an ndlc frame and returns it in a newly allocated sk_buff.
139 phy->ndlc->hard_fault = 1;
168 * Reads an ndlc frame from the chip.
179 if (!phy || !phy->ndlc || irq != phy->spi_dev->irq) {
187 if (phy->ndlc->hard_fault)
190 if (!phy->ndlc->powered) {
199 ndlc_recv(phy->ndlc, skb);
259 &phy->ndlc, &phy->se_status);
261 nfc_err(&dev->dev, "Unable to register ndlc layer\n");
282 ndlc_remove(phy->ndlc);