Home
last modified time | relevance | path

Searched refs:tx_tbl (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A 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()
H A Dioctl.h206 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A 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()
H A Dioctl.h194 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c113 struct tx_sa *t = &ipsec->tx_tbl[i]; in ixgbevf_ipsec_restore()
126 netdev_err(netdev, "reload tx_tbl[%d] failed = %d\n", 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()
642 ipsec->tx_tbl = kzalloc(size, GFP_KERNEL); in ixgbevf_init_ipsec_offload()
643 if (!ipsec->tx_tbl) in ixgbevf_init_ipsec_offload()
[all...]
H A Dipsec.h54 struct tx_sa *tx_tbl; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c113 struct tx_sa *t = &ipsec->tx_tbl[i]; in ixgbevf_ipsec_restore()
126 netdev_err(netdev, "reload tx_tbl[%d] failed = %d\n", 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()
[all...]
H A Dipsec.h54 struct tx_sa *tx_tbl; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A 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()
960 ipsec->tx_tbl[sa_id in ixgbe_ipsec_vf_add_sa()
[all...]
H A Dixgbe_ipsec.h71 struct tx_sa *tx_tbl; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A 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()
735 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbe_ipsec_add_sa()
802 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbe_ipsec_del_sa()
809 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbe_ipsec_del_sa()
870 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_vf_clear()
872 if (ipsec->tx_tbl[i].mode & IXGBE_RXTXMOD_VF && in ixgbe_ipsec_vf_clear()
873 ipsec->tx_tbl[i].vf == vf) in ixgbe_ipsec_vf_clear()
874 ixgbe_ipsec_del_sa(ipsec->tx_tbl[i].xs); in ixgbe_ipsec_vf_clear()
965 ipsec->tx_tbl[sa_id in ixgbe_ipsec_vf_add_sa()
[all...]
H A Dixgbe_ipsec.h71 struct tx_sa *tx_tbl; member
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usb.c1172 const struct qmp_phy_init_tbl *tx_tbl; member
1322 .tx_tbl = msm8996_usb3_tx_tbl,
1344 .tx_tbl = ipq9574_usb3_tx_tbl,
1364 .tx_tbl = msm8996_usb3_tx_tbl,
1386 .tx_tbl = sc8280xp_usb3_uniphy_tx_tbl,
1410 .tx_tbl = sc8280xp_usb3_uniphy_tx_tbl,
1432 .tx_tbl = qmp_v3_usb3_uniphy_tx_tbl,
1454 .tx_tbl = msm8998_usb3_tx_tbl,
1474 .tx_tbl = sm8150_usb3_uniphy_tx_tbl,
1499 .tx_tbl
[all...]
H A Dphy-qcom-qmp-usb-legacy.c517 const struct qmp_phy_init_tbl *tx_tbl; member
628 .tx_tbl = qmp_v3_usb3_tx_tbl,
648 .tx_tbl = qmp_v3_usb3_tx_tbl,
668 .tx_tbl = sm8150_usb3_tx_tbl,
691 .tx_tbl = sm8250_usb3_tx_tbl,
714 .tx_tbl = sm8350_usb3_tx_tbl,
874 qmp_usb_legacy_configure_lane(tx, cfg->tx_tbl, cfg->tx_tbl_num, 1); in qmp_usb_legacy_power_on()
878 qmp_usb_legacy_configure_lane(qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usb_legacy_power_on()
H A Dphy-qcom-qmp-combo.c1325 const struct qmp_phy_init_tbl *tx_tbl; member
1511 .tx_tbl = qmp_v3_usb3_tx_tbl,
1556 .tx_tbl = qmp_v3_usb3_tx_tbl,
1601 .tx_tbl = sm8150_usb3_tx_tbl,
1649 .tx_tbl = sc8280xp_usb43dp_tx_tbl,
1692 .tx_tbl = qmp_v3_usb3_tx_tbl,
1735 .tx_tbl = sm8250_usb3_tx_tbl,
1783 .tx_tbl = sm8350_usb3_tx_tbl,
1830 .tx_tbl = sm8550_usb3_tx_tbl,
2572 qmp_combo_configure_lane(tx, cfg->tx_tbl, cf in qmp_combo_usb_power_on()
[all...]
H A Dphy-qcom-qmp-pcie-msm8996.c177 const struct qmp_phy_init_tbl *tx_tbl; member
295 .tx_tbl = msm8996_pcie_tx_tbl,
490 qmp_pcie_msm8996_configure_lane(tx, cfg->tx_tbl, cfg->tx_tbl_num, 1); in qmp_pcie_msm8996_power_on()
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.c1837 const struct qmp_phy_init_tbl *tx_tbl; member
2054 .tx_tbl = msm8996_usb3_tx_tbl,
2078 .tx_tbl = msm8996_pcie_tx_tbl,
2109 .tx_tbl = msm8996_ufs_tx_tbl,
2134 .tx_tbl = msm8996_usb3_tx_tbl,
2166 .tx_tbl = ipq8074_pcie_tx_tbl,
2196 .tx_tbl = sdm845_qmp_pcie_tx_tbl,
2226 .tx_tbl = sdm845_qhp_pcie_tx_tbl,
2254 .tx_tbl = qmp_v3_usb3_tx_tbl,
2285 .tx_tbl
[all...]

Completed in 31 milliseconds