Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_vf.c133 if ((*done != PFVF_STATUS_SUCCESS) && in ecore_send_msg2pf()
368 if (resp->hdr.status == PFVF_STATUS_SUCCESS) { in ecore_vf_pf_acquire()
893 if (resp->hdr.status != PFVF_STATUS_SUCCESS) { in ecore_vf_pf_rxq_start()
950 if (resp->hdr.status != PFVF_STATUS_SUCCESS) { in ecore_vf_pf_rxq_stop()
996 if (resp->hdr.status != PFVF_STATUS_SUCCESS) { in ecore_vf_pf_txq_start()
1049 if (resp->hdr.status != PFVF_STATUS_SUCCESS) { in ecore_vf_pf_txq_stop()
1104 if (resp->hdr.status != PFVF_STATUS_SUCCESS) { in ecore_vf_pf_rxqs_update()
1154 if (resp->hdr.status != PFVF_STATUS_SUCCESS) { in ecore_vf_pf_vport_start()
1184 if (resp->hdr.status != PFVF_STATUS_SUCCESS) { in ecore_vf_pf_vport_stop()
1634 if (resp->hdr.status != PFVF_STATUS_SUCCESS) in ecore_vf_pf_get_coalesce()
[all …]
H A Decore_sriov.c1745 return PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_acquire_resc()
1750 return PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_acquire_resc()
2168 u8 status = PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_start_vport()
2452 status = PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_start_rxq()
2714 status = PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_start_txq()
2830 status = PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_stop_rxqs()
2868 status = PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_stop_txqs()
2941 status = PFVF_STATUS_SUCCESS; in ecore_iov_vf_mbx_update_rxqs()
3622 PFVF_STATUS_SUCCESS); in ecore_iov_vf_mbx_int_cleanup()
3727 status = PFVF_STATUS_SUCCESS; in ecore_iov_vf_pf_get_coalesce()
[all …]
H A Decore_iov_api.h51 PFVF_STATUS_SUCCESS, enumerator