Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_vf.c38 p_tlv = qed_add_tlv(p_hwfn, &p_iov->offset, type, length); in qed_vf_pf_prep()
154 p_qid_tlv = qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_add_qid()
171 qed_add_tlv(p_hwfn, &p_iov->offset, in _qed_vf_pf_release()
293 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_acquire()
695 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_tunnel_param_update()
763 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_rxq_start()
813 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_rxq_stop()
858 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_txq_start()
909 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_txq_stop()
959 qed_add_tlv(p_hwfn, &p_iov->offset, in qed_vf_pf_vport_start()
[all …]
Dqed_sriov.c1145 void *qed_add_tlv(struct qed_hwfn *p_hwfn, u8 **offset, u16 type, u16 length) in qed_add_tlv() function
1270 qed_add_tlv(p_hwfn, &p_mbx->offset, CHANNEL_TLV_VPORT_UPDATE, size); in qed_iov_prep_vp_update_resp_tlvs()
1277 resp = qed_add_tlv(p_hwfn, &p_mbx->offset, in qed_iov_prep_vp_update_resp_tlvs()
1294 qed_add_tlv(p_hwfn, &p_mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_prep_vp_update_resp_tlvs()
1309 qed_add_tlv(p_hwfn, &mbx->offset, type, length); in qed_iov_prepare_resp()
1310 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_prepare_resp()
2031 p_tlv = qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_START_RXQ, in qed_iov_vf_mbx_start_rxq_resp()
2033 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_mbx_start_rxq_resp()
2370 p_resp = qed_add_tlv(p_hwfn, &mbx->offset, in qed_iov_vf_mbx_update_tunn_param()
2374 qed_add_tlv(p_hwfn, &mbx->offset, CHANNEL_TLV_LIST_END, in qed_iov_vf_mbx_update_tunn_param()
[all …]
Dqed_sriov.h302 void *qed_add_tlv(struct qed_hwfn *p_hwfn, u8 **offset, u16 type, u16 length);