Searched refs:pretend (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_hw.c | 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() 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() 333 offsetof(struct pxp_ptt_entry, pretend), in qed_port_unpretend() 334 *(u32 *)&p_ptt->pxp.pretend); in qed_port_unpretend() 353 offsetof(struct pxp_ptt_entry, pretend), in qed_port_fid_pretend() [all …]
|
A D | qed_dbg_hsi.h | 761 struct pretend_params pretend; member
|
A D | qed_debug.c | 2053 if (split_type != dev_data->pretend.split_type || in qed_grc_dump_addr_range() 2054 split_id != dev_data->pretend.split_id) { in qed_grc_dump_addr_range() 2079 dev_data->pretend.split_type = (u8)split_type; in qed_grc_dump_addr_range() 2080 dev_data->pretend.split_id = split_id; in qed_grc_dump_addr_range() 2363 dev_data->pretend.split_type = SPLIT_TYPE_NONE; in qed_grc_dump_registers() 2364 dev_data->pretend.split_id = 0; in qed_grc_dump_registers()
|
/linux/arch/arm/boot/dts/ |
A D | imx6dl-b1x5v2.dtsi | 40 * controller does not have any input type GPIOs, just pretend
|
/linux/Documentation/fb/ |
A D | deferred_io.rst | 40 apps to pretend to have a normal framebuffer but reswizzle for the device
|
/linux/Documentation/driver-api/mei/ |
A D | mei-client-bus.rst | 79 As a theoretical example let's pretend the ME comes with a "contact" NFC IP.
|
/linux/include/linux/qed/ |
A D | common_hsi.h | 1217 struct pxp_pretend_cmd pretend; member
|
/linux/Documentation/networking/ |
A D | arcnet.rst | 266 Should be fine linux->linux, just pretend you're using Ethernet cards. 294 are incompatible with the Internet standard. They try to pretend
|
/linux/Documentation/block/ |
A D | inline-encryption.rst | 300 kernel will pretend that the device does not support hardware inline encryption
|
/linux/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 442 * ``pin_sequence=[0,1]`` - pretend that the sequence is always reset 516 * ``pin_counter=[0,1]`` - pretend that the counter is always reset on
|
/linux/Documentation/filesystems/ |
A D | idmappings.rst | 355 credentials of the current task but for our education we'll pretend this
|
A D | path-lookup.rst | 874 correct, or if it should just decrement the count and pretend none of
|
/linux/Documentation/kernel-hacking/ |
A D | locking.rst | 92 primitives, but I'll pretend they don't exist.
|
Completed in 52 milliseconds