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

/freebsd-current/sys/dev/mana/
H A Dmana_en.c2192 if (apc->last_tx_cq_bind_cpu < 0)
2193 apc->last_tx_cq_bind_cpu = CPU_FIRST();
2194 cq->cpu = apc->last_tx_cq_bind_cpu;
2195 apc->last_tx_cq_bind_cpu = CPU_NEXT(apc->last_tx_cq_bind_cpu);
2830 apc->last_tx_cq_bind_cpu = -1;
H A Dmana.h524 int last_tx_cq_bind_cpu; member in struct:mana_port_context

Completed in 78 milliseconds