Home
last modified time | relevance | path

Searched refs:swqe_avail (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ehea/
Dehea_ethtool.c248 data[i++] = atomic_read(&port->port_res[k].swqe_avail); in ehea_get_ethtool_stats()
Dehea.h395 atomic_t swqe_avail; member
Dehea_main.c797 atomic_add(swqe_av, &pr->swqe_avail); in ehea_proc_cqes()
801 if (pr->queue_stopped && (atomic_read(&pr->swqe_avail) in ehea_proc_cqes()
1491 atomic_set(&pr->swqe_avail, init_attr->act_nr_send_wqes - 1); in ehea_init_port_res()
2145 atomic_dec(&pr->swqe_avail); in ehea_start_xmit()
2195 if (unlikely(atomic_read(&pr->swqe_avail) <= 1)) { in ehea_start_xmit()
2197 if (unlikely(atomic_read(&pr->swqe_avail) <= 1)) { in ehea_start_xmit()
2647 while (atomic_read(&pr->swqe_avail) < swqe_max) { in ehea_flush_sq()