Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_vf.c64 p_tlv = qed_add_tlv(p_hwfn, &p_iov->offset, type, length); in qed_vf_pf_prep()
167 p_qid_tlv = qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_add_qid()
184 qed_add_tlv(p_hwfn, &p_iov->offset, in _qed_vf_pf_release()
305 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_acquire()
698 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_tunnel_param_update()
766 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_rxq_start()
816 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_rxq_stop()
861 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_txq_start()
912 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_txq_stop()
962 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_vport_start()
[all …]
Dqed_sriov.c1163 void *qed_add_tlv(struct qed_hwfn *p_hwfn, u8 **offset, u16 type, u16 length) in qed_add_tlv() function
1288 qed_add_tlv(p_hwfn, &p_mbx->offset, CHANNEL_TLV_VPORT_UPDATE, size); in qed_iov_prep_vp_update_resp_tlvs()
1295 resp = qed_add_tlv(p_hwfn, &p_mbx->offset, in qed_iov_prep_vp_update_resp_tlvs()
1312 qed_add_tlv(p_hwfn, &p_mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_prep_vp_update_resp_tlvs()
1327 qed_add_tlv(p_hwfn, &mbx->offset, type, length); in qed_iov_prepare_resp()
1328 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_prepare_resp()
2047 p_tlv = qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_START_RXQ, in qed_iov_vf_mbx_start_rxq_resp()
2049 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_mbx_start_rxq_resp()
2386 p_resp = qed_add_tlv(p_hwfn, &mbx->offset, in qed_iov_vf_mbx_update_tunn_param()
2390 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_mbx_update_tunn_param()
[all …]
Dqed_sriov.h326 void *qed_add_tlv(struct qed_hwfn *p_hwfn, u8 **offset, u16 type, u16 length);