Home
last modified time | relevance | path

Searched defs:ndev (Results 1 – 25 of 836) sorted by relevance

12345678910>>...34

/kernel/linux/linux-5.10/net/nfc/nci/
Dcore.c42 struct nci_conn_info *nci_get_conn_info_by_conn_id(struct nci_dev *ndev, in nci_get_conn_info_by_conn_id()
55 int nci_get_conn_info_by_dest_type_params(struct nci_dev *ndev, u8 dest_type, in nci_get_conn_info_by_dest_type_params()
77 void nci_req_complete(struct nci_dev *ndev, int result) in nci_req_complete()
87 static void nci_req_cancel(struct nci_dev *ndev, int err) in nci_req_cancel()
97 static int __nci_request(struct nci_dev *ndev, in __nci_request()
98 void (*req)(struct nci_dev *ndev, unsigned long opt), in __nci_request()
140 inline int nci_request(struct nci_dev *ndev, in nci_request()
141 void (*req)(struct nci_dev *ndev, in nci_request()
161 static void nci_reset_req(struct nci_dev *ndev, unsigned long opt) in nci_reset_req()
169 static void nci_init_req(struct nci_dev *ndev, unsigned long opt) in nci_init_req()
[all …]
Dntf.c30 static void nci_core_conn_credits_ntf_packet(struct nci_dev *ndev, in nci_core_conn_credits_ntf_packet()
65 static void nci_core_generic_error_ntf_packet(struct nci_dev *ndev, in nci_core_generic_error_ntf_packet()
79 static void nci_core_conn_intf_error_ntf_packet(struct nci_dev *ndev, in nci_core_conn_intf_error_ntf_packet()
93 static __u8 *nci_extract_rf_params_nfca_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfca_passive_poll()
120 static __u8 *nci_extract_rf_params_nfcb_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfcb_passive_poll()
134 static __u8 *nci_extract_rf_params_nfcf_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfcf_passive_poll()
150 static __u8 *nci_extract_rf_params_nfcv_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfcv_passive_poll()
161 static __u8 *nci_extract_rf_params_nfcf_passive_listen(struct nci_dev *ndev, in nci_extract_rf_params_nfcf_passive_listen()
173 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol()
180 static int nci_add_new_protocol(struct nci_dev *ndev, in nci_add_new_protocol()
[all …]
Drsp.c28 static void nci_core_reset_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_reset_rsp_packet()
43 static void nci_core_init_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_init_rsp_packet()
109 static void nci_core_set_config_rsp_packet(struct nci_dev *ndev, in nci_core_set_config_rsp_packet()
119 static void nci_rf_disc_map_rsp_packet(struct nci_dev *ndev, in nci_rf_disc_map_rsp_packet()
129 static void nci_rf_disc_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rf_disc_rsp_packet()
159 static void nci_rf_disc_select_rsp_packet(struct nci_dev *ndev, in nci_rf_disc_select_rsp_packet()
171 static void nci_rf_deactivate_rsp_packet(struct nci_dev *ndev, in nci_rf_deactivate_rsp_packet()
187 static void nci_nfcee_discover_rsp_packet(struct nci_dev *ndev, in nci_nfcee_discover_rsp_packet()
204 static void nci_nfcee_mode_set_rsp_packet(struct nci_dev *ndev, in nci_nfcee_mode_set_rsp_packet()
213 static void nci_core_conn_create_rsp_packet(struct nci_dev *ndev, in nci_core_conn_create_rsp_packet()
[all …]
/kernel/linux/linux-6.6/net/nfc/nci/
Dcore.c43 struct nci_conn_info *nci_get_conn_info_by_conn_id(struct nci_dev *ndev, in nci_get_conn_info_by_conn_id()
56 int nci_get_conn_info_by_dest_type_params(struct nci_dev *ndev, u8 dest_type, in nci_get_conn_info_by_dest_type_params()
78 void nci_req_complete(struct nci_dev *ndev, int result) in nci_req_complete()
88 static void nci_req_cancel(struct nci_dev *ndev, int err) in nci_req_cancel()
98 static int __nci_request(struct nci_dev *ndev, in __nci_request()
99 void (*req)(struct nci_dev *ndev, const void *opt), in __nci_request()
141 inline int nci_request(struct nci_dev *ndev, in nci_request()
142 void (*req)(struct nci_dev *ndev, in nci_request()
162 static void nci_reset_req(struct nci_dev *ndev, const void *opt) in nci_reset_req()
170 static void nci_init_req(struct nci_dev *ndev, const void *opt) in nci_init_req()
[all …]
Dntf.c30 static void nci_core_reset_ntf_packet(struct nci_dev *ndev, in nci_core_reset_ntf_packet()
47 static void nci_core_conn_credits_ntf_packet(struct nci_dev *ndev, in nci_core_conn_credits_ntf_packet()
82 static void nci_core_generic_error_ntf_packet(struct nci_dev *ndev, in nci_core_generic_error_ntf_packet()
96 static void nci_core_conn_intf_error_ntf_packet(struct nci_dev *ndev, in nci_core_conn_intf_error_ntf_packet()
111 nci_extract_rf_params_nfca_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfca_passive_poll()
139 nci_extract_rf_params_nfcb_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfcb_passive_poll()
154 nci_extract_rf_params_nfcf_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfcf_passive_poll()
171 nci_extract_rf_params_nfcv_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfcv_passive_poll()
183 nci_extract_rf_params_nfcf_passive_listen(struct nci_dev *ndev, in nci_extract_rf_params_nfcf_passive_listen()
195 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol()
[all …]
Drsp.c28 static void nci_core_reset_rsp_packet(struct nci_dev *ndev, in nci_core_reset_rsp_packet()
47 static u8 nci_core_init_rsp_packet_v1(struct nci_dev *ndev, in nci_core_init_rsp_packet_v1()
86 static u8 nci_core_init_rsp_packet_v2(struct nci_dev *ndev, in nci_core_init_rsp_packet_v2()
124 static void nci_core_init_rsp_packet(struct nci_dev *ndev, const struct sk_buff *skb) in nci_core_init_rsp_packet()
165 static void nci_core_set_config_rsp_packet(struct nci_dev *ndev, in nci_core_set_config_rsp_packet()
175 static void nci_rf_disc_map_rsp_packet(struct nci_dev *ndev, in nci_rf_disc_map_rsp_packet()
185 static void nci_rf_disc_rsp_packet(struct nci_dev *ndev, in nci_rf_disc_rsp_packet()
216 static void nci_rf_disc_select_rsp_packet(struct nci_dev *ndev, in nci_rf_disc_select_rsp_packet()
228 static void nci_rf_deactivate_rsp_packet(struct nci_dev *ndev, in nci_rf_deactivate_rsp_packet()
244 static void nci_nfcee_discover_rsp_packet(struct nci_dev *ndev, in nci_nfcee_discover_rsp_packet()
[all …]
/kernel/linux/linux-6.6/drivers/ntb/hw/intel/
Dntb_hw_gen1.c145 static inline void ndev_reset_unsafe_flags(struct intel_ntb_dev *ndev) in ndev_reset_unsafe_flags()
162 static inline int ndev_is_unsafe(struct intel_ntb_dev *ndev, in ndev_is_unsafe()
168 static inline int ndev_ignore_unsafe(struct intel_ntb_dev *ndev, in ndev_ignore_unsafe()
177 int ndev_mw_to_bar(struct intel_ntb_dev *ndev, int idx) in ndev_mw_to_bar()
184 void ndev_db_addr(struct intel_ntb_dev *ndev, in ndev_db_addr()
202 u64 ndev_db_read(struct intel_ntb_dev *ndev, in ndev_db_read()
211 int ndev_db_write(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_write()
225 static inline int ndev_db_set_mask(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_set_mask()
246 static inline int ndev_db_clear_mask(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_clear_mask()
267 static inline u64 ndev_vec_mask(struct intel_ntb_dev *ndev, int db_vector) in ndev_vec_mask()
[all …]
/kernel/linux/linux-5.10/drivers/ntb/hw/intel/
Dntb_hw_gen1.c145 static inline void ndev_reset_unsafe_flags(struct intel_ntb_dev *ndev) in ndev_reset_unsafe_flags()
162 static inline int ndev_is_unsafe(struct intel_ntb_dev *ndev, in ndev_is_unsafe()
168 static inline int ndev_ignore_unsafe(struct intel_ntb_dev *ndev, in ndev_ignore_unsafe()
177 int ndev_mw_to_bar(struct intel_ntb_dev *ndev, int idx) in ndev_mw_to_bar()
184 void ndev_db_addr(struct intel_ntb_dev *ndev, in ndev_db_addr()
202 u64 ndev_db_read(struct intel_ntb_dev *ndev, in ndev_db_read()
211 int ndev_db_write(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_write()
225 static inline int ndev_db_set_mask(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_set_mask()
246 static inline int ndev_db_clear_mask(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_clear_mask()
267 static inline u64 ndev_vec_mask(struct intel_ntb_dev *ndev, int db_vector) in ndev_vec_mask()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_hal.c14 static void emu_enable_cores(struct nitrox_device *ndev) in emu_enable_cores()
39 void nitrox_config_emu_unit(struct nitrox_device *ndev) in nitrox_config_emu_unit()
64 static void reset_pkt_input_ring(struct nitrox_device *ndev, int ring) in reset_pkt_input_ring()
93 void enable_pkt_input_ring(struct nitrox_device *ndev, int ring) in enable_pkt_input_ring()
119 void nitrox_config_pkt_input_rings(struct nitrox_device *ndev) in nitrox_config_pkt_input_rings()
160 static void reset_pkt_solicit_port(struct nitrox_device *ndev, int port) in reset_pkt_solicit_port()
190 void enable_pkt_solicit_port(struct nitrox_device *ndev, int port) in enable_pkt_solicit_port()
217 static void config_pkt_solicit_port(struct nitrox_device *ndev, int port) in config_pkt_solicit_port()
235 void nitrox_config_pkt_solicit_ports(struct nitrox_device *ndev) in nitrox_config_pkt_solicit_ports()
249 static void enable_nps_core_interrupts(struct nitrox_device *ndev) in enable_nps_core_interrupts()
[all …]
Dnitrox_lib.c27 struct nitrox_device *ndev = cmdq->ndev; in nitrox_cmdq_init() local
62 struct nitrox_device *ndev; in nitrox_cmdq_cleanup() local
87 static void nitrox_free_aqm_queues(struct nitrox_device *ndev) in nitrox_free_aqm_queues()
98 static int nitrox_alloc_aqm_queues(struct nitrox_device *ndev) in nitrox_alloc_aqm_queues()
138 static void nitrox_free_pktin_queues(struct nitrox_device *ndev) in nitrox_free_pktin_queues()
151 static int nitrox_alloc_pktin_queues(struct nitrox_device *ndev) in nitrox_alloc_pktin_queues()
188 static int create_crypto_dma_pool(struct nitrox_device *ndev) in create_crypto_dma_pool()
202 static void destroy_crypto_dma_pool(struct nitrox_device *ndev) in destroy_crypto_dma_pool()
215 void *crypto_alloc_context(struct nitrox_device *ndev) in crypto_alloc_context()
269 int nitrox_common_sw_init(struct nitrox_device *ndev) in nitrox_common_sw_init()
[all …]
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
Dnitrox_hal.c15 static void emu_enable_cores(struct nitrox_device *ndev) in emu_enable_cores()
40 void nitrox_config_emu_unit(struct nitrox_device *ndev) in nitrox_config_emu_unit()
65 static void reset_pkt_input_ring(struct nitrox_device *ndev, int ring) in reset_pkt_input_ring()
94 void enable_pkt_input_ring(struct nitrox_device *ndev, int ring) in enable_pkt_input_ring()
120 void nitrox_config_pkt_input_rings(struct nitrox_device *ndev) in nitrox_config_pkt_input_rings()
161 static void reset_pkt_solicit_port(struct nitrox_device *ndev, int port) in reset_pkt_solicit_port()
191 void enable_pkt_solicit_port(struct nitrox_device *ndev, int port) in enable_pkt_solicit_port()
218 static void config_pkt_solicit_port(struct nitrox_device *ndev, int port) in config_pkt_solicit_port()
236 void nitrox_config_pkt_solicit_ports(struct nitrox_device *ndev) in nitrox_config_pkt_solicit_ports()
250 static void enable_nps_core_interrupts(struct nitrox_device *ndev) in enable_nps_core_interrupts()
[all …]
/kernel/linux/linux-6.6/drivers/ntb/hw/idt/
Dntb_hw_idt.c299 static void idt_nt_write(struct idt_ntb_dev *ndev, in idt_nt_write()
322 static u32 idt_nt_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_nt_read()
343 static void idt_sw_write(struct idt_ntb_dev *ndev, in idt_sw_write()
374 static u32 idt_sw_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_sw_read()
414 static inline int idt_reg_set_bits(struct idt_ntb_dev *ndev, unsigned int reg, in idt_reg_set_bits()
450 static inline void idt_reg_clear_bits(struct idt_ntb_dev *ndev, in idt_reg_clear_bits()
480 static int idt_scan_ports(struct idt_ntb_dev *ndev) in idt_scan_ports()
550 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_port_number() local
565 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_count() local
579 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_number() local
[all …]
/kernel/linux/linux-5.10/drivers/ntb/hw/idt/
Dntb_hw_idt.c299 static void idt_nt_write(struct idt_ntb_dev *ndev, in idt_nt_write()
322 static u32 idt_nt_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_nt_read()
343 static void idt_sw_write(struct idt_ntb_dev *ndev, in idt_sw_write()
374 static u32 idt_sw_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_sw_read()
414 static inline int idt_reg_set_bits(struct idt_ntb_dev *ndev, unsigned int reg, in idt_reg_set_bits()
450 static inline void idt_reg_clear_bits(struct idt_ntb_dev *ndev, in idt_reg_clear_bits()
480 static int idt_scan_ports(struct idt_ntb_dev *ndev) in idt_scan_ports()
550 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_port_number() local
565 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_count() local
579 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_number() local
[all …]
/kernel/linux/linux-6.6/drivers/ntb/hw/amd/
Dntb_hw_amd.c76 static int ndev_mw_to_bar(struct amd_ntb_dev *ndev, int idx) in ndev_mw_to_bar()
97 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_get_align() local
122 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_set_trans() local
198 static int amd_ntb_get_link_status(struct amd_ntb_dev *ndev) in amd_ntb_get_link_status()
246 static int amd_link_is_up(struct amd_ntb_dev *ndev) in amd_link_is_up()
317 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_is_up() local
345 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_enable() local
361 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_disable() local
384 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_peer_mw_get_addr() local
412 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_db_vector_mask() local
[all …]
/kernel/linux/linux-5.10/drivers/ntb/hw/amd/
Dntb_hw_amd.c76 static int ndev_mw_to_bar(struct amd_ntb_dev *ndev, int idx) in ndev_mw_to_bar()
97 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_get_align() local
122 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_set_trans() local
198 static int amd_ntb_get_link_status(struct amd_ntb_dev *ndev) in amd_ntb_get_link_status()
246 static int amd_link_is_up(struct amd_ntb_dev *ndev) in amd_link_is_up()
317 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_is_up() local
345 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_enable() local
361 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_disable() local
384 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_peer_mw_get_addr() local
412 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_db_vector_mask() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
Dicssg_ethtool.c11 static void emac_get_drvinfo(struct net_device *ndev, in emac_get_drvinfo()
22 static u32 emac_get_msglevel(struct net_device *ndev) in emac_get_msglevel()
29 static void emac_set_msglevel(struct net_device *ndev, u32 value) in emac_set_msglevel()
36 static int emac_get_link_ksettings(struct net_device *ndev, in emac_get_link_ksettings()
42 static int emac_set_link_ksettings(struct net_device *ndev, in emac_set_link_ksettings()
48 static int emac_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in emac_get_eee()
56 static int emac_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in emac_set_eee()
64 static int emac_nway_reset(struct net_device *ndev) in emac_nway_reset()
69 static int emac_get_sset_count(struct net_device *ndev, int stringset) in emac_get_sset_count()
79 static void emac_get_strings(struct net_device *ndev, u32 stringset, u8 *data) in emac_get_strings()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
Dravb_main.c53 void ravb_modify(struct net_device *ndev, enum ravb_reg reg, u32 clear, in ravb_modify()
59 int ravb_wait(struct net_device *ndev, enum ravb_reg reg, u32 mask, u32 value) in ravb_wait()
71 static int ravb_config(struct net_device *ndev) in ravb_config()
85 static void ravb_set_rate(struct net_device *ndev) in ravb_set_rate()
112 static void ravb_read_mac_address(struct net_device *ndev, const u8 *mac) in ravb_read_mac_address()
174 static int ravb_tx_free(struct net_device *ndev, int q, bool free_txed_only) in ravb_tx_free()
218 static void ravb_ring_free(struct net_device *ndev, int q) in ravb_ring_free()
273 static void ravb_ring_format(struct net_device *ndev, int q) in ravb_ring_format()
337 static int ravb_ring_init(struct net_device *ndev, int q) in ravb_ring_init()
397 static void ravb_emac_init(struct net_device *ndev) in ravb_emac_init()
[all …]
Dsh_eth.c349 static void sh_eth_write(struct net_device *ndev, u32 data, int enum_index) in sh_eth_write()
360 static u32 sh_eth_read(struct net_device *ndev, int enum_index) in sh_eth_read()
371 static void sh_eth_modify(struct net_device *ndev, int enum_index, u32 clear, in sh_eth_modify()
415 static void sh_eth_select_mii(struct net_device *ndev) in sh_eth_select_mii()
443 static void sh_eth_set_duplex(struct net_device *ndev) in sh_eth_set_duplex()
450 static void sh_eth_chip_reset(struct net_device *ndev) in sh_eth_chip_reset()
459 static int sh_eth_soft_reset(struct net_device *ndev) in sh_eth_soft_reset()
468 static int sh_eth_check_soft_reset(struct net_device *ndev) in sh_eth_check_soft_reset()
482 static int sh_eth_soft_reset_gether(struct net_device *ndev) in sh_eth_soft_reset_gether()
515 static void sh_eth_set_rate_gether(struct net_device *ndev) in sh_eth_set_rate_gether()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
Dravb_main.c51 void ravb_modify(struct net_device *ndev, enum ravb_reg reg, u32 clear, in ravb_modify()
57 int ravb_wait(struct net_device *ndev, enum ravb_reg reg, u32 mask, u32 value) in ravb_wait()
69 static int ravb_set_opmode(struct net_device *ndev, u32 opmode) in ravb_set_opmode()
94 static void ravb_set_rate_gbeth(struct net_device *ndev) in ravb_set_rate_gbeth()
111 static void ravb_set_rate_rcar(struct net_device *ndev) in ravb_set_rate_rcar()
139 struct net_device *ndev) in ravb_read_mac_address()
204 static int ravb_tx_free(struct net_device *ndev, int q, bool free_txed_only) in ravb_tx_free()
247 static void ravb_rx_ring_free_gbeth(struct net_device *ndev, int q) in ravb_rx_ring_free_gbeth()
272 static void ravb_rx_ring_free_rcar(struct net_device *ndev, int q) in ravb_rx_ring_free_rcar()
299 static void ravb_ring_free(struct net_device *ndev, int q) in ravb_ring_free()
[all …]
Dsh_eth.c347 static void sh_eth_write(struct net_device *ndev, u32 data, int enum_index) in sh_eth_write()
358 static u32 sh_eth_read(struct net_device *ndev, int enum_index) in sh_eth_read()
369 static void sh_eth_modify(struct net_device *ndev, int enum_index, u32 clear, in sh_eth_modify()
413 static void sh_eth_select_mii(struct net_device *ndev) in sh_eth_select_mii()
441 static void sh_eth_set_duplex(struct net_device *ndev) in sh_eth_set_duplex()
448 static void sh_eth_chip_reset(struct net_device *ndev) in sh_eth_chip_reset()
457 static int sh_eth_soft_reset(struct net_device *ndev) in sh_eth_soft_reset()
466 static int sh_eth_check_soft_reset(struct net_device *ndev) in sh_eth_check_soft_reset()
480 static int sh_eth_soft_reset_gether(struct net_device *ndev) in sh_eth_soft_reset_gether()
513 static void sh_eth_set_rate_gether(struct net_device *ndev) in sh_eth_set_rate_gether()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/moxa/
Dmoxart_ether.c42 static inline void moxart_emac_write(struct net_device *ndev, in moxart_emac_write()
50 static void moxart_update_mac_address(struct net_device *ndev) in moxart_update_mac_address()
61 static int moxart_set_mac_address(struct net_device *ndev, void *addr) in moxart_set_mac_address()
71 static void moxart_mac_free_memory(struct net_device *ndev) in moxart_mac_free_memory()
89 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
102 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
117 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
163 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
182 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
210 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/moxa/
Dmoxart_ether.c42 static inline void moxart_emac_write(struct net_device *ndev, in moxart_emac_write()
50 static void moxart_update_mac_address(struct net_device *ndev) in moxart_update_mac_address()
61 static int moxart_set_mac_address(struct net_device *ndev, void *addr) in moxart_set_mac_address()
74 static void moxart_mac_free_memory(struct net_device *ndev) in moxart_mac_free_memory()
92 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
105 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
120 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
166 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
188 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
216 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c20 static void aq_ethtool_get_regs(struct net_device *ndev, in aq_ethtool_get_regs()
32 static int aq_ethtool_get_regs_len(struct net_device *ndev) in aq_ethtool_get_regs_len()
42 static u32 aq_ethtool_get_link(struct net_device *ndev) in aq_ethtool_get_link()
47 static int aq_ethtool_get_link_ksettings(struct net_device *ndev, in aq_ethtool_get_link_ksettings()
60 aq_ethtool_set_link_ksettings(struct net_device *ndev, in aq_ethtool_set_link_ksettings()
181 static u32 aq_ethtool_n_stats(struct net_device *ndev) in aq_ethtool_n_stats()
210 static void aq_ethtool_stats(struct net_device *ndev, in aq_ethtool_stats()
225 static void aq_ethtool_get_drvinfo(struct net_device *ndev, in aq_ethtool_get_drvinfo()
250 static void aq_ethtool_get_strings(struct net_device *ndev, in aq_ethtool_get_strings()
388 static int aq_ethtool_set_phys_id(struct net_device *ndev, in aq_ethtool_set_phys_id()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c20 static void aq_ethtool_get_regs(struct net_device *ndev, in aq_ethtool_get_regs()
32 static int aq_ethtool_get_regs_len(struct net_device *ndev) in aq_ethtool_get_regs_len()
42 static u32 aq_ethtool_get_link(struct net_device *ndev) in aq_ethtool_get_link()
47 static int aq_ethtool_get_link_ksettings(struct net_device *ndev, in aq_ethtool_get_link_ksettings()
60 aq_ethtool_set_link_ksettings(struct net_device *ndev, in aq_ethtool_set_link_ksettings()
172 static u32 aq_ethtool_n_stats(struct net_device *ndev) in aq_ethtool_n_stats()
201 static void aq_ethtool_stats(struct net_device *ndev, in aq_ethtool_stats()
216 static void aq_ethtool_get_drvinfo(struct net_device *ndev, in aq_ethtool_get_drvinfo()
241 static void aq_ethtool_get_strings(struct net_device *ndev, in aq_ethtool_get_strings()
379 static int aq_ethtool_set_phys_id(struct net_device *ndev, in aq_ethtool_set_phys_id()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c187 static void axienet_dma_bd_release(struct net_device *ndev) in axienet_dma_bd_release()
239 static int axienet_dma_bd_init(struct net_device *ndev) in axienet_dma_bd_init()
358 static void axienet_set_mac_address(struct net_device *ndev, in axienet_set_mac_address()
392 static int netdev_set_mac_address(struct net_device *ndev, void *p) in netdev_set_mac_address()
410 static void axienet_set_multicast_list(struct net_device *ndev) in axienet_set_multicast_list()
481 static void axienet_setoptions(struct net_device *ndev, u32 options) in axienet_setoptions()
545 static int axienet_device_reset(struct net_device *ndev) in axienet_device_reset()
613 static int axienet_free_tx_chain(struct net_device *ndev, u32 first_bd, in axienet_free_tx_chain()
700 static void axienet_start_xmit_done(struct net_device *ndev) in axienet_start_xmit_done()
736 axienet_start_xmit(struct sk_buff *skb, struct net_device *ndev) in axienet_start_xmit()
[all …]

12345678910>>...34