Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_netdev_ops.c764 u16 sw_pi, hw_ci; in hinic3_tx_timeout() local
767 sw_pi = hinic3_get_sq_local_pi(sq); in hinic3_tx_timeout()
771 txqueue, sw_pi, hw_ci, hinic3_get_sq_local_ci(sq), in hinic3_tx_timeout()
774 if (sw_pi != hw_ci) in hinic3_tx_timeout()
H A Dhinic3_tx.c631 u16 sw_pi, hw_ci; in is_hw_complete_sq_process() local
633 sw_pi = hinic3_get_sq_local_pi(sq); in is_hw_complete_sq_process()
636 return sw_pi == hw_ci; in is_hw_complete_sq_process()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c818 u16 sw_pi, hw_ci, sw_ci; in hinic_tx_timeout() local
831 sw_pi = atomic_read(&sq->wq->prod_idx) & sq->wq->mask; in hinic_tx_timeout()
835 q_id, sw_pi, hw_ci, sw_ci, in hinic_tx_timeout()