Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c46 #define HW_CONS_IDX(sq) be16_to_cpu(*(u16 *)((sq)->hw_ci_addr)) macro
711 hw_ci = HW_CONS_IDX(sq) & wq->mask; in free_tx_poll()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds