Home
last modified time | relevance | path

Searched refs:send_schedule (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Druc.c457 this_cpu_inc(*ps->ppd->dd->send_schedule); in hfi1_schedule_send_yield()
463 this_cpu_inc(*ps->ppd->dd->send_schedule); in hfi1_schedule_send_yield()
Dinit.c1183 free_percpu(dd->send_schedule); in hfi1_free_devdata()
1187 dd->send_schedule = NULL; in hfi1_free_devdata()
1275 dd->send_schedule = alloc_percpu(u64); in hfi1_alloc_devdata()
1276 if (!dd->send_schedule) { in hfi1_alloc_devdata()
Dhfi.h1109 u64 __percpu *send_schedule; member
2368 dd->z_send_schedule = get_all_cpu_total(dd->send_schedule); in hfi1_reset_cpu_counters()
Dchip.c1695 return read_write_cpu(dd, &dd->z_send_schedule, dd->send_schedule, vl, in access_sw_send_schedule()