Lines Matching refs:pretend
57 p_pool->ptts[i].pxp.pretend.control = 0; in qed_ptt_pool_alloc()
297 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_fid_pretend()
298 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_fid_pretend()
302 offsetof(struct pxp_ptt_entry, pretend), in qed_fid_pretend()
303 *(u32 *)&p_ptt->pxp.pretend); in qed_fid_pretend()
316 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_pretend()
320 offsetof(struct pxp_ptt_entry, pretend), in qed_port_pretend()
321 *(u32 *)&p_ptt->pxp.pretend); in qed_port_pretend()
333 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_unpretend()
337 offsetof(struct pxp_ptt_entry, pretend), in qed_port_unpretend()
338 *(u32 *)&p_ptt->pxp.pretend); in qed_port_unpretend()