Lines Matching refs:tx_tbl
113 struct tx_sa *t = &ipsec->tx_tbl[i]; in ixgbevf_ipsec_restore()
159 if (!ipsec->tx_tbl[i].used) in ixgbevf_ipsec_find_empty_idx()
379 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbevf_ipsec_add_sa()
419 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa()
425 ixgbevf_ipsec_del_pf_sa(adapter, ipsec->tx_tbl[sa_idx].pfsa); in ixgbevf_ipsec_del_sa()
426 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbevf_ipsec_del_sa()
495 tsa = &ipsec->tx_tbl[sa_idx]; in ixgbevf_ipsec_tx()
649 ipsec->tx_tbl = kzalloc(size, GFP_KERNEL); in ixgbevf_init_ipsec_offload()
650 if (!ipsec->tx_tbl) in ixgbevf_init_ipsec_offload()
671 kfree(ipsec->tx_tbl); in ixgbevf_init_ipsec_offload()
688 kfree(ipsec->tx_tbl); in ixgbevf_stop_ipsec_offload()