Searched refs:txps (Results 1 – 3 of 3) sorted by relevance
165 struct list_head txps ____cacheline_aligned_in_smp;
391 INIT_LIST_HEAD(&req->txps); in hfi1_user_sdma_process_request()765 if (!list_empty(&req->txps)) in user_sdma_send_pkts()889 list_add_tail(&tx->txreq.list, &req->txps); in user_sdma_send_pkts()901 &req->txps, &count); in user_sdma_send_pkts()1408 if (!list_empty(&req->txps)) { in user_sdma_free_request()1411 list_for_each_entry_safe(t, p, &req->txps, list) { in user_sdma_free_request()
204 u8 txps; member