Home
last modified time | relevance | path

Searched refs:pretend (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c82 p_pool->ptts[i].pxp.pretend.control = 0; in qed_ptt_pool_alloc()
321 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_fid_pretend()
322 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_fid_pretend()
326 offsetof(struct pxp_ptt_entry, pretend), in qed_fid_pretend()
327 *(u32 *)&p_ptt->pxp.pretend); in qed_fid_pretend()
339 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_pretend()
343 offsetof(struct pxp_ptt_entry, pretend), in qed_port_pretend()
344 *(u32 *)&p_ptt->pxp.pretend); in qed_port_pretend()
355 p_ptt->pxp.pretend.control = cpu_to_le16(control); in qed_port_unpretend()
359 offsetof(struct pxp_ptt_entry, pretend), in qed_port_unpretend()
[all …]
Dqed_debug.c2551 if (split_type != dev_data->pretend.split_type || split_id != in qed_grc_dump_addr_range()
2552 dev_data->pretend.split_id) { in qed_grc_dump_addr_range()
2574 dev_data->pretend.split_type = (u8)split_type; in qed_grc_dump_addr_range()
2575 dev_data->pretend.split_id = split_id; in qed_grc_dump_addr_range()
2849 dev_data->pretend.split_type = SPLIT_TYPE_NONE; in qed_grc_dump_registers()
2850 dev_data->pretend.split_id = 0; in qed_grc_dump_registers()
Dqed_hsi.h2565 struct pretend_params pretend; member
/Linux-v4.19/Documentation/fb/
Ddeferred_io.txt39 apps to pretend to have a normal framebuffer but reswizzle for the device
/Linux-v4.19/Documentation/misc-devices/mei/
Dmei-client-bus.txt61 As a theoretical example let's pretend the ME comes with a "contact" NFC IP.
/Linux-v4.19/include/linux/qed/
Dcommon_hsi.h1152 struct pxp_pretend_cmd pretend; member
/Linux-v4.19/Documentation/networking/
Darcnet.txt245 NFS: Should be fine linux->linux, just pretend you're using Ethernet cards.
270 are incompatible with the Internet standard. They try to pretend
/Linux-v4.19/Documentation/kernel-hacking/
Dlocking.rst92 primitives, but I'll pretend they don't exist.