Searched refs:tx_cpu (Results 1 – 2 of 2) sorted by relevance
1290 if (unlikely(!cpu_online(qp->tx_cpu))) { in siw_sq_start()1291 siw_put_tx_cpu(qp->tx_cpu); in siw_sq_start()1292 qp->tx_cpu = siw_get_tx_cpu(qp->sdev); in siw_sq_start()1293 if (qp->tx_cpu < 0) { in siw_sq_start()1301 llist_add(&qp->tx_list, &per_cpu(siw_tx_task_g, qp->tx_cpu).active); in siw_sq_start()1303 wake_up(&per_cpu(siw_tx_task_g, qp->tx_cpu).waiting); in siw_sq_start()
419 int tx_cpu; member