Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hfi1/
Duser_sdma.c365 INIT_LIST_HEAD(&req->txps); in hfi1_user_sdma_process_request()
697 if (!list_empty(&req->txps)) in user_sdma_send_pkts()
810 list_add_tail(&tx->txreq.list, &req->txps); in user_sdma_send_pkts()
822 &req->txps, &count); in user_sdma_send_pkts()
1197 if (!list_empty(&req->txps)) { in user_sdma_free_request()
1200 list_for_each_entry_safe(t, p, &req->txps, list) { in user_sdma_free_request()
Duser_sdma.h154 struct list_head txps ____cacheline_aligned_in_smp;
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.h662 u8 txps; member