Lines Matching defs:pfvf
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 void otx2_update_lmac_fec_stats(struct otx2_nic *pfvf) in otx2_update_lmac_fec_stats()
76 int otx2_update_rq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_rq_stats()
87 int otx2_update_sq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_sq_stats()
103 void otx2_get_dev_stats(struct otx2_nic *pfvf) in otx2_get_dev_stats()
129 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_stats64() local
147 static int otx2_hw_set_mac_addr(struct otx2_nic *pfvf, u8 *mac) in otx2_hw_set_mac_addr()
166 static int otx2_hw_get_mac_addr(struct otx2_nic *pfvf, in otx2_hw_get_mac_addr()
201 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_set_mac_address() local
224 int otx2_hw_set_mtu(struct otx2_nic *pfvf, int mtu) in otx2_hw_set_mtu()
250 int otx2_config_pause_frm(struct otx2_nic *pfvf) in otx2_config_pause_frm()
276 int otx2_set_flowkey_cfg(struct otx2_nic *pfvf) in otx2_set_flowkey_cfg()
310 int otx2_set_rss_table(struct otx2_nic *pfvf, int ctx_id) in otx2_set_rss_table()
352 void otx2_set_rss_key(struct otx2_nic *pfvf) in otx2_set_rss_key()
375 int otx2_rss_init(struct otx2_nic *pfvf) in otx2_rss_init()
454 void otx2_setup_segmentation(struct otx2_nic *pfvf) in otx2_setup_segmentation()
509 void otx2_config_irq_coalescing(struct otx2_nic *pfvf, int qidx) in otx2_config_irq_coalescing()
523 static int otx2_alloc_pool_buf(struct otx2_nic *pfvf, struct otx2_pool *pool, in otx2_alloc_pool_buf()
541 static int __otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool, in __otx2_alloc_rbuf()
563 int otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool, in otx2_alloc_rbuf()
574 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, in otx2_alloc_buffer()
584 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_tx_timeout() local
592 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_mac_from_af() local
605 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl, int prio, bool txschq_for_pfc) in otx2_txschq_config()
712 int otx2_smq_flush(struct otx2_nic *pfvf, int smq) in otx2_smq_flush()
736 int otx2_txsch_alloc(struct otx2_nic *pfvf) in otx2_txsch_alloc()
771 void otx2_txschq_free_one(struct otx2_nic *pfvf, u16 lvl, u16 schq) in otx2_txschq_free_one()
799 void otx2_txschq_stop(struct otx2_nic *pfvf) in otx2_txschq_stop()
816 void otx2_sqb_flush(struct otx2_nic *pfvf) in otx2_sqb_flush()
853 static int otx2_rq_init(struct otx2_nic *pfvf, u16 qidx, u16 lpb_aura) in otx2_rq_init()
888 struct otx2_nic *pfvf = dev; in otx2_sq_aq_init() local
923 int otx2_sq_init(struct otx2_nic *pfvf, u16 qidx, u16 sqb_aura) in otx2_sq_init()
985 static int otx2_cq_init(struct otx2_nic *pfvf, u16 qidx) in otx2_cq_init()
1079 struct otx2_nic *pfvf; in otx2_pool_refill_task() local
1094 int otx2_config_nix_queues(struct otx2_nic *pfvf) in otx2_config_nix_queues()
1140 int otx2_config_nix(struct otx2_nic *pfvf) in otx2_config_nix()
1185 void otx2_sq_free_sqbs(struct otx2_nic *pfvf) in otx2_sq_free_sqbs()
1211 void otx2_free_bufs(struct otx2_nic *pfvf, struct otx2_pool *pool, in otx2_free_bufs()
1231 void otx2_free_aura_ptr(struct otx2_nic *pfvf, int type) in otx2_free_aura_ptr()
1263 void otx2_aura_pool_free(struct otx2_nic *pfvf) in otx2_aura_pool_free()
1282 int otx2_aura_init(struct otx2_nic *pfvf, int aura_id, in otx2_aura_init()
1359 int otx2_pool_init(struct otx2_nic *pfvf, u16 pool_id, in otx2_pool_init()
1426 int otx2_sq_aura_pool_init(struct otx2_nic *pfvf) in otx2_sq_aura_pool_init()
1498 int otx2_rq_aura_pool_init(struct otx2_nic *pfvf) in otx2_rq_aura_pool_init()
1548 int otx2_config_npa(struct otx2_nic *pfvf) in otx2_config_npa()
1601 int otx2_attach_npa_nix(struct otx2_nic *pfvf) in otx2_attach_npa_nix()
1683 int otx2_nix_config_bp(struct otx2_nic *pfvf, bool enable) in otx2_nix_config_bp()
1709 void mbox_handler_cgx_stats(struct otx2_nic *pfvf, in mbox_handler_cgx_stats()
1720 void mbox_handler_cgx_fec_stats(struct otx2_nic *pfvf, in mbox_handler_cgx_fec_stats()
1727 void mbox_handler_npa_lf_alloc(struct otx2_nic *pfvf, in mbox_handler_npa_lf_alloc()
1735 void mbox_handler_nix_lf_alloc(struct otx2_nic *pfvf, in mbox_handler_nix_lf_alloc()
1749 void mbox_handler_msix_offset(struct otx2_nic *pfvf, in mbox_handler_msix_offset()
1757 void mbox_handler_nix_bp_enable(struct otx2_nic *pfvf, in mbox_handler_nix_bp_enable()
1769 void otx2_free_cints(struct otx2_nic *pfvf, int n) in otx2_free_cints()
1786 void otx2_set_cints_affinity(struct otx2_nic *pfvf) in otx2_set_cints_affinity()
1810 static u32 get_dwrr_mtu(struct otx2_nic *pfvf, struct nix_hw_info *hw) in get_dwrr_mtu()
1821 u16 otx2_get_max_mtu(struct otx2_nic *pfvf) in otx2_get_max_mtu()
1869 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_handle_ntuple_tc_features() local