Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c258 data[i++] = atomic_read(&port->port_res[k].swqe_avail); in ehea_get_ethtool_stats()
Dehea.h360 atomic_t swqe_avail; member
Dehea_main.c778 atomic_dec(&pr->swqe_avail); in check_sqs()
859 atomic_add(swqe_av, &pr->swqe_avail); in ehea_proc_cqes()
862 (atomic_read(&pr->swqe_avail) >= pr->swqe_refill_th))) { in ehea_proc_cqes()
865 (atomic_read(&pr->swqe_avail) >= pr->swqe_refill_th)) in ehea_proc_cqes()
1546 atomic_set(&pr->swqe_avail, init_attr->act_nr_send_wqes - 1); in ehea_init_port_res()
2029 atomic_dec(&pr->swqe_avail); in ehea_start_xmit()
2081 if (unlikely(atomic_read(&pr->swqe_avail) <= 1)) { in ehea_start_xmit()
2499 atomic_read(&pr->swqe_avail) >= swqe_max, in ehea_flush_sq()