/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 20 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() local 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() local [all …]
|
D | otx2_ethtool.c | 72 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_drvinfo() local 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() local 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() local 190 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_sset_count() local 207 struct otx2_nic *pfvf = netdev_priv(dev); in otx2_get_channels() local 220 struct otx2_nic *pfvf = netdev_priv(dev); in otx2_set_channels() local 252 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_pauseparam() local 273 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_set_pauseparam() local [all …]
|
D | otx2_txrx.c | 46 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 …]
|
D | otx2_ptp.c | 66 struct otx2_nic *pfvf = ptp->nic; in otx2_ptp_adjtime() local 80 struct otx2_nic *pfvf = ptp->nic; in otx2_ptp_gettime() local 97 struct otx2_nic *pfvf = ptp->nic; in otx2_ptp_settime() local 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()
|
D | otx2_common.h | 148 struct otx2_nic *pfvf; member 295 static inline void otx2_setup_dev_hw_settings(struct otx2_nic *pfvf) in otx2_setup_dev_hw_settings() 442 static inline u64 otx2_aura_allocptr(struct otx2_nic *pfvf, int aura) in otx2_aura_allocptr() 452 static inline void otx2_aura_freeptr(struct otx2_nic *pfvf, in otx2_aura_freeptr() 459 static inline int otx2_get_pool_idx(struct otx2_nic *pfvf, int type, int idx) in otx2_get_pool_idx() 556 static inline dma_addr_t otx2_dma_map_page(struct otx2_nic *pfvf, in otx2_dma_map_page() 570 static inline void otx2_dma_unmap_page(struct otx2_nic *pfvf, in otx2_dma_unmap_page()
|
D | otx2_pf.c | 1769 static int otx2_config_hw_rx_tstamp(struct otx2_nic *pfvf, bool enable) in otx2_config_hw_rx_tstamp() 1801 static int otx2_config_hw_tx_tstamp(struct otx2_nic *pfvf, bool enable) in otx2_config_hw_tx_tstamp() 1835 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_config_hwtstamp() local 1892 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_ioctl() local
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npa.c | 64 struct rvu_pfvf *pfvf; in rvu_npa_aq_enq_inst() local 206 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, req->hdr.pcifunc); in npa_lf_hwctx_disable() local 303 static void npa_ctx_free(struct rvu *rvu, struct rvu_pfvf *pfvf) in npa_ctx_free() 329 struct rvu_pfvf *pfvf; in rvu_mbox_handler_npa_lf_alloc() local 431 struct rvu_pfvf *pfvf; in rvu_mbox_handler_npa_lf_free() local 530 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_npa_lf_teardown() local
|
D | rvu_nix.c | 73 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in is_nixlf_attached() local 96 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in nix_get_nixlf() local 189 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in nix_interface_init() local 263 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in nix_interface_deinit() local 287 struct rvu_pfvf *pfvf; in rvu_mbox_handler_nix_bp_disable() local 315 struct rvu_pfvf *pfvf; in rvu_nix_get_bpid() local 374 struct rvu_pfvf *pfvf; in rvu_mbox_handler_nix_bp_enable() local 517 static void nix_ctx_free(struct rvu *rvu, struct rvu_pfvf *pfvf) in nix_ctx_free() 547 struct rvu_pfvf *pfvf, int nixlf, in nixlf_rss_ctx_init() 624 struct rvu_pfvf *pfvf; in rvu_nix_aq_enq_inst() local [all …]
|
D | rvu.c | 283 static void rvu_update_rsrc_map(struct rvu *rvu, struct rvu_pfvf *pfvf, in rvu_update_rsrc_map() 480 struct rvu_pfvf *pfvf; in rvu_scan_block() local 535 struct rvu_pfvf *pfvf; in rvu_setup_msix_resources() local 652 struct rvu_pfvf *pfvf; in rvu_free_hw_resources() local 694 struct rvu_pfvf *pfvf; in rvu_setup_pfvf_macaddress() local 1028 static u16 rvu_get_rsrc_mapcount(struct rvu_pfvf *pfvf, int blktype) in rvu_get_rsrc_mapcount() 1049 struct rvu_pfvf *pfvf; in is_pffunc_map_valid() local 1086 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_detach_block() local 1175 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_attach_block() local 1213 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_check_rsrc_availability() local [all …]
|
D | rvu_debugfs.c | 258 static void print_npa_qsize(struct seq_file *m, struct rvu_pfvf *pfvf) in print_npa_qsize() 294 struct rvu_pfvf *pfvf; in rvu_dbg_qsize_display() local 477 struct rvu_pfvf *pfvf; in rvu_dbg_npa_ctx_display() local 555 struct rvu_pfvf *pfvf; in write_npa_ctx() local 977 struct rvu_pfvf *pfvf; in rvu_dbg_nix_queue_ctx_display() local 1058 struct rvu_pfvf *pfvf; in write_nix_queue_ctx() local 1226 static void print_nix_qsize(struct seq_file *filp, struct rvu_pfvf *pfvf) in print_nix_qsize()
|
D | rvu_npc.c | 39 void rvu_npc_set_pkind(struct rvu *rvu, int pkind, struct rvu_pfvf *pfvf) in rvu_npc_set_pkind() 373 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_npc_install_ucast_entry() local 515 struct rvu_pfvf *pfvf; in rvu_npc_install_bcast_match_entry() local 2260 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_npc_update_rxvlan() local
|
D | rvu_cgx.c | 705 struct rvu_pfvf *parent_pf, *pfvf; in rvu_cgx_start_stop_io() local
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | smt.h | 60 u16 pfvf; member
|
D | smt.c | 209 static struct smt_entry *t4_smt_alloc_switching(struct adapter *adap, u16 pfvf, in t4_smt_alloc_switching()
|
/Linux-v5.10/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 493 unsigned int pfvf; member
|
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls.h | 218 unsigned int pfvf; member
|