Searched refs:p_dpc_ptt (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
| D | qed_int.c | 97 igu_mask = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_int_assertion() 102 qed_wr(p_hwfn, p_hwfn->p_dpc_ptt, IGU_REG_ATTENTION_ENABLE, igu_mask); in qed_int_assertion() 112 qed_mcp_handle_events(p_hwfn, p_hwfn->p_dpc_ptt); in qed_int_assertion() 114 qed_wr(p_hwfn, p_hwfn->p_dpc_ptt, in qed_int_assertion() 155 aeu_mask = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_int_deassertion() 158 qed_wr(p_hwfn, p_hwfn->p_dpc_ptt, IGU_REG_ATTENTION_ENABLE, aeu_mask); in qed_int_deassertion() 315 if (!p_hwfn->p_dpc_ptt) { in qed_int_sp_dpc()
|
| D | qed.h | 286 struct qed_ptt *p_dpc_ptt; member
|
| D | qed_dev.c | 277 p_hwfn->p_dpc_ptt = qed_get_reserved_ptt(p_hwfn, in qed_resc_alloc()
|