search for: rx_base

Displaying 2 results from an estimated 2 matches for "rx_base".

Did you mean: r_base
2020 Jul 12
0
[vhost:config-endian 38/39] drivers/platform/mellanox/mlxbf-tmfifo.c:1237:2: error: invalid preprocessing directive #defined; did you mean
...-ENOMEM; 1193 1194 spin_lock_init(&fifo->spin_lock[0]); 1195 spin_lock_init(&fifo->spin_lock[1]); 1196 INIT_WORK(&fifo->work, mlxbf_tmfifo_work_handler); 1197 mutex_init(&fifo->lock); 1198 1199 /* Get the resource of the Rx FIFO. */ 1200 fifo->rx_base = devm_platform_ioremap_resource(pdev, 0); 1201 if (IS_ERR(fifo->rx_base)) 1202 return PTR_ERR(fifo->rx_base); 1203 1204 /* Get the resource of the Tx FIFO. */ 1205 fifo->tx_base = devm_platform_ioremap_resource(pdev, 1); 1206 if (IS_ERR(fifo->tx_base)) 1207 retur...
2020 Jul 13
0
[vhost:config-endian 38/39] drivers/platform/mellanox/mlxbf-tmfifo.c:1241:22: error: expected ')' before ';' token
...-ENOMEM; 1193 1194 spin_lock_init(&fifo->spin_lock[0]); 1195 spin_lock_init(&fifo->spin_lock[1]); 1196 INIT_WORK(&fifo->work, mlxbf_tmfifo_work_handler); 1197 mutex_init(&fifo->lock); 1198 1199 /* Get the resource of the Rx FIFO. */ 1200 fifo->rx_base = devm_platform_ioremap_resource(pdev, 0); 1201 if (IS_ERR(fifo->rx_base)) 1202 return PTR_ERR(fifo->rx_base); 1203 1204 /* Get the resource of the Tx FIFO. */ 1205 fifo->tx_base = devm_platform_ioremap_resource(pdev, 1); 1206 if (IS_ERR(fifo->tx_base)) 1207 retur...