Lines Matching defs:pfvf
22 static bool otx2_is_pfc_enabled(struct otx2_nic *pfvf) in otx2_is_pfc_enabled()
28 struct otx2_nic *pfvf, int qidx) in otx2_nix_rq_op_stats()
41 struct otx2_nic *pfvf, int qidx) in otx2_nix_sq_op_stats()
53 void otx2_update_lmac_stats(struct otx2_nic *pfvf) in otx2_update_lmac_stats()
71 void otx2_update_lmac_fec_stats(struct otx2_nic *pfvf) in otx2_update_lmac_fec_stats()
84 int otx2_update_rq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_rq_stats()
96 int otx2_update_sq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_sq_stats()
113 void otx2_get_dev_stats(struct otx2_nic *pfvf) in otx2_get_dev_stats()
139 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_stats64() local
157 static int otx2_hw_set_mac_addr(struct otx2_nic *pfvf, u8 *mac) in otx2_hw_set_mac_addr()
176 static int otx2_hw_get_mac_addr(struct otx2_nic *pfvf, in otx2_hw_get_mac_addr()
211 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_set_mac_address() local
234 int otx2_hw_set_mtu(struct otx2_nic *pfvf, int mtu) in otx2_hw_set_mtu()
261 int otx2_config_pause_frm(struct otx2_nic *pfvf) in otx2_config_pause_frm()
287 int otx2_set_flowkey_cfg(struct otx2_nic *pfvf) in otx2_set_flowkey_cfg()
321 int otx2_set_rss_table(struct otx2_nic *pfvf, int ctx_id) in otx2_set_rss_table()
367 void otx2_set_rss_key(struct otx2_nic *pfvf) in otx2_set_rss_key()
390 int otx2_rss_init(struct otx2_nic *pfvf) in otx2_rss_init()
469 void otx2_setup_segmentation(struct otx2_nic *pfvf) in otx2_setup_segmentation()
524 void otx2_config_irq_coalescing(struct otx2_nic *pfvf, int qidx) in otx2_config_irq_coalescing()
538 static int otx2_alloc_pool_buf(struct otx2_nic *pfvf, struct otx2_pool *pool, in otx2_alloc_pool_buf()
556 static int __otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool, in __otx2_alloc_rbuf()
581 int otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool, in otx2_alloc_rbuf()
592 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, in otx2_alloc_buffer()
603 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_tx_timeout() local
611 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_mac_from_af() local
624 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool txschq_for_pfc) in otx2_txschq_config()
743 int otx2_smq_flush(struct otx2_nic *pfvf, int smq) in otx2_smq_flush()
767 int otx2_txsch_alloc(struct otx2_nic *pfvf) in otx2_txsch_alloc()
811 void otx2_txschq_free_one(struct otx2_nic *pfvf, u16 lvl, u16 schq) in otx2_txschq_free_one()
839 void otx2_txschq_stop(struct otx2_nic *pfvf) in otx2_txschq_stop()
859 void otx2_sqb_flush(struct otx2_nic *pfvf) in otx2_sqb_flush()
896 int otx2_rq_init(struct otx2_nic *pfvf, u16 qidx, u16 lpb_aura) in otx2_rq_init()
931 struct otx2_nic *pfvf = dev; in otx2_sq_aq_init() local
966 int otx2_sq_init(struct otx2_nic *pfvf, u16 qidx, u16 sqb_aura) in otx2_sq_init()
1057 int otx2_cq_init(struct otx2_nic *pfvf, u16 qidx) in otx2_cq_init()
1164 struct otx2_nic *pfvf; in otx2_pool_refill_task() local
1179 int otx2_config_nix_queues(struct otx2_nic *pfvf) in otx2_config_nix_queues()
1225 int otx2_config_nix(struct otx2_nic *pfvf) in otx2_config_nix()
1270 void otx2_sq_free_sqbs(struct otx2_nic *pfvf) in otx2_sq_free_sqbs()
1296 void otx2_free_bufs(struct otx2_nic *pfvf, struct otx2_pool *pool, in otx2_free_bufs()
1317 void otx2_free_aura_ptr(struct otx2_nic *pfvf, int type) in otx2_free_aura_ptr()
1355 void otx2_aura_pool_free(struct otx2_nic *pfvf) in otx2_aura_pool_free()
1375 int otx2_aura_init(struct otx2_nic *pfvf, int aura_id, in otx2_aura_init()
1452 int otx2_pool_init(struct otx2_nic *pfvf, u16 pool_id, in otx2_pool_init()
1534 int otx2_sq_aura_pool_init(struct otx2_nic *pfvf) in otx2_sq_aura_pool_init()
1615 int otx2_rq_aura_pool_init(struct otx2_nic *pfvf) in otx2_rq_aura_pool_init()
1673 int otx2_config_npa(struct otx2_nic *pfvf) in otx2_config_npa()
1726 int otx2_attach_npa_nix(struct otx2_nic *pfvf) in otx2_attach_npa_nix()
1808 int otx2_nix_config_bp(struct otx2_nic *pfvf, bool enable) in otx2_nix_config_bp()
1833 int otx2_nix_cpt_config_bp(struct otx2_nic *pfvf, bool enable) in otx2_nix_cpt_config_bp()
1859 void mbox_handler_cgx_stats(struct otx2_nic *pfvf, in mbox_handler_cgx_stats()
1870 void mbox_handler_cgx_fec_stats(struct otx2_nic *pfvf, in mbox_handler_cgx_fec_stats()
1877 void mbox_handler_npa_lf_alloc(struct otx2_nic *pfvf, in mbox_handler_npa_lf_alloc()
1885 void mbox_handler_nix_lf_alloc(struct otx2_nic *pfvf, in mbox_handler_nix_lf_alloc()
1901 void mbox_handler_msix_offset(struct otx2_nic *pfvf, in mbox_handler_msix_offset()
1909 void mbox_handler_nix_bp_enable(struct otx2_nic *pfvf, in mbox_handler_nix_bp_enable()
1921 void otx2_free_cints(struct otx2_nic *pfvf, int n) in otx2_free_cints()
1939 void otx2_set_cints_affinity(struct otx2_nic *pfvf) in otx2_set_cints_affinity()
1963 static u32 get_dwrr_mtu(struct otx2_nic *pfvf, struct nix_hw_info *hw) in get_dwrr_mtu()
1974 u16 otx2_get_max_mtu(struct otx2_nic *pfvf) in otx2_get_max_mtu()
2026 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_handle_ntuple_tc_features() local
2058 int otx2_set_hw_capabilities(struct otx2_nic *pfvf) in otx2_set_hw_capabilities()
2109 dma_addr_t otx2_dma_map_skb_frag(struct otx2_nic *pfvf, in otx2_dma_map_skb_frag()
2137 void otx2_dma_unmap_skb_frags(struct otx2_nic *pfvf, struct sg_list *sg) in otx2_dma_unmap_skb_frags()