oa_tc6
struct oa_tc6 *tc6;
static int lan865x_set_hw_macaddr_low_bytes(struct oa_tc6 *tc6, const u8 *mac)
static void oa_tc6_add_empty_chunks_to_spi_buf(struct oa_tc6 *tc6,
static u16 oa_tc6_prepare_spi_tx_buf_for_rx_chunks(struct oa_tc6 *tc6, u16 len)
static int oa_tc6_try_spi_transfer(struct oa_tc6 *tc6)
struct oa_tc6 *tc6 = data;
static int oa_tc6_update_buffer_status_from_register(struct oa_tc6 *tc6)
struct oa_tc6 *tc6 = data;
int oa_tc6_zero_align_receive_frame_enable(struct oa_tc6 *tc6)
netdev_tx_t oa_tc6_start_xmit(struct oa_tc6 *tc6, struct sk_buff *skb)
struct oa_tc6 *oa_tc6_init(struct spi_device *spi, struct net_device *netdev)
struct oa_tc6 *tc6;
void oa_tc6_exit(struct oa_tc6 *tc6)
static int oa_tc6_spi_transfer(struct oa_tc6 *tc6,
static void oa_tc6_update_ctrl_write_data(struct oa_tc6 *tc6, u32 value[],
static void oa_tc6_prepare_ctrl_spi_buf(struct oa_tc6 *tc6, u32 address,
static int oa_tc6_check_ctrl_write_reply(struct oa_tc6 *tc6, u8 size)
static int oa_tc6_check_ctrl_read_reply(struct oa_tc6 *tc6, u8 size)
static void oa_tc6_copy_ctrl_read_data(struct oa_tc6 *tc6, u32 value[],
static int oa_tc6_perform_ctrl(struct oa_tc6 *tc6, u32 address, u32 value[],
int oa_tc6_read_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value)
int oa_tc6_write_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
int oa_tc6_write_register(struct oa_tc6 *tc6, u32 address, u32 value)
static int oa_tc6_check_phy_reg_direct_access_capability(struct oa_tc6 *tc6)
struct oa_tc6 *tc6 = bus->priv;
struct oa_tc6 *tc6 = bus->priv;
struct oa_tc6 *tc6 = bus->priv;
struct oa_tc6 *tc6 = bus->priv;
static int oa_tc6_mdiobus_register(struct oa_tc6 *tc6)
static void oa_tc6_mdiobus_unregister(struct oa_tc6 *tc6)
static int oa_tc6_phy_init(struct oa_tc6 *tc6)
static void oa_tc6_phy_exit(struct oa_tc6 *tc6)
static int oa_tc6_read_status0(struct oa_tc6 *tc6)
static int oa_tc6_sw_reset_macphy(struct oa_tc6 *tc6)
static int oa_tc6_unmask_macphy_error_interrupts(struct oa_tc6 *tc6)
static int oa_tc6_enable_data_transfer(struct oa_tc6 *tc6)
static void oa_tc6_cleanup_ongoing_rx_skb(struct oa_tc6 *tc6)
static void oa_tc6_cleanup_ongoing_tx_skb(struct oa_tc6 *tc6)
static int oa_tc6_process_extended_status(struct oa_tc6 *tc6)
static int oa_tc6_process_rx_chunk_footer(struct oa_tc6 *tc6, u32 footer)
static void oa_tc6_submit_rx_skb(struct oa_tc6 *tc6)
static void oa_tc6_update_rx_skb(struct oa_tc6 *tc6, u8 *payload, u8 length)
static int oa_tc6_allocate_rx_skb(struct oa_tc6 *tc6)
static int oa_tc6_prcs_complete_rx_frame(struct oa_tc6 *tc6, u8 *payload,
static int oa_tc6_prcs_rx_frame_start(struct oa_tc6 *tc6, u8 *payload, u16 size)
static void oa_tc6_prcs_rx_frame_end(struct oa_tc6 *tc6, u8 *payload, u16 size)
static void oa_tc6_prcs_ongoing_rx_frame(struct oa_tc6 *tc6, u8 *payload,
static int oa_tc6_prcs_rx_chunk_payload(struct oa_tc6 *tc6, u8 *data,
static u32 oa_tc6_get_rx_chunk_footer(struct oa_tc6 *tc6, u16 footer_offset)
static int oa_tc6_process_spi_data_rx_buf(struct oa_tc6 *tc6, u16 length)
static void oa_tc6_add_tx_skb_to_spi_buf(struct oa_tc6 *tc6)
static u16 oa_tc6_prepare_spi_tx_buf_for_tx_skbs(struct oa_tc6 *tc6)
struct oa_tc6;
struct oa_tc6 *oa_tc6_init(struct spi_device *spi, struct net_device *netdev);
void oa_tc6_exit(struct oa_tc6 *tc6);
int oa_tc6_write_register(struct oa_tc6 *tc6, u32 address, u32 value);
int oa_tc6_write_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value);
int oa_tc6_read_registers(struct oa_tc6 *tc6, u32 address, u32 value[],
netdev_tx_t oa_tc6_start_xmit(struct oa_tc6 *tc6, struct sk_buff *skb);
int oa_tc6_zero_align_receive_frame_enable(struct oa_tc6 *tc6);