Lines Matching full:pxp
37 struct pxp_ptt_entry pxp; member
58 p_pool->ptts[i].pxp.offset = QED_BAR_INVALID_OFFSET; in qed_ptt_pool_alloc()
59 p_pool->ptts[i].pxp.pretend.control = 0; in qed_ptt_pool_alloc()
79 p_ptt->pxp.offset = QED_BAR_INVALID_OFFSET; in qed_ptt_invalidate()
143 return le32_to_cpu(p_ptt->pxp.offset) << 2; in qed_ptt_get_hw_addr()
174 p_ptt->pxp.offset = cpu_to_le32(new_hw_addr >> 2); in qed_ptt_set_win()
179 le32_to_cpu(p_ptt->pxp.offset)); in qed_ptt_set_win()
313 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_fid_pretend()
314 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_fid_pretend()
319 *(u32 *)&p_ptt->pxp.pretend); in qed_fid_pretend()
331 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_pretend()
336 *(u32 *)&p_ptt->pxp.pretend); in qed_port_pretend()
347 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_unpretend()
352 *(u32 *)&p_ptt->pxp.pretend); in qed_port_unpretend()
367 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_fid_pretend()
368 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_port_fid_pretend()
372 *(u32 *)&p_ptt->pxp.pretend); in qed_port_fid_pretend()