Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c3319 u8 *bytes_buf; in qed_grc_dump_phy() local
3349 bytes_buf = (u8 *)(dump_buf + offset); in qed_grc_dump_phy()
3358 *(bytes_buf++) = (u8)qed_rd(p_hwfn, in qed_grc_dump_phy()
3361 *(bytes_buf++) = (u8)qed_rd(p_hwfn, in qed_grc_dump_phy()
6319 u8 i, *val_ptr, *bytes_buf = (u8 *)buf; in qed_read_from_cyclic_buf() local
6328 val_ptr[i] = bytes_buf[*offset]; in qed_read_from_cyclic_buf()