Searched refs:cmq (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
| H A D | hclge_comm_cmd.c | 214 &hw->cmq.crq; in hclge_comm_alloc_cmd_queue() 302 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hclge_comm_cmd_copy_desc() 304 (hw->cmq.csq.next_to_use)++; in hclge_comm_cmd_copy_desc() 305 if (hw->cmq.csq.next_to_use >= hw->cmq.csq.desc_num) in hclge_comm_cmd_copy_desc() 306 hw->cmq.csq.next_to_use = 0; in hclge_comm_cmd_copy_desc() 372 hw->cmq.tx_timeout); in hclge_comm_wait_for_resp() 430 hw->cmq.last_status = desc_ret; in hclge_comm_cmd_check_retval() 481 if (hw->cmq.ops.trace_cmd_send) in hclge_comm_cmd_send() 484 spin_lock_bh(&hw->cmq.csq.lock); in hclge_comm_cmd_send() 505 ntc = hw->cmq.csq.next_to_use; in hclge_comm_cmd_send() [all …]
|
| H A D | hclge_comm_rss.c | 113 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_set_rss_tc_mode() 170 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_set_rss_tuple() 177 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_set_rss_tuple() 307 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_set_rss_indir_table() 340 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_set_rss_input_tuple() 414 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_set_rss_algo_key()
|
| H A D | hclge_comm_tqp_stats.c | 75 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_tqps_update_stats() 89 dev_err(&hw->cmq.csq.pdev->dev, in hclge_comm_tqps_update_stats()
|
| H A D | hclge_comm_cmd.h | 457 struct hclge_comm_cmq cmq; member
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_trace.h | 94 __string(pciname, pci_name(hw->cmq.csq.pdev)) 141 __string(pciname, pci_name(hw->cmq.csq.pdev))
|
| H A D | hclge_mbx.c | 805 return tail == hw->hw.cmq.crq.next_to_use; in hclge_cmd_crq_empty() 1106 struct hclge_comm_cmq_ring *crq = &hdev->hw.hw.cmq.crq; in hclge_mbx_handler()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_mbx.c | 162 return tail == hw->hw.cmq.crq.next_to_use; in hclgevf_cmd_crq_empty() 232 crq = &hdev->hw.hw.cmq.crq; in hclgevf_mbx_handler()
|
| H A D | hclgevf_trace.h | 94 __string(pciname, pci_name(hw->cmq.csq.pdev))
|
| H A D | hclgevf_main.c | 89 struct hclge_comm_cmq *cmdq = &hdev->hw.hw.cmq; in hclgevf_arq_init()
|
| /linux-6.15/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 1204 priv->cmq.tx_timeout = HNS_ROCE_CMQ_TX_TIMEOUT; in hns_roce_v2_cmq_init() 1206 ret = init_csq(hr_dev, &priv->cmq.csq); in hns_roce_v2_cmq_init() 1217 hns_roce_free_cmq_desc(hr_dev, &priv->cmq.csq); in hns_roce_v2_cmq_exit() 1238 return tail == priv->cmq.csq.head; in hns_roce_cmq_csq_done() 1305 struct hns_roce_v2_cmq_ring *csq = &priv->cmq.csq; in __hns_roce_cmq_send_one() 1359 struct hns_roce_v2_cmq_ring *csq = &priv->cmq.csq; in __hns_roce_cmq_send() 1361 u32 tx_timeout = hns_roce_cmdq_tx_timeout(opcode, priv->cmq.tx_timeout); in __hns_roce_cmq_send()
|
| H A D | hns_roce_hw_v2.h | 1345 struct hns_roce_v2_cmq cmq; member
|