cmdq_ctxts 792 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c struct hinic_cmdq_ctxt *cmdq_ctxts; cmdq_ctxts 803 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c cmdq_ctxts_size = HINIC_MAX_CMDQ_TYPES * sizeof(*cmdq_ctxts); cmdq_ctxts 804 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c cmdq_ctxts = devm_kzalloc(&pdev->dev, cmdq_ctxts_size, GFP_KERNEL); cmdq_ctxts 805 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c if (!cmdq_ctxts) cmdq_ctxts 820 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c cmdq_init_queue_ctxt(&cmdq_ctxts[cmdq_type], cmdq_ctxts 830 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c &cmdq_ctxts[cmdq_type], cmdq_ctxts 831 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c sizeof(cmdq_ctxts[cmdq_type]), cmdq_ctxts 840 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c devm_kfree(&pdev->dev, cmdq_ctxts); cmdq_ctxts 850 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c devm_kfree(&pdev->dev, cmdq_ctxts);