Lines Matching refs:data
35 * struct ks8851_net_par - KS8851 Parallel driver private data
36 * @ks8851: KS8851 driver common private data
38 * @hw_addr : start address of data register.
164 * ks8851_rdfifo_par - read data from the receive fifo
167 * @len: The length of the data to read
169 * Issue an RXQ FIFO read command and read the @len amount of data from
190 * needs, such as IRQ on completion. Send the header and the packet data to
201 __func__, txp, txp->len, txp->data, irq);
212 iowrite16_rep(ksp->hw_addr, txp->data, len / 2);
254 "%s: skb %p, %d@%p\n", __func__, skb, skb->len, skb->data);