Lines Matching refs:ndlc
22 /* ndlc header */
34 struct llt_ndlc *ndlc;
52 if (phy->ndlc->powered == 0 && phy->irq_active == 0) {
79 if (phy->ndlc->hard_fault != 0)
80 return phy->ndlc->hard_fault;
99 * Reads an ndlc frame and returns it in a newly allocated sk_buff.
153 * Reads an ndlc frame from the chip.
163 if (!phy || !phy->ndlc || irq != phy->i2c_dev->irq) {
168 if (phy->ndlc->hard_fault)
171 if (!phy->ndlc->powered) {
180 ndlc_recv(phy->ndlc, skb);
235 &phy->ndlc, &phy->se_status);
237 nfc_err(&client->dev, "Unable to register ndlc layer\n");
256 ndlc_remove(phy->ndlc);