Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c258 data[i++] = atomic_read(&port->port_res[k].swqe_avail); in ehea_get_ethtool_stats()
Dehea.h359 atomic_t swqe_avail; member
Dehea_main.c774 atomic_dec(&pr->swqe_avail); in check_sqs()
855 atomic_add(swqe_av, &pr->swqe_avail); in ehea_proc_cqes()
858 (atomic_read(&pr->swqe_avail) >= pr->swqe_refill_th))) { in ehea_proc_cqes()
861 (atomic_read(&pr->swqe_avail) >= pr->swqe_refill_th)) in ehea_proc_cqes()
1542 atomic_set(&pr->swqe_avail, init_attr->act_nr_send_wqes - 1); in ehea_init_port_res()
2025 atomic_dec(&pr->swqe_avail); in ehea_start_xmit()
2077 if (unlikely(atomic_read(&pr->swqe_avail) <= 1)) { in ehea_start_xmit()
2495 atomic_read(&pr->swqe_avail) >= swqe_max, in ehea_flush_sq()