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()
373 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbevf_ipsec_add_sa()
413 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa()
419 ixgbevf_ipsec_del_pf_sa(adapter, ipsec->tx_tbl[sa_idx].pfsa); in ixgbevf_ipsec_del_sa()
420 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbevf_ipsec_del_sa()
489 tsa = &ipsec->tx_tbl[sa_idx]; in ixgbevf_ipsec_tx()
643 ipsec->tx_tbl = kzalloc(size, GFP_KERNEL); in ixgbevf_init_ipsec_offload()
644 if (!ipsec->tx_tbl) in ixgbevf_init_ipsec_offload()
665 kfree(ipsec->tx_tbl); in ixgbevf_init_ipsec_offload()
682 kfree(ipsec->tx_tbl); in ixgbevf_stop_ipsec_offload()