Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c519 struct hinic_clear_resource clr_res; in hinic_vf_rx_tx_flush() local
528 memset(&clr_res, 0, sizeof(clr_res)); in hinic_vf_rx_tx_flush()
530 clr_res.ppf_idx = HINIC_HWIF_PPF_IDX(hwdev->hwif); in hinic_vf_rx_tx_flush()
532 HINIC_MGMT_CMD_START_FLR, &clr_res, sizeof(clr_res)); in hinic_vf_rx_tx_flush()
566 struct hinic_clear_resource clr_res; in hinic_pf_rx_tx_flush() local
595 memset(&clr_res, 0, sizeof(clr_res)); in hinic_pf_rx_tx_flush()
596 clr_res.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_pf_rx_tx_flush()
597 clr_res.func_idx = HINIC_HWIF_GLOBAL_IDX(hwif); in hinic_pf_rx_tx_flush()
598 clr_res.ppf_idx = HINIC_HWIF_PPF_IDX(hwif); in hinic_pf_rx_tx_flush()
601 HINIC_MGMT_CMD_START_FLR, &clr_res, in hinic_pf_rx_tx_flush()
[all …]