Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c3805 u8 *bytes_buf; in qed_grc_dump_phy() local
3835 bytes_buf = (u8 *)(dump_buf + offset); in qed_grc_dump_phy()
3844 *(bytes_buf++) = (u8)qed_rd(p_hwfn, in qed_grc_dump_phy()
3847 *(bytes_buf++) = (u8)qed_rd(p_hwfn, in qed_grc_dump_phy()
6172 u8 i, *val_ptr, *bytes_buf = (u8 *)buf; in qed_read_from_cyclic_buf() local
6181 val_ptr[i] = bytes_buf[*offset]; in qed_read_from_cyclic_buf()