Searched refs:qed_dmae_host2host (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev_api.h | 241 * @brief qed_dmae_host2host - copy data from to source address 251 int qed_dmae_host2host(struct qed_hwfn *p_hwfn,
|
H A D | qed_hw.c | 794 int qed_dmae_host2host(struct qed_hwfn *p_hwfn, in qed_dmae_host2host() function 885 rc = qed_dmae_host2host(p_hwfn, p_ptt, p_phys, p_phys + size, in qed_dmae_sanity() 889 "DMAE sanity [%s]: qed_dmae_host2host() failed. rc = %d.\n", in qed_dmae_sanity()
|
H A D | qed_sriov.c | 333 return qed_dmae_host2host(p_hwfn, p_ptt, p_vf->bulletin.phys, in qed_iov_post_vf_bulletin() 1212 qed_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys + sizeof(u64), in qed_iov_send_response() 1226 qed_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys, in qed_iov_send_response() 4099 if (qed_dmae_host2host(p_hwfn, ptt, in qed_iov_copy_vf_msg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev_api.h | 271 * qed_dmae_host2host(): Copy data from to source address 284 int qed_dmae_host2host(struct qed_hwfn *p_hwfn,
|
H A D | qed_hw.c | 812 int qed_dmae_host2host(struct qed_hwfn *p_hwfn, in qed_dmae_host2host() function 903 rc = qed_dmae_host2host(p_hwfn, p_ptt, p_phys, p_phys + size, in qed_dmae_sanity() 907 "DMAE sanity [%s]: qed_dmae_host2host() failed. rc = %d.\n", in qed_dmae_sanity()
|
H A D | qed_sriov.c | 335 return qed_dmae_host2host(p_hwfn, p_ptt, p_vf->bulletin.phys, in qed_iov_post_vf_bulletin() 1214 qed_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys + sizeof(u64), in qed_iov_send_response() 1228 qed_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys, in qed_iov_send_response() 4124 if (qed_dmae_host2host(p_hwfn, ptt, in qed_iov_copy_vf_msg()
|
Completed in 16 milliseconds