Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_txrx.c19 #define hbg_queue_used_num(head, tail, ring) ({ \ macro
24 _r->len - hbg_queue_used_num((head), (tail), _r) - 1; })
26 (hbg_queue_used_num((head), (tail), (ring)) == 0)