Home
last modified time | relevance | path

Searched refs:tx_tbl (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/ !
D11n.h43 *tx_tbl);
149 struct mwifiex_tx_ba_stream_tbl *tx_tbl; in mwifiex_find_stream_to_delete() local
154 list_for_each_entry(tx_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_find_stream_to_delete()
155 if (tid > priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user) { in mwifiex_find_stream_to_delete()
156 tid = priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user; in mwifiex_find_stream_to_delete()
157 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
158 memcpy(ra, tx_tbl->ra, ETH_ALEN); in mwifiex_find_stream_to_delete()
Dutil.c192 info->tx_tbl); in mwifiex_get_debug_info()
303 info->tx_tbl[i].tid, info->tx_tbl[i].ra); in mwifiex_debug_info_to_buffer()
Dioctl.h205 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
/linux-5.19.10/drivers/net/ethernet/intel/ixgbevf/ !
Dipsec.c113 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()
[all …]
Dipsec.h54 struct tx_sa *tx_tbl; member
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/ !
Dixgbe_ipsec.c320 struct tx_sa *t = &ipsec->tx_tbl[i]; in ixgbe_ipsec_restore()
374 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_find_empty_idx()
729 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbe_ipsec_add_sa()
796 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbe_ipsec_del_sa()
803 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbe_ipsec_del_sa()
864 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_vf_clear()
866 if (ipsec->tx_tbl[i].mode & IXGBE_RXTXMOD_VF && in ixgbe_ipsec_vf_clear()
867 ipsec->tx_tbl[i].vf == vf) in ixgbe_ipsec_vf_clear()
868 ixgbe_ipsec_del_sa(ipsec->tx_tbl[i].xs); in ixgbe_ipsec_vf_clear()
959 ipsec->tx_tbl[sa_idx].vf = vf; in ixgbe_ipsec_vf_add_sa()
[all …]
Dixgbe_ipsec.h71 struct tx_sa *tx_tbl; member
/linux-5.19.10/drivers/phy/qualcomm/ !
Dphy-qcom-qmp.c3136 const struct qmp_phy_init_tbl *tx_tbl; member
3399 .tx_tbl = msm8996_usb3_tx_tbl,
3424 .tx_tbl = msm8996_pcie_tx_tbl,
3456 .tx_tbl = msm8996_ufs_tx_tbl,
3482 .tx_tbl = msm8996_usb3_tx_tbl,
3515 .tx_tbl = ipq8074_pcie_tx_tbl,
3546 .tx_tbl = ipq6018_pcie_tx_tbl,
3576 .tx_tbl = sdm845_qmp_pcie_tx_tbl,
3607 .tx_tbl = sdm845_qhp_pcie_tx_tbl,
3638 .tx_tbl = sm8250_qmp_pcie_tx_tbl,
[all …]