Lines Matching refs:pretend
56 p_pool->ptts[i].pxp.pretend.control = 0; in qed_ptt_pool_alloc()
295 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_fid_pretend()
296 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_fid_pretend()
300 offsetof(struct pxp_ptt_entry, pretend), in qed_fid_pretend()
301 *(u32 *)&p_ptt->pxp.pretend); in qed_fid_pretend()
313 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_pretend()
317 offsetof(struct pxp_ptt_entry, pretend), in qed_port_pretend()
318 *(u32 *)&p_ptt->pxp.pretend); in qed_port_pretend()
329 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_unpretend()
333 offsetof(struct pxp_ptt_entry, pretend), in qed_port_unpretend()
334 *(u32 *)&p_ptt->pxp.pretend); in qed_port_unpretend()
349 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_fid_pretend()
350 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_port_fid_pretend()
353 offsetof(struct pxp_ptt_entry, pretend), in qed_port_fid_pretend()
354 *(u32 *)&p_ptt->pxp.pretend); in qed_port_fid_pretend()