Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/airoha/
H A Dairoha_eth.h436 struct airoha_eth *eth;
478 struct airoha_eth *eth;
489 struct airoha_eth { struct
535 bool airoha_is_valid_gdm_port(struct airoha_eth *eth,
541 int airoha_ppe_init(struct airoha_eth *eth);
542 void airoha_ppe_deinit(struct airoha_eth *eth);
H A Dairoha_ppe.c27 static bool airoha_ppe2_is_enabled(struct airoha_eth *eth) in airoha_ppe2_is_enabled()
42 struct airoha_eth *eth = ppe->eth; in airoha_ppe_hw_init()
200 static int airoha_ppe_foe_entry_prepare(struct airoha_eth *eth, in airoha_ppe_foe_entry_prepare()
402 struct airoha_eth *eth = ppe->eth; in airoha_ppe_foe_get_entry()
449 struct airoha_eth *eth = ppe->eth; in airoha_ppe_foe_commit_entry()
543 struct airoha_eth *eth = port->qdma->eth; in airoha_ppe_flow_offload_replace()
738 struct airoha_eth *eth = port->qdma->eth; in airoha_ppe_flow_offload_destroy()
797 static int airoha_ppe_offload_setup(struct airoha_eth *eth) in airoha_ppe_offload_setup()
831 struct airoha_eth *eth = port->qdma->eth; in airoha_ppe_setup_tc_block_cb()
865 int airoha_ppe_init(struct airoha_eth *eth) in airoha_ppe_init()
[all …]
H A Dairoha_eth.c81 struct airoha_eth *eth = port->qdma->eth; in airoha_set_macaddr()
540 struct airoha_eth *eth = qdma->eth; in airoha_qdma_fill_rx_queue()
609 struct airoha_eth *eth = qdma->eth; in airoha_qdma_rx_process()
739 struct airoha_eth *eth = qdma->eth; in airoha_qdma_init_rx_queue()
826 struct airoha_eth *eth; in airoha_qdma_tx_napi_poll()
933 struct airoha_eth *eth = qdma->eth; in airoha_qdma_init_tx_queue()
976 struct airoha_eth *eth = qdma->eth; in airoha_qdma_tx_irq_init()
1041 struct airoha_eth *eth = qdma->eth; in airoha_qdma_init_hfwd_queues()
1247 struct airoha_eth *eth, in airoha_qdma_init()
1290 struct airoha_eth *eth) in airoha_hw_init()
[all …]
H A DMakefile7 airoha-eth-y := airoha_eth.o airoha_ppe.o