Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp.h89 void *hw_ci_addr; member
Dhinic_debugfs.c35 return be16_to_cpu(*(__be16 *)(sq->hw_ci_addr)) & wq->mask; in hinic_dbg_get_sq_info()
Dhinic_hw_qp.c293 sq->hw_ci_addr = ci_addr; in hinic_init_sq()
Dhinic_tx.c47 #define HW_CONS_IDX(sq) be16_to_cpu(*(u16 *)((sq)->hw_ci_addr))
Dhinic_main.c830 hw_ci = be16_to_cpu(*(u16 *)(sq->hw_ci_addr)) & sq->wq->mask; in hinic_tx_timeout()