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 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
203 int otx2_hw_set_mtu(struct otx2_nic *pfvf, int mtu) in otx2_hw_set_mtu()
223 int otx2_config_pause_frm(struct otx2_nic *pfvf) in otx2_config_pause_frm()
248 int otx2_set_flowkey_cfg(struct otx2_nic *pfvf) in otx2_set_flowkey_cfg()
269 int otx2_set_rss_table(struct otx2_nic *pfvf) in otx2_set_rss_table()
308 void otx2_set_rss_key(struct otx2_nic *pfvf) in otx2_set_rss_key()
331 int otx2_rss_init(struct otx2_nic *pfvf) in otx2_rss_init()
402 void otx2_setup_segmentation(struct otx2_nic *pfvf) in otx2_setup_segmentation()
457 void otx2_config_irq_coalescing(struct otx2_nic *pfvf, int qidx) in otx2_config_irq_coalescing()
471 dma_addr_t __otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool) in __otx2_alloc_rbuf()
490 static dma_addr_t otx2_alloc_rbuf(struct otx2_nic *pfvf, struct otx2_pool *pool) in otx2_alloc_rbuf()
502 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_tx_timeout() local
510 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_get_mac_from_af() local
523 static int otx2_get_link(struct otx2_nic *pfvf) in otx2_get_link()
540 int otx2_txschq_config(struct otx2_nic *pfvf, int lvl) in otx2_txschq_config()
621 int otx2_txsch_alloc(struct otx2_nic *pfvf) in otx2_txsch_alloc()
638 int otx2_txschq_stop(struct otx2_nic *pfvf) in otx2_txschq_stop()
663 void otx2_sqb_flush(struct otx2_nic *pfvf) in otx2_sqb_flush()
703 static int otx2_rq_init(struct otx2_nic *pfvf, u16 qidx, u16 lpb_aura) in otx2_rq_init()
736 static int otx2_sq_init(struct otx2_nic *pfvf, u16 qidx, u16 sqb_aura) in otx2_sq_init()
813 static int otx2_cq_init(struct otx2_nic *pfvf, u16 qidx) in otx2_cq_init()
888 struct otx2_nic *pfvf; in otx2_pool_refill_task() local
921 int otx2_config_nix_queues(struct otx2_nic *pfvf) in otx2_config_nix_queues()
964 int otx2_config_nix(struct otx2_nic *pfvf) in otx2_config_nix()
1009 void otx2_sq_free_sqbs(struct otx2_nic *pfvf) in otx2_sq_free_sqbs()
1035 void otx2_free_aura_ptr(struct otx2_nic *pfvf, int type) in otx2_free_aura_ptr()
1068 void otx2_aura_pool_free(struct otx2_nic *pfvf) in otx2_aura_pool_free()
1085 static int otx2_aura_init(struct otx2_nic *pfvf, int aura_id, in otx2_aura_init()
1143 static int otx2_pool_init(struct otx2_nic *pfvf, u16 pool_id, in otx2_pool_init()
1192 int otx2_sq_aura_pool_init(struct otx2_nic *pfvf) in otx2_sq_aura_pool_init()
1260 int otx2_rq_aura_pool_init(struct otx2_nic *pfvf) in otx2_rq_aura_pool_init()
1311 int otx2_config_npa(struct otx2_nic *pfvf) in otx2_config_npa()
1364 int otx2_attach_npa_nix(struct otx2_nic *pfvf) in otx2_attach_npa_nix()
1446 int otx2_nix_config_bp(struct otx2_nic *pfvf, bool enable) in otx2_nix_config_bp()
1466 void mbox_handler_cgx_stats(struct otx2_nic *pfvf, in mbox_handler_cgx_stats()
1490 void mbox_handler_npa_lf_alloc(struct otx2_nic *pfvf, in mbox_handler_npa_lf_alloc()
1498 void mbox_handler_nix_lf_alloc(struct otx2_nic *pfvf, in mbox_handler_nix_lf_alloc()
1509 void mbox_handler_msix_offset(struct otx2_nic *pfvf, in mbox_handler_msix_offset()
1517 void mbox_handler_nix_bp_enable(struct otx2_nic *pfvf, in mbox_handler_nix_bp_enable()
1529 void otx2_free_cints(struct otx2_nic *pfvf, int n) in otx2_free_cints()
1546 void otx2_set_cints_affinity(struct otx2_nic *pfvf) in otx2_set_cints_affinity()