Searched refs:pkt_desc_tail (Results 1 – 2 of 2) sorted by relevance
1235 pd = &wq->pckts[wq->pkt_desc_tail]; in oce_process_tx_completion() 1236 atomic_store_rel_int(&wq->pkt_desc_tail, in oce_process_tx_completion() 1237 (wq->pkt_desc_tail + 1) % OCE_WQ_PACKET_ARRAY_SIZE); in oce_process_tx_completion()
694 uint32_t pkt_desc_tail; member