Home
last modified time | relevance | path

Searched refs:otx2_nic (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h148 struct otx2_nic *pfvf;
203 struct otx2_nic *pf;
210 struct otx2_nic *pf;
215 struct otx2_nic *pf;
221 struct otx2_nic *nic;
229 struct otx2_nic { struct
295 static inline void otx2_setup_dev_hw_settings(struct otx2_nic *pfvf) in otx2_setup_dev_hw_settings() argument
320 static inline void __iomem *otx2_get_regaddr(struct otx2_nic *nic, u64 offset) in otx2_get_regaddr()
342 static inline void otx2_write64(struct otx2_nic *nic, u64 offset, u64 val) in otx2_write64()
349 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset) in otx2_read64()
[all …]
Dotx2_ethtool.c72 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_drvinfo()
78 static void otx2_get_qset_strings(struct otx2_nic *pfvf, u8 **data, int qset) in otx2_get_qset_strings()
101 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_strings()
133 static void otx2_get_qset_stats(struct otx2_nic *pfvf, in otx2_get_qset_stats()
167 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_ethtool_stats()
190 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_sset_count()
207 struct otx2_nic *pfvf = netdev_priv(dev); in otx2_get_channels()
220 struct otx2_nic *pfvf = netdev_priv(dev); in otx2_set_channels()
251 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_pauseparam()
276 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_set_pauseparam()
[all …]
Dotx2_common.c20 struct otx2_nic *pfvf, int qidx) in otx2_nix_rq_op_stats()
33 struct otx2_nic *pfvf, int qidx) in otx2_nix_sq_op_stats()
45 void otx2_update_lmac_stats(struct otx2_nic *pfvf) in otx2_update_lmac_stats()
63 int otx2_update_rq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_rq_stats()
74 int otx2_update_sq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_sq_stats()
85 void otx2_get_dev_stats(struct otx2_nic *pfvf) in otx2_get_dev_stats()
116 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_stats64()
134 static int otx2_hw_set_mac_addr(struct otx2_nic *pfvf, u8 *mac) in otx2_hw_set_mac_addr()
153 static int otx2_hw_get_mac_addr(struct otx2_nic *pfvf, in otx2_hw_get_mac_addr()
188 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_set_mac_address()
[all …]
Dotx2_pf.c46 static int otx2_config_hw_tx_tstamp(struct otx2_nic *pfvf, bool enable);
47 static int otx2_config_hw_rx_tstamp(struct otx2_nic *pfvf, bool enable);
67 static void otx2_disable_flr_me_intr(struct otx2_nic *pf) in otx2_disable_flr_me_intr()
93 static void otx2_flr_wq_destroy(struct otx2_nic *pf) in otx2_flr_wq_destroy()
105 struct otx2_nic *pf = flrwork->pf; in otx2_flr_handler()
136 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_flr_intr_handler()
165 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_me_intr_handler()
188 static int otx2_register_flr_me_intr(struct otx2_nic *pf, int numvfs) in otx2_register_flr_me_intr()
261 static int otx2_pf_flr_init(struct otx2_nic *pf, int num_vfs) in otx2_pf_flr_init()
356 static int otx2_forward_vf_mbox_msgs(struct otx2_nic *pf, in otx2_forward_vf_mbox_msgs()
[all …]
Dotx2_ptp.h7 int otx2_ptp_init(struct otx2_nic *pfvf);
8 void otx2_ptp_destroy(struct otx2_nic *pfvf);
10 int otx2_ptp_clock_index(struct otx2_nic *pfvf);
11 int otx2_ptp_tstamp2time(struct otx2_nic *pfvf, u64 tstamp, u64 *tsns);
Dotx2_txrx.c46 static dma_addr_t otx2_dma_map_skb_frag(struct otx2_nic *pfvf, in otx2_dma_map_skb_frag()
67 static void otx2_dma_unmap_skb_frags(struct otx2_nic *pfvf, struct sg_list *sg) in otx2_dma_unmap_skb_frags()
78 static void otx2_snd_pkt_handler(struct otx2_nic *pfvf, in otx2_snd_pkt_handler()
120 static void otx2_set_rxtstamp(struct otx2_nic *pfvf, in otx2_set_rxtstamp()
137 static void otx2_skb_add_frag(struct otx2_nic *pfvf, struct sk_buff *skb, in otx2_skb_add_frag()
166 static void otx2_set_rxhash(struct otx2_nic *pfvf, in otx2_set_rxhash()
188 static void otx2_free_rcv_seg(struct otx2_nic *pfvf, struct nix_cqe_rx_s *cqe, in otx2_free_rcv_seg()
207 static bool otx2_check_rcv_errors(struct otx2_nic *pfvf, in otx2_check_rcv_errors()
272 static void otx2_rcv_pkt_handler(struct otx2_nic *pfvf, in otx2_rcv_pkt_handler()
301 static int otx2_rx_napi_handler(struct otx2_nic *pfvf, in otx2_rx_napi_handler()
[all …]
Dotx2_vf.c30 static void otx2vf_process_vfaf_mbox_msg(struct otx2_nic *vf, in otx2vf_process_vfaf_mbox_msg()
108 static int otx2vf_process_mbox_msg_up(struct otx2_nic *vf, in otx2vf_process_mbox_msg_up()
149 struct otx2_nic *vf; in otx2vf_vfaf_mbox_up_handler()
174 struct otx2_nic *vf = (struct otx2_nic *)vf_irq; in otx2vf_vfaf_mbox_intr_handler()
217 static void otx2vf_disable_mbox_intr(struct otx2_nic *vf) in otx2vf_disable_mbox_intr()
226 static int otx2vf_register_mbox_intr(struct otx2_nic *vf, bool probe_pf) in otx2vf_register_mbox_intr()
270 static void otx2vf_vfaf_mbox_destroy(struct otx2_nic *vf) in otx2vf_vfaf_mbox_destroy()
287 static int otx2vf_vfaf_mbox_init(struct otx2_nic *vf) in otx2vf_vfaf_mbox_init()
338 struct otx2_nic *vf; in otx2vf_open()
363 struct otx2_nic *vf = netdev_priv(netdev); in otx2vf_xmit()
[all …]
Dotx2_ptp.c66 struct otx2_nic *pfvf = ptp->nic; in otx2_ptp_adjtime()
80 struct otx2_nic *pfvf = ptp->nic; in otx2_ptp_gettime()
97 struct otx2_nic *pfvf = ptp->nic; in otx2_ptp_settime()
115 int otx2_ptp_init(struct otx2_nic *pfvf) in otx2_ptp_init()
184 void otx2_ptp_destroy(struct otx2_nic *pfvf) in otx2_ptp_destroy()
196 int otx2_ptp_clock_index(struct otx2_nic *pfvf) in otx2_ptp_clock_index()
204 int otx2_ptp_tstamp2time(struct otx2_nic *pfvf, u64 tstamp, u64 *tsns) in otx2_ptp_tstamp2time()