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()
365 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbevf_ipsec_add_sa()
402 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa()
408 ixgbevf_ipsec_del_pf_sa(adapter, ipsec->tx_tbl[sa_idx].pfsa); in ixgbevf_ipsec_del_sa()
409 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbevf_ipsec_del_sa()
478 tsa = &ipsec->tx_tbl[sa_idx]; in ixgbevf_ipsec_tx()
631 ipsec->tx_tbl = kzalloc(size, GFP_KERNEL); in ixgbevf_init_ipsec_offload()
632 if (!ipsec->tx_tbl) in ixgbevf_init_ipsec_offload()
653 kfree(ipsec->tx_tbl); in ixgbevf_init_ipsec_offload()
670 kfree(ipsec->tx_tbl); in ixgbevf_stop_ipsec_offload()