Searched refs:ptt (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_main.c | 402 if (ptt) { in qed_fill_dev_info() 585 struct ecore_ptt *ptt; in qed_get_current_link() local 590 if (ptt) { in qed_get_current_link() 604 struct ecore_ptt *ptt; in qed_set_link() local 615 if (!ptt) in qed_set_link() 665 struct ecore_ptt *ptt; in qed_drain() local 674 if (!ptt) { in qed_drain() 740 struct ecore_ptt *ptt; in qed_send_drv_state() local 744 if (!ptt) in qed_send_drv_state() 760 struct ecore_ptt *ptt; in qed_get_sb_info() local [all …]
|
| H A D | qede_sriov.c | 98 struct ecore_ptt *ptt; in qed_handle_vf_msg() local 101 ptt = ecore_ptt_acquire(hwfn); in qed_handle_vf_msg() 102 if (!ptt) { in qed_handle_vf_msg() 120 if (ecore_iov_copy_vf_msg(hwfn, ptt, i)) in qed_handle_vf_msg() 123 ecore_iov_process_mbx_req(hwfn, ptt, i); in qed_handle_vf_msg() 126 ecore_ptt_release(hwfn, ptt); in qed_handle_vf_msg() 131 struct ecore_ptt *ptt; in qed_handle_bulletin_post() local 134 ptt = ecore_ptt_acquire(hwfn); in qed_handle_bulletin_post() 135 if (!ptt) { in qed_handle_bulletin_post() 146 ecore_iov_post_vf_bulletin(hwfn, i, ptt); in qed_handle_bulletin_post() [all …]
|
| H A D | qede_debug.c | 351 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument 354 ecore_wr(dev, ptt, addr, (arr)[i]); \
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_iov_api.h | 375 struct ecore_ptt *ptt,
|
| H A D | ecore_init_fw_funcs.c | 1414 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument 1418 ecore_wr(dev, ptt, ((addr) + (4 * i)), \
|
| H A D | ecore_sriov.c | 4492 struct ecore_ptt *ptt, int vfid) in ecore_iov_copy_vf_msg() argument 4506 if (ecore_dmae_host2host(p_hwfn, ptt, in ecore_iov_copy_vf_msg()
|