Home
last modified time | relevance | path

Searched defs:tc6 (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/
Doa_tc6.c159 static int oa_tc6_spi_transfer(struct oa_tc6 *tc6, in oa_tc6_spi_transfer()
210 static void oa_tc6_update_ctrl_write_data(struct oa_tc6 *tc6, u32 value[], in oa_tc6_update_ctrl_write_data()
228 static void oa_tc6_prepare_ctrl_spi_buf(struct oa_tc6 *tc6, u32 address, in oa_tc6_prepare_ctrl_spi_buf()
240 static int oa_tc6_check_ctrl_write_reply(struct oa_tc6 *tc6, u8 size) in oa_tc6_check_ctrl_write_reply()
256 static int oa_tc6_check_ctrl_read_reply(struct oa_tc6 *tc6, u8 size) in oa_tc6_check_ctrl_read_reply()
270 static void oa_tc6_copy_ctrl_read_data(struct oa_tc6 *tc6, u32 value[], in oa_tc6_copy_ctrl_read_data()
280 static int oa_tc6_perform_ctrl(struct oa_tc6 *tc6, u32 address, u32 value[], in oa_tc6_perform_ctrl()
324 int oa_tc6_read_registers(struct oa_tc6 *tc6, u32 address, u32 value[], in oa_tc6_read_registers()
351 int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value) in oa_tc6_read_register()
368 int oa_tc6_write_registers(struct oa_tc6 *tc6, u32 address, u32 value[], in oa_tc6_write_registers()
[all …]
/linux-6.14.4/drivers/net/ethernet/microchip/lan865x/
Dlan865x.c39 struct oa_tc6 *tc6; member
42 static int lan865x_set_hw_macaddr_low_bytes(struct oa_tc6 *tc6, const u8 *mac) in lan865x_set_hw_macaddr_low_bytes()
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_tc_link.c85 int tc6(struct __sk_buff *skb) in tc6() function