Searched refs:pretend (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.c | 56 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 D | qed_debug.c | 1877 /* 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 D | qed_hsi.h | 2579 struct pretend_params pretend; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.c | 59 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 D | qed_dbg_hsi.h | 761 struct pretend_params pretend; member
|
H A D | qed_debug.c | 2057 /* 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 D | common_hsi.h | 1140 struct pxp_pretend_cmd pretend; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | common_hsi.h | 1217 struct pxp_pretend_cmd pretend; member
|
Completed in 75 milliseconds