Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c47 #define HW_CONS_IDX(sq) be16_to_cpu(*(u16 *)((sq)->hw_ci_addr)) macro
713 hw_ci = HW_CONS_IDX(sq) & wq->mask; in free_tx_poll()