Symbol: oa_tc6
drivers/net/ethernet/microchip/lan865x/lan865x.c
43
struct oa_tc6 *tc6;
drivers/net/ethernet/microchip/lan865x/lan865x.c
46
static int lan865x_set_hw_macaddr_low_bytes(struct oa_tc6 *tc6, const u8 *mac)
drivers/net/ethernet/oa_tc6.c
1021
static void oa_tc6_add_empty_chunks_to_spi_buf(struct oa_tc6 *tc6,
drivers/net/ethernet/oa_tc6.c
1039
static u16 oa_tc6_prepare_spi_tx_buf_for_rx_chunks(struct oa_tc6 *tc6, u16 len)
drivers/net/ethernet/oa_tc6.c
1058
static int oa_tc6_try_spi_transfer(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
1110
struct oa_tc6 *tc6 = data;
drivers/net/ethernet/oa_tc6.c
1133
static int oa_tc6_update_buffer_status_from_register(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
1155
struct oa_tc6 *tc6 = data;
drivers/net/ethernet/oa_tc6.c
1178
int oa_tc6_zero_align_receive_frame_enable(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
1203
netdev_tx_t oa_tc6_start_xmit(struct oa_tc6 *tc6, struct sk_buff *skb)
drivers/net/ethernet/oa_tc6.c
1235
struct oa_tc6 *oa_tc6_init(struct spi_device *spi, struct net_device *netdev)
drivers/net/ethernet/oa_tc6.c
1237
struct oa_tc6 *tc6;
drivers/net/ethernet/oa_tc6.c
1357
void oa_tc6_exit(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
159
static int oa_tc6_spi_transfer(struct oa_tc6 *tc6,
drivers/net/ethernet/oa_tc6.c
210
static void oa_tc6_update_ctrl_write_data(struct oa_tc6 *tc6, u32 value[],
drivers/net/ethernet/oa_tc6.c
228
static void oa_tc6_prepare_ctrl_spi_buf(struct oa_tc6 *tc6, u32 address,
drivers/net/ethernet/oa_tc6.c
240
static int oa_tc6_check_ctrl_write_reply(struct oa_tc6 *tc6, u8 size)
drivers/net/ethernet/oa_tc6.c
256
static int oa_tc6_check_ctrl_read_reply(struct oa_tc6 *tc6, u8 size)
drivers/net/ethernet/oa_tc6.c
270
static void oa_tc6_copy_ctrl_read_data(struct oa_tc6 *tc6, u32 value[],
drivers/net/ethernet/oa_tc6.c
280
static int oa_tc6_perform_ctrl(struct oa_tc6 *tc6, u32 address, u32 value[],
drivers/net/ethernet/oa_tc6.c
324
int oa_tc6_read_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
drivers/net/ethernet/oa_tc6.c
351
int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value)
drivers/net/ethernet/oa_tc6.c
368
int oa_tc6_write_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
drivers/net/ethernet/oa_tc6.c
395
int oa_tc6_write_register(struct oa_tc6 *tc6, u32 address, u32 value)
drivers/net/ethernet/oa_tc6.c
401
static int oa_tc6_check_phy_reg_direct_access_capability(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
423
struct oa_tc6 *tc6 = bus->priv;
drivers/net/ethernet/oa_tc6.c
439
struct oa_tc6 *tc6 = bus->priv;
drivers/net/ethernet/oa_tc6.c
467
struct oa_tc6 *tc6 = bus->priv;
drivers/net/ethernet/oa_tc6.c
485
struct oa_tc6 *tc6 = bus->priv;
drivers/net/ethernet/oa_tc6.c
495
static int oa_tc6_mdiobus_register(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
536
static void oa_tc6_mdiobus_unregister(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
542
static int oa_tc6_phy_init(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
580
static void oa_tc6_phy_exit(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
586
static int oa_tc6_read_status0(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
601
static int oa_tc6_sw_reset_macphy(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
622
static int oa_tc6_unmask_macphy_error_interrupts(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
639
static int oa_tc6_enable_data_transfer(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
654
static void oa_tc6_cleanup_ongoing_rx_skb(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
663
static void oa_tc6_cleanup_ongoing_tx_skb(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
672
static int oa_tc6_process_extended_status(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
718
static int oa_tc6_process_rx_chunk_footer(struct oa_tc6 *tc6, u32 footer)
drivers/net/ethernet/oa_tc6.c
753
static void oa_tc6_submit_rx_skb(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
764
static void oa_tc6_update_rx_skb(struct oa_tc6 *tc6, u8 *payload, u8 length)
drivers/net/ethernet/oa_tc6.c
769
static int oa_tc6_allocate_rx_skb(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
781
static int oa_tc6_prcs_complete_rx_frame(struct oa_tc6 *tc6, u8 *payload,
drivers/net/ethernet/oa_tc6.c
797
static int oa_tc6_prcs_rx_frame_start(struct oa_tc6 *tc6, u8 *payload, u16 size)
drivers/net/ethernet/oa_tc6.c
810
static void oa_tc6_prcs_rx_frame_end(struct oa_tc6 *tc6, u8 *payload, u16 size)
drivers/net/ethernet/oa_tc6.c
817
static void oa_tc6_prcs_ongoing_rx_frame(struct oa_tc6 *tc6, u8 *payload,
drivers/net/ethernet/oa_tc6.c
823
static int oa_tc6_prcs_rx_chunk_payload(struct oa_tc6 *tc6, u8 *data,
drivers/net/ethernet/oa_tc6.c
888
static u32 oa_tc6_get_rx_chunk_footer(struct oa_tc6 *tc6, u16 footer_offset)
drivers/net/ethernet/oa_tc6.c
898
static int oa_tc6_process_spi_data_rx_buf(struct oa_tc6 *tc6, u16 length)
drivers/net/ethernet/oa_tc6.c
949
static void oa_tc6_add_tx_skb_to_spi_buf(struct oa_tc6 *tc6)
drivers/net/ethernet/oa_tc6.c
998
static u16 oa_tc6_prepare_spi_tx_buf_for_tx_skbs(struct oa_tc6 *tc6)
include/linux/oa_tc6.h
13
struct oa_tc6;
include/linux/oa_tc6.h
15
struct oa_tc6 *oa_tc6_init(struct spi_device *spi, struct net_device *netdev);
include/linux/oa_tc6.h
16
void oa_tc6_exit(struct oa_tc6 *tc6);
include/linux/oa_tc6.h
17
int oa_tc6_write_register(struct oa_tc6 *tc6, u32 address, u32 value);
include/linux/oa_tc6.h
18
int oa_tc6_write_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
include/linux/oa_tc6.h
20
int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value);
include/linux/oa_tc6.h
21
int oa_tc6_read_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
include/linux/oa_tc6.h
23
netdev_tx_t oa_tc6_start_xmit(struct oa_tc6 *tc6, struct sk_buff *skb);
include/linux/oa_tc6.h
24
int oa_tc6_zero_align_receive_frame_enable(struct oa_tc6 *tc6);