Home
last modified time | relevance | path

Searched refs:found_addr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c7183 const struct igu_fifo_addr_data *found_addr = NULL; in qed_parse_igu_fifo_element() local
7208 for (i = 0; i < ARRAY_SIZE(s_igu_fifo_addr_data) && !found_addr; i++) { in qed_parse_igu_fifo_element()
7214 found_addr = curr_addr; in qed_parse_igu_fifo_element()
7217 if (!found_addr) in qed_parse_igu_fifo_element()
7221 switch (found_addr->type) { in qed_parse_igu_fifo_element()
7228 " SB = 0x%x", cmd_addr - found_addr->start_addr); in qed_parse_igu_fifo_element()
7299 (!is_pf && found_addr->vf_desc) in qed_parse_igu_fifo_element()
7300 ? found_addr->vf_desc in qed_parse_igu_fifo_element()
7301 : found_addr->desc, in qed_parse_igu_fifo_element()
/openbmc/linux/arch/s390/mm/
H A Dgmap.c2575 unsigned long *found_addr = walk->private; in find_zeropage_pte_entry() local
2588 *found_addr = addr; in find_zeropage_pte_entry()