Home
last modified time | relevance | path

Searched refs:pkt_desc_tail (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.c1241 pd = &wq->pckts[wq->pkt_desc_tail]; in oce_process_tx_completion()
1242 atomic_store_rel_int(&wq->pkt_desc_tail, in oce_process_tx_completion()
1243 (wq->pkt_desc_tail + 1) % OCE_WQ_PACKET_ARRAY_SIZE); in oce_process_tx_completion()
H A Doce_if.h694 uint32_t pkt_desc_tail; member