Lines Matching refs:rx_iobuf
1671 rx_desc->addr_lo = virt_to_bus ( tp->rx_iobuf[index]->data );
1700 if ( tp->rx_iobuf[tp->rx_curr] != NULL )
1706 if ( ! ( tp->rx_iobuf[i] = alloc_iob ( RX_BUF_SIZE ) ) ) {
1768 if ( tp->rx_iobuf[tp->rx_curr] == NULL )
1781 netdev_rx_err ( netdev, tp->rx_iobuf[tp->rx_curr], -EINVAL );
1789 iob_put ( tp->rx_iobuf[tp->rx_curr], rx_len );
1792 netdev_rx ( netdev, tp->rx_iobuf[tp->rx_curr] );
1796 tp->rx_iobuf[tp->rx_curr] = NULL;
1815 free_iob ( tp->rx_iobuf[i] );
1816 tp->rx_iobuf[i] = NULL;