Lines Matching defs:pfvf
49 static int cn10k_ecb_aes_encrypt(struct otx2_nic *pfvf, u8 *sak, in cn10k_ecb_aes_encrypt()
139 static int cn10k_mcs_alloc_rsrc(struct otx2_nic *pfvf, enum mcs_direction dir, in cn10k_mcs_alloc_rsrc()
197 static void cn10k_mcs_free_rsrc(struct otx2_nic *pfvf, enum mcs_direction dir, in cn10k_mcs_free_rsrc()
237 static int cn10k_mcs_alloc_txsa(struct otx2_nic *pfvf, u16 *hw_sa_id) in cn10k_mcs_alloc_txsa()
242 static int cn10k_mcs_alloc_rxsa(struct otx2_nic *pfvf, u16 *hw_sa_id) in cn10k_mcs_alloc_rxsa()
247 static void cn10k_mcs_free_txsa(struct otx2_nic *pfvf, u16 hw_sa_id) in cn10k_mcs_free_txsa()
252 static void cn10k_mcs_free_rxsa(struct otx2_nic *pfvf, u16 hw_sa_id) in cn10k_mcs_free_rxsa()
257 static int cn10k_mcs_write_rx_secy(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_secy()
309 static int cn10k_mcs_write_rx_flowid(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_flowid()
355 static int cn10k_mcs_write_sc_cam(struct otx2_nic *pfvf, in cn10k_mcs_write_sc_cam()
382 static int cn10k_mcs_write_keys(struct otx2_nic *pfvf, in cn10k_mcs_write_keys()
419 static int cn10k_mcs_write_rx_sa_plcy(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_sa_plcy()
468 static int cn10k_mcs_write_rx_sa_pn(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_sa_pn()
495 static int cn10k_mcs_write_tx_secy(struct otx2_nic *pfvf, in cn10k_mcs_write_tx_secy()
578 static int cn10k_mcs_write_tx_flowid(struct otx2_nic *pfvf, in cn10k_mcs_write_tx_flowid()
624 static int cn10k_mcs_link_tx_sa2sc(struct otx2_nic *pfvf, in cn10k_mcs_link_tx_sa2sc()
658 static int cn10k_mcs_write_tx_sa_plcy(struct otx2_nic *pfvf, in cn10k_mcs_write_tx_sa_plcy()
694 static int cn10k_write_tx_sa_pn(struct otx2_nic *pfvf, in cn10k_write_tx_sa_pn()
721 static int cn10k_mcs_ena_dis_flowid(struct otx2_nic *pfvf, u16 hw_flow_id, in cn10k_mcs_ena_dis_flowid()
747 static int cn10k_mcs_sa_stats(struct otx2_nic *pfvf, u8 hw_sa_id, in cn10k_mcs_sa_stats()
802 static int cn10k_mcs_sc_stats(struct otx2_nic *pfvf, u8 hw_sc_id, in cn10k_mcs_sc_stats()
857 static int cn10k_mcs_secy_stats(struct otx2_nic *pfvf, u8 hw_secy_id, in cn10k_mcs_secy_stats()
912 static struct cn10k_mcs_txsc *cn10k_mcs_create_txsc(struct otx2_nic *pfvf) in cn10k_mcs_create_txsc()
959 static void cn10k_mcs_delete_txsc(struct otx2_nic *pfvf, in cn10k_mcs_delete_txsc()
985 static struct cn10k_mcs_rxsc *cn10k_mcs_create_rxsc(struct otx2_nic *pfvf) in cn10k_mcs_create_rxsc()
1015 static void cn10k_mcs_delete_rxsc(struct otx2_nic *pfvf, in cn10k_mcs_delete_rxsc()
1037 static int cn10k_mcs_secy_tx_cfg(struct otx2_nic *pfvf, struct macsec_secy *secy, in cn10k_mcs_secy_tx_cfg()
1056 static int cn10k_mcs_secy_rx_cfg(struct otx2_nic *pfvf, in cn10k_mcs_secy_rx_cfg()
1089 static int cn10k_mcs_disable_rxscs(struct otx2_nic *pfvf, in cn10k_mcs_disable_rxscs()
1119 static void cn10k_mcs_sync_stats(struct otx2_nic *pfvf, struct macsec_secy *secy, in cn10k_mcs_sync_stats()
1173 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_open() local
1197 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_stop() local
1215 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_secy() local
1243 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_secy() local
1278 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_secy() local
1297 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_txsa() local
1342 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_txsa() local
1377 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_txsa() local
1397 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_rxsc() local
1431 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_rxsc() local
1450 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_rxsc() local
1468 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_rxsa() local
1511 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_rxsa() local
1547 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_rxsa() local
1570 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_dev_stats() local
1606 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_tx_sc_stats() local
1627 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_tx_sa_stats() local
1650 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_rx_sc_stats() local
1692 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_rx_sa_stats() local
1739 void cn10k_handle_mcs_event(struct otx2_nic *pfvf, struct mcs_intr_info *event) in cn10k_handle_mcs_event()
1766 int cn10k_mcs_init(struct otx2_nic *pfvf) in cn10k_mcs_init()
1806 void cn10k_mcs_free(struct otx2_nic *pfvf) in cn10k_mcs_free()