Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.c88 cmd_qpn.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_get_base_qpn()
98 err, cmd_qpn.mgmt_msg_head.status, out_size); in hinic_get_base_qpn()
145 err, mac_info.mgmt_msg_head.status, out_size); in hinic_set_mac()
293 (mac_info.mgmt_msg_head.status && in hinic_update_mac()
388 vlan_info.mgmt_msg_head.status, out_size); in hinic_add_remove_vlan()
434 vlan_filter.mgmt_msg_head.status, out_size); in hinic_config_vlan_filter()
730 ets.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_dcb_set_ets()
743 err, ets.mgmt_msg_head.status, out_size); in hinic_dcb_set_ets()
1429 rate.mgmt_msg_head.status, out_size); in hinic_set_anti_attack()
1629 return follow.mgmt_msg_head.status; in hinic_set_link_status_follow()
[all …]
H A Dhinic_pmd_niccfg.h64 struct hinic_mgmt_msg_head mgmt_msg_head; member
274 struct hinic_mgmt_msg_head mgmt_msg_head; member
283 struct hinic_mgmt_msg_head mgmt_msg_head; member
289 struct hinic_mgmt_msg_head mgmt_msg_head; member
295 struct hinic_mgmt_msg_head mgmt_msg_head; member
304 struct hinic_mgmt_msg_head mgmt_msg_head; member
313 struct hinic_mgmt_msg_head mgmt_msg_head; member
325 struct hinic_mgmt_msg_head mgmt_msg_head; member
333 struct hinic_mgmt_msg_head mgmt_msg_head; member
340 struct hinic_mgmt_msg_head mgmt_msg_head; member
[all …]
H A Dhinic_pmd_hwdev.h43 struct hinic_mgmt_msg_head mgmt_msg_head; member
56 struct hinic_mgmt_msg_head mgmt_msg_head; member
64 struct hinic_mgmt_msg_head mgmt_msg_head; member
72 struct hinic_mgmt_msg_head mgmt_msg_head; member
86 struct hinic_mgmt_msg_head mgmt_msg_head; member
94 struct hinic_mgmt_msg_head mgmt_msg_head; member
102 struct hinic_mgmt_msg_head mgmt_msg_head; member
111 struct hinic_mgmt_msg_head mgmt_msg_head; member
118 struct hinic_mgmt_msg_head mgmt_msg_head; member
127 struct hinic_mgmt_msg_head mgmt_msg_head; member
[all …]
H A Dhinic_pmd_hwdev.c70 struct hinic_mgmt_msg_head mgmt_msg_head; member
596 clr_res.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_pf_rx_tx_flush()
658 err, msix_cfg.mgmt_msg_head.status, out_size); in hinic_get_interrupt_cfg()
716 err, msix_cfg.mgmt_msg_head.status, out_size); in hinic_set_interrupt_cfg()
807 attr.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in set_vf_dma_attr_entry()
821 err, attr.mgmt_msg_head.status, out_size); in set_vf_dma_attr_entry()
1157 watchdog_info->mgmt_msg_head.status = 0; in hinic_show_sw_watchdog_timeout_info()
1199 err, dfx_info.mgmt_msg_head.status, size); in hinic_show_pcie_dfx_info()
1264 ret_fault_event->mgmt_msg_head.status = 0; in hinic_comm_async_event_handle()
1302 plug_event->mgmt_msg_head.status = 0; in hinic_cable_status_event()
[all …]
H A Dhinic_pmd_cfg.c179 dev_cap.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in get_cap_from_fw()
182 if (err || dev_cap.mgmt_msg_head.status || !out_len) { in get_cap_from_fw()
184 err, dev_cap.mgmt_msg_head.status, out_len); in get_cap_from_fw()
204 if (err || dev_cap.mgmt_msg_head.status || !out_len) { in get_cap_from_pf()
206 err, dev_cap.mgmt_msg_head.status, out_len); in get_cap_from_pf()
H A Dhinic_pmd_nicio.c478 root_ctxt.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_set_root_ctxt()
492 if (err || !out_size || root_ctxt.mgmt_msg_head.status) { in hinic_set_root_ctxt()
495 err, root_ctxt.mgmt_msg_head.status, out_size); in hinic_set_root_ctxt()
516 root_ctxt.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_clean_root_ctxt()
530 if (err || !out_size || root_ctxt.mgmt_msg_head.status) { in hinic_clean_root_ctxt()
533 err, root_ctxt.mgmt_msg_head.status, out_size); in hinic_clean_root_ctxt()
H A Dhinic_pmd_cfg.h80 struct hinic_mgmt_msg_head mgmt_msg_head; member
H A Dhinic_pmd_cmdq.c642 root_ctxt.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_set_cmdq_depth()
651 if (err || !out_size || root_ctxt.mgmt_msg_head.status) { in hinic_set_cmdq_depth()
653 err, root_ctxt.mgmt_msg_head.status, out_size); in hinic_set_cmdq_depth()
H A Dhinic_pmd_cmd.h455 struct hinic_mgmt_msg_head mgmt_msg_head; member