Lines Matching defs:pfvf
49 static int cn10k_ecb_aes_encrypt(struct otx2_nic *pfvf, u8 *sak, in cn10k_ecb_aes_encrypt()
141 static int cn10k_mcs_alloc_rsrc(struct otx2_nic *pfvf, enum mcs_direction dir, in cn10k_mcs_alloc_rsrc()
199 static void cn10k_mcs_free_rsrc(struct otx2_nic *pfvf, enum mcs_direction dir, in cn10k_mcs_free_rsrc()
239 static int cn10k_mcs_alloc_txsa(struct otx2_nic *pfvf, u16 *hw_sa_id) in cn10k_mcs_alloc_txsa()
244 static int cn10k_mcs_alloc_rxsa(struct otx2_nic *pfvf, u16 *hw_sa_id) in cn10k_mcs_alloc_rxsa()
249 static void cn10k_mcs_free_txsa(struct otx2_nic *pfvf, u16 hw_sa_id) in cn10k_mcs_free_txsa()
254 static void cn10k_mcs_free_rxsa(struct otx2_nic *pfvf, u16 hw_sa_id) in cn10k_mcs_free_rxsa()
259 static int cn10k_mcs_write_rx_secy(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_secy()
311 static int cn10k_mcs_write_rx_flowid(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_flowid()
357 static int cn10k_mcs_write_sc_cam(struct otx2_nic *pfvf, in cn10k_mcs_write_sc_cam()
384 static int cn10k_mcs_write_keys(struct otx2_nic *pfvf, in cn10k_mcs_write_keys()
421 static int cn10k_mcs_write_rx_sa_plcy(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_sa_plcy()
470 static int cn10k_mcs_write_rx_sa_pn(struct otx2_nic *pfvf, in cn10k_mcs_write_rx_sa_pn()
497 static int cn10k_mcs_write_tx_secy(struct otx2_nic *pfvf, in cn10k_mcs_write_tx_secy()
579 static int cn10k_mcs_write_tx_flowid(struct otx2_nic *pfvf, in cn10k_mcs_write_tx_flowid()
625 static int cn10k_mcs_link_tx_sa2sc(struct otx2_nic *pfvf, in cn10k_mcs_link_tx_sa2sc()
659 static int cn10k_mcs_write_tx_sa_plcy(struct otx2_nic *pfvf, in cn10k_mcs_write_tx_sa_plcy()
695 static int cn10k_write_tx_sa_pn(struct otx2_nic *pfvf, in cn10k_write_tx_sa_pn()
722 static int cn10k_mcs_ena_dis_flowid(struct otx2_nic *pfvf, u16 hw_flow_id, in cn10k_mcs_ena_dis_flowid()
748 static int cn10k_mcs_sa_stats(struct otx2_nic *pfvf, u8 hw_sa_id, in cn10k_mcs_sa_stats()
803 static int cn10k_mcs_sc_stats(struct otx2_nic *pfvf, u8 hw_sc_id, in cn10k_mcs_sc_stats()
858 static int cn10k_mcs_secy_stats(struct otx2_nic *pfvf, u8 hw_secy_id, in cn10k_mcs_secy_stats()
913 static struct cn10k_mcs_txsc *cn10k_mcs_create_txsc(struct otx2_nic *pfvf) in cn10k_mcs_create_txsc()
960 static void cn10k_mcs_delete_txsc(struct otx2_nic *pfvf, in cn10k_mcs_delete_txsc()
986 static struct cn10k_mcs_rxsc *cn10k_mcs_create_rxsc(struct otx2_nic *pfvf) in cn10k_mcs_create_rxsc()
1016 static void cn10k_mcs_delete_rxsc(struct otx2_nic *pfvf, in cn10k_mcs_delete_rxsc()
1038 static int cn10k_mcs_secy_tx_cfg(struct otx2_nic *pfvf, struct macsec_secy *secy, in cn10k_mcs_secy_tx_cfg()
1057 static int cn10k_mcs_secy_rx_cfg(struct otx2_nic *pfvf, in cn10k_mcs_secy_rx_cfg()
1090 static int cn10k_mcs_disable_rxscs(struct otx2_nic *pfvf, in cn10k_mcs_disable_rxscs()
1120 static void cn10k_mcs_sync_stats(struct otx2_nic *pfvf, struct macsec_secy *secy, in cn10k_mcs_sync_stats()
1174 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_open() local
1198 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_stop() local
1216 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_secy() local
1244 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_secy() local
1279 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_secy() local
1298 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_txsa() local
1343 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_txsa() local
1378 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_txsa() local
1398 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_rxsc() local
1432 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_rxsc() local
1451 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_rxsc() local
1469 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_add_rxsa() local
1512 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_upd_rxsa() local
1548 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_del_rxsa() local
1571 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_dev_stats() local
1607 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_tx_sc_stats() local
1628 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_tx_sa_stats() local
1651 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_rx_sc_stats() local
1693 struct otx2_nic *pfvf = macsec_netdev_priv(ctx->netdev); in cn10k_mdo_get_rx_sa_stats() local
1740 void cn10k_handle_mcs_event(struct otx2_nic *pfvf, struct mcs_intr_info *event) in cn10k_handle_mcs_event()
1767 int cn10k_mcs_init(struct otx2_nic *pfvf) in cn10k_mcs_init()
1807 void cn10k_mcs_free(struct otx2_nic *pfvf) in cn10k_mcs_free()