Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_hw_comm.c271 struct comm_cmd_set_root_ctxt root_ctxt = {}; in hinic3_set_cmdq_depth() local
275 root_ctxt.func_id = hinic3_global_func_id(hwdev); in hinic3_set_cmdq_depth()
277 root_ctxt.set_cmdq_depth = 1; in hinic3_set_cmdq_depth()
278 root_ctxt.cmdq_depth = ilog2(cmdq_depth); in hinic3_set_cmdq_depth()
280 mgmt_msg_params_init_default(&msg_params, &root_ctxt, in hinic3_set_cmdq_depth()
281 sizeof(root_ctxt)); in hinic3_set_cmdq_depth()
285 if (err || root_ctxt.head.status) { in hinic3_set_cmdq_depth()
288 err, root_ctxt.head.status); in hinic3_set_cmdq_depth()
485 struct comm_cmd_set_root_ctxt root_ctxt = {}; in hinic3_set_root_ctxt() local
494 root_ctxt.func_id = hinic3_global_func_id(hwdev); in hinic3_set_root_ctxt()
[all …]