Home
last modified time | relevance | path

Searched refs:nsDMA_tx_packet (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/vt6656/
Drxtx.h686 int nsDMA_tx_packet(PSDevice pDevice,
Dwcmd.c826 if (nsDMA_tx_packet(pDevice, TYPE_AC0DMA, skb) != 0) { in vRunCommand()
851 if (nsDMA_tx_packet(pDevice, TYPE_AC0DMA, skb) != 0) { in vRunCommand()
Dmain_usb.c1309 if (nsDMA_tx_packet(pDevice, TYPE_AC0DMA, skb)) { in device_xmit()
Drxtx.c2736 int nsDMA_tx_packet(PSDevice pDevice, unsigned int uDMAIdx, struct sk_buff *skb) in nsDMA_tx_packet() function