Searched refs:device_alloc_rx_buf (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/vt6655/
H A Ddevice_main.c19 * device_alloc_rx_buf - rx buffer pre-allocated function
135 static bool device_alloc_rx_buf(struct vnt_private *, struct vnt_rx_desc *);
614 if (!device_alloc_rx_buf(priv, desc)) {
660 if (!device_alloc_rx_buf(priv, desc)) {
836 if (!device_alloc_rx_buf(priv, rd)) {
850 static bool device_alloc_rx_buf(struct vnt_private *priv, function

Completed in 158 milliseconds