Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mng_tlv.c227 ecore_mfw_get_gen_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_gen_tlv_value() argument
231 switch (p_tlv->tlv_type) { in ecore_mfw_get_gen_tlv_value()
300 ecore_mfw_get_eth_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_eth_tlv_value() argument
304 switch (p_tlv->tlv_type) { in ecore_mfw_get_eth_tlv_value()
403 ecore_mfw_get_fcoe_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_fcoe_tlv_value() argument
407 switch (p_tlv->tlv_type) { in ecore_mfw_get_fcoe_tlv_value()
1310 ecore_mfw_get_iscsi_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_iscsi_tlv_value() argument
1314 switch (p_tlv->tlv_type) { in ecore_mfw_get_iscsi_tlv_value()
H A Decore_sriov.c2304 struct pfvf_start_queue_resp_tlv *p_tlv; in ecore_iov_vf_mbx_start_rxq_resp() local
2315 length = sizeof(*p_tlv); in ecore_iov_vf_mbx_start_rxq_resp()
2329 p_tlv->offset = in ecore_iov_vf_mbx_start_rxq_resp()
2619 struct pfvf_start_queue_resp_tlv *p_tlv; in ecore_iov_vf_mbx_start_txq_resp() local
2634 length = sizeof(*p_tlv); in ecore_iov_vf_mbx_start_txq_resp()
2993 if (!p_tlv->length) { in ecore_iov_search_list_tlvs()
2998 if (p_tlv->type == req_type) { in ecore_iov_search_list_tlvs()
3002 p_tlv->length); in ecore_iov_search_list_tlvs()
3003 return p_tlv; in ecore_iov_search_list_tlvs()
3006 len += p_tlv->length; in ecore_iov_search_list_tlvs()
[all …]
H A Decore_vf.c24 void *p_tlv; in ecore_vf_pf_prep() local
45 p_tlv = ecore_add_tlv(&p_iov->offset, type, length); in ecore_vf_pf_prep()
48 ((struct vfpf_first_tlv *)p_tlv)->reply_address = in ecore_vf_pf_prep()
51 return p_tlv; in ecore_vf_pf_prep()