Searched refs:ecore_add_tlv (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_vf.c | 76 p_tlv = ecore_add_tlv(&p_iov->offset, type, length); in ecore_vf_pf_prep() 204 p_qid_tlv = ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_add_qid() 222 ecore_add_tlv(&p_iov->offset, in _ecore_vf_pf_release() 351 ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_acquire() 805 ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_tunnel_param_update() 874 ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_rxq_start() 931 ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_rxq_stop() 977 ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_txq_start() 1030 ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_txq_stop() 1087 ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_rxqs_update() [all …]
|
H A D | ecore_sriov.h | 240 void *ecore_add_tlv(u8 **offset, u16 type, u16 length); 320 static OSAL_INLINE void *ecore_add_tlv(u8 OSAL_UNUSED **offset, OSAL_UNUSED u16 type, OSAL_UNUSED u… in ecore_add_tlv() function
|
H A D | ecore_sriov.c | 1358 void *ecore_add_tlv(u8 **offset, u16 type, u16 length) in ecore_add_tlv() function 1505 ecore_add_tlv(&p_mbx->offset, CHANNEL_TLV_VPORT_UPDATE, size); in ecore_iov_prep_vp_update_resp_tlvs() 1512 resp = ecore_add_tlv(&p_mbx->offset, ecore_iov_vport_to_tlv(i), in ecore_iov_prep_vp_update_resp_tlvs() 1529 ecore_add_tlv(&p_mbx->offset, CHANNEL_TLV_LIST_END, in ecore_iov_prep_vp_update_resp_tlvs() 1544 ecore_add_tlv(&mbx->offset, type, length); in ecore_iov_prepare_resp() 1545 ecore_add_tlv(&mbx->offset, CHANNEL_TLV_LIST_END, in ecore_iov_prepare_resp() 2287 p_tlv = ecore_add_tlv(&mbx->offset, CHANNEL_TLV_START_RXQ, length); in ecore_iov_vf_mbx_start_rxq_resp() 2288 ecore_add_tlv(&mbx->offset, CHANNEL_TLV_LIST_END, in ecore_iov_vf_mbx_start_rxq_resp() 2564 p_resp = ecore_add_tlv(&mbx->offset, in ecore_iov_vf_mbx_update_tunn_param() 2568 ecore_add_tlv(&mbx->offset, CHANNEL_TLV_LIST_END, in ecore_iov_vf_mbx_update_tunn_param() [all …]
|