Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c565 struct hinic_clear_doorbell clear_db; in hinic_pf_rx_tx_flush() local
580 out_size = sizeof(clear_db); in hinic_pf_rx_tx_flush()
581 memset(&clear_db, 0, sizeof(clear_db)); in hinic_pf_rx_tx_flush()
582 clear_db.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_pf_rx_tx_flush()
583 clear_db.func_idx = HINIC_HWIF_GLOBAL_IDX(hwif); in hinic_pf_rx_tx_flush()
584 clear_db.ppf_idx = HINIC_HWIF_PPF_IDX(hwif); in hinic_pf_rx_tx_flush()
586 HINIC_MGMT_CMD_FLUSH_DOORBELL, &clear_db, in hinic_pf_rx_tx_flush()
587 sizeof(clear_db), &clear_db, &out_size, 0); in hinic_pf_rx_tx_flush()
588 if (err || !out_size || clear_db.mgmt_msg_head.status) { in hinic_pf_rx_tx_flush()
590 err, clear_db.mgmt_msg_head.status, out_size); in hinic_pf_rx_tx_flush()