Home
last modified time | relevance | path

Searched refs:hw_ci_addr (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.h89 void *hw_ci_addr; member
H A Dhinic_debugfs.c35 return be16_to_cpu(*(__be16 *)(sq->hw_ci_addr)) & wq->mask; in hinic_dbg_get_sq_info()
H A Dhinic_hw_qp.c293 sq->hw_ci_addr = ci_addr; in hinic_init_sq()
H A Dhinic_tx.c46 #define HW_CONS_IDX(sq) be16_to_cpu(*(u16 *)((sq)->hw_ci_addr))
H A Dhinic_main.c837 hw_ci = be16_to_cpu(*(u16 *)(sq->hw_ci_addr)) & sq->wq->mask; in hinic_tx_timeout()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.h89 void *hw_ci_addr; member
H A Dhinic_debugfs.c35 return be16_to_cpu(*(__be16 *)(sq->hw_ci_addr)) & wq->mask; in hinic_dbg_get_sq_info()
H A Dhinic_tx.c47 #define HW_CONS_IDX(sq) be16_to_cpu(*(u16 *)((sq)->hw_ci_addr))
H A Dhinic_hw_qp.c293 sq->hw_ci_addr = ci_addr; in hinic_init_sq()
H A Dhinic_main.c830 hw_ci = be16_to_cpu(*(u16 *)(sq->hw_ci_addr)) & sq->wq->mask; in hinic_tx_timeout()

Completed in 11 milliseconds