Searched defs:ether1_txalloc (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/i825xx/
H A Dether1.c614 ether1_txalloc (struct net_device *dev, int size) function
698 txaddr = ether1_txalloc (dev, TX_SIZE);
699 tbdaddr = ether1_txalloc (dev, TBD_SIZE);
700 dataddr = ether1_txalloc (dev, skb->len);
701 nopaddr = ether1_txalloc (dev, NOP_SIZE);
732 tst = ether1_txalloc (dev, TX_SIZE + TBD_SIZE + NOP_SIZE + ETH_FRAME_LEN);
837 tst = ether1_txalloc (dev, TX_SIZE + TBD_SIZE + NOP_SIZE + ETH_FRAME_LEN);

Completed in 21 milliseconds