Home
last modified time | relevance | path

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

/drivers/net/wireless/marvell/mwifiex/
D11n.h31 *tx_tbl);
137 struct mwifiex_tx_ba_stream_tbl *tx_tbl; in mwifiex_find_stream_to_delete() local
142 list_for_each_entry(tx_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_find_stream_to_delete()
143 if (tid > priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user) { in mwifiex_find_stream_to_delete()
144 tid = priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user; in mwifiex_find_stream_to_delete()
145 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
146 memcpy(ra, tx_tbl->ra, ETH_ALEN); in mwifiex_find_stream_to_delete()
Dutil.c180 info->tx_tbl); in mwifiex_get_debug_info()
291 info->tx_tbl[i].tid, info->tx_tbl[i].ra); in mwifiex_debug_info_to_buffer()
Dioctl.h194 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
/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
/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
/drivers/phy/qualcomm/
Dphy-qcom-qmp-usb.c1437 const struct qmp_phy_init_tbl *tx_tbl; member
1599 .tx_tbl = msm8996_usb3_tx_tbl,
1619 .tx_tbl = msm8996_usb3_tx_tbl,
1639 .tx_tbl = qmp_v3_usb3_tx_tbl,
1662 .tx_tbl = qmp_v3_usb3_tx_tbl,
1685 .tx_tbl = sc8280xp_usb3_uniphy_tx_tbl,
1706 .tx_tbl = qmp_v3_usb3_uniphy_tx_tbl,
1728 .tx_tbl = msm8998_usb3_tx_tbl,
1748 .tx_tbl = sm8150_usb3_tx_tbl,
1774 .tx_tbl = sm8150_usb3_uniphy_tx_tbl,
[all …]
Dphy-qcom-qmp-ufs.c541 const struct qmp_phy_init_tbl *tx_tbl; member
665 .tx_tbl = msm8996_ufs_tx_tbl,
690 .tx_tbl = sdm845_ufsphy_tx_tbl,
714 .tx_tbl = sm6115_ufsphy_tx_tbl,
737 .tx_tbl = sm8150_ufsphy_tx_tbl,
759 .tx_tbl = sm8350_ufsphy_tx_tbl,
781 .tx_tbl = sm8350_ufsphy_tx_tbl,
946 qmp_ufs_configure_lane(tx, cfg->regs, cfg->tx_tbl, cfg->tx_tbl_num, 1); in qmp_ufs_power_on()
950 cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_ufs_power_on()
Dphy-qcom-qmp-combo.c824 const struct qmp_phy_init_tbl *tx_tbl; member
1031 .tx_tbl = qmp_v3_usb3_tx_tbl,
1060 .tx_tbl = qmp_v3_dp_tx_tbl,
1102 .tx_tbl = qmp_v3_usb3_tx_tbl,
1131 .tx_tbl = qmp_v3_dp_tx_tbl,
1173 .tx_tbl = sm8150_usb3_tx_tbl,
1206 .tx_tbl = qmp_v4_dp_tx_tbl,
1248 .tx_tbl = sc8280xp_usb43dp_tx_tbl,
1278 .tx_tbl = qmp_v5_5nm_dp_tx_tbl,
1320 .tx_tbl = sm8250_usb3_tx_tbl,
[all …]
Dphy-qcom-qmp-pcie-msm8996.c195 const struct qmp_phy_init_tbl *tx_tbl; member
325 .tx_tbl = msm8996_pcie_tx_tbl,
537 qmp_pcie_msm8996_configure_lane(tx, cfg->regs, cfg->tx_tbl, in qmp_pcie_msm8996_power_on()