Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf.c213 struct pfvf_def_resp_tlv *resp; in _ecore_vf_pf_release()
918 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_rxq_stop()
1018 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_txq_stop()
1058 struct pfvf_def_resp_tlv *resp = &p_iov->pf2vf_reply->default_resp; in ecore_vf_pf_rxqs_update()
1117 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_vport_start()
1164 struct pfvf_def_resp_tlv *resp = &p_iov->pf2vf_reply->default_resp; in ecore_vf_pf_vport_stop()
1233 struct pfvf_def_resp_tlv *p_resp; in ecore_vf_handle_vp_update_tlvs_resp()
1242 p_resp = (struct pfvf_def_resp_tlv *) in ecore_vf_handle_vp_update_tlvs_resp()
1259 struct pfvf_def_resp_tlv *resp; in ecore_vf_pf_vport_update()
1282 resp_size += sizeof(struct pfvf_def_resp_tlv); in ecore_vf_pf_vport_update()
[all …]
H A Decore_vfpf_if.h95 struct pfvf_def_resp_tlv { struct
574 struct pfvf_def_resp_tlv default_resp;
H A Decore_sriov.c1497 struct pfvf_def_resp_tlv *resp; in ecore_iov_prep_vp_update_resp_tlvs()
1502 size = sizeof(struct pfvf_def_resp_tlv); in ecore_iov_prep_vp_update_resp_tlvs()
2226 sizeof(struct pfvf_def_resp_tlv), status); in ecore_iov_vf_mbx_start_vport()
2263 sizeof(struct pfvf_def_resp_tlv), status); in ecore_iov_vf_mbx_stop_vport()
2285 length = sizeof(struct pfvf_def_resp_tlv); in ecore_iov_vf_mbx_start_rxq_resp()
2598 length = sizeof(struct pfvf_def_resp_tlv); in ecore_iov_vf_mbx_start_txq_resp()
2764 u16 length = sizeof(struct pfvf_def_resp_tlv); in ecore_iov_vf_mbx_stop_rxqs()
2802 u16 length = sizeof(struct pfvf_def_resp_tlv); in ecore_iov_vf_mbx_stop_txqs()
2842 u16 length = sizeof(struct pfvf_def_resp_tlv); in ecore_iov_vf_mbx_update_rxqs()
3523 sizeof(struct pfvf_def_resp_tlv), status); in ecore_iov_vf_mbx_ucast_filter()
[all …]