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.
103 ndlc_recv(phy->ndlc, skb_rx);
110 * Reads an ndlc frame and returns it in a newly allocated sk_buff.
136 phy->ndlc->hard_fault = 1;
165 * Reads an ndlc frame from the chip.
175 if (!phy || !phy->ndlc || irq != phy->spi_dev->irq) {
180 if (phy->ndlc->hard_fault)
183 if (!phy->ndlc->powered) {
192 ndlc_recv(phy->ndlc, skb);
249 &phy->ndlc, &phy->se_status);
251 nfc_err(&dev->dev, "Unable to register ndlc layer\n");
270 ndlc_remove(phy->ndlc);