Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c56 p_pool->ptts[i].pxp.pretend.control = 0; in qed_ptt_pool_alloc()
285 /* Every pretend undos previous pretends, including in qed_fid_pretend()
286 * previous port pretend. in qed_fid_pretend()
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()
[all...]
H A Dqed_debug.c1877 /* Set pretend */ in qed_grc_dump_addr_range()
1878 if (split_type != dev_data->pretend.split_type || in qed_grc_dump_addr_range()
1879 split_id != dev_data->pretend.split_id) { in qed_grc_dump_addr_range()
1904 dev_data->pretend.split_type = (u8)split_type; in qed_grc_dump_addr_range()
1905 dev_data->pretend.split_id = split_id; in qed_grc_dump_addr_range()
2183 /* Cancel pretends (pretend to original PF) */ in qed_grc_dump_registers()
2188 dev_data->pretend.split_type = SPLIT_TYPE_NONE; in qed_grc_dump_registers()
2189 dev_data->pretend.split_id = 0; in qed_grc_dump_registers()
H A Dqed_hsi.h2579 struct pretend_params pretend; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c59 p_pool->ptts[i].pxp.pretend.control = 0; in qed_ptt_pool_alloc()
303 /* Every pretend undos previous pretends, including in qed_fid_pretend()
304 * previous port pretend. in qed_fid_pretend()
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()
318 offsetof(struct pxp_ptt_entry, pretend), 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()
335 offsetof(struct pxp_ptt_entry, pretend), in qed_port_pretend()
336 *(u32 *)&p_ptt->pxp.pretend); in qed_port_pretend()
[all...]
H A Dqed_dbg_hsi.h761 struct pretend_params pretend; member
H A Dqed_debug.c2057 /* Set pretend */ in qed_grc_dump_addr_range()
2058 if (split_type != dev_data->pretend.split_type || in qed_grc_dump_addr_range()
2059 split_id != dev_data->pretend.split_id) { in qed_grc_dump_addr_range()
2084 dev_data->pretend.split_type = (u8)split_type; in qed_grc_dump_addr_range()
2085 dev_data->pretend.split_id = split_id; in qed_grc_dump_addr_range()
2363 /* Cancel pretends (pretend to original PF) */ in qed_grc_dump_registers()
2368 dev_data->pretend.split_type = SPLIT_TYPE_NONE; in qed_grc_dump_registers()
2369 dev_data->pretend.split_id = 0; in qed_grc_dump_registers()
/kernel/linux/linux-5.10/include/linux/qed/
H A Dcommon_hsi.h1140 struct pxp_pretend_cmd pretend; member
/kernel/linux/linux-6.6/include/linux/qed/
H A Dcommon_hsi.h1217 struct pxp_pretend_cmd pretend; member

Completed in 75 milliseconds