Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A D11n.h31 *tx_tbl);
135 struct mwifiex_tx_ba_stream_tbl *tx_tbl; in mwifiex_find_stream_to_delete() local
140 list_for_each_entry(tx_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_find_stream_to_delete()
141 if (tid > priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user) { in mwifiex_find_stream_to_delete()
142 tid = priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user; in mwifiex_find_stream_to_delete()
143 *ptid = tx_tbl->tid; in mwifiex_find_stream_to_delete()
144 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.h199 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A 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()
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()
474 tsa = &ipsec->tx_tbl[sa_idx]; in ixgbevf_ipsec_tx()
627 ipsec->tx_tbl = kzalloc(size, GFP_KERNEL); in ixgbevf_init_ipsec_offload()
628 if (!ipsec->tx_tbl) in ixgbevf_init_ipsec_offload()
649 kfree(ipsec->tx_tbl); in ixgbevf_init_ipsec_offload()
[all …]
H A Dipsec.h54 struct tx_sa *tx_tbl; member
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c374 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_find_empty_idx()
802 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbe_ipsec_del_sa()
849 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_vf_clear()
852 ipsec->tx_tbl[i].vf == vf) in ixgbe_ipsec_vf_clear()
944 ipsec->tx_tbl[sa_idx].vf = vf; in ixgbe_ipsec_vf_add_sa()
1023 tsa = &ipsec->tx_tbl[sa_idx]; in ixgbe_ipsec_vf_del_sa()
1034 xs = ipsec->tx_tbl[sa_idx].xs; in ixgbe_ipsec_vf_del_sa()
1082 tsa = &ipsec->tx_tbl[itd->sa_idx]; in ixgbe_ipsec_tx()
1243 if (!ipsec->tx_tbl) in ixgbe_init_ipsec_offload()
1265 kfree(ipsec->tx_tbl); in ixgbe_init_ipsec_offload()
[all …]
H A Dixgbe_ipsec.h71 struct tx_sa *tx_tbl; member
/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usb.c1259 const struct qmp_phy_init_tbl *tx_tbl; member
1411 .tx_tbl = msm8996_usb3_tx_tbl,
1427 .tx_tbl = msm8996_usb3_tx_tbl,
1443 .tx_tbl = ipq9574_usb3_tx_tbl,
1459 .tx_tbl = msm8996_usb3_tx_tbl,
1475 .tx_tbl = sm8350_usb3_uniphy_tx_tbl,
1550 .tx_tbl = qmp_v3_usb3_uniphy_tx_tbl,
1568 .tx_tbl = sm8150_usb3_uniphy_tx_tbl,
1610 .tx_tbl = sdx55_usb3_uniphy_tx_tbl,
1631 .tx_tbl = sdx65_usb3_uniphy_tx_tbl,
[all …]
H A Dphy-qcom-qmp-usb-legacy.c496 const struct qmp_phy_init_tbl *tx_tbl; member
605 .tx_tbl = qmp_v3_usb3_tx_tbl,
623 .tx_tbl = qmp_v3_usb3_tx_tbl,
641 .tx_tbl = sm8150_usb3_tx_tbl,
662 .tx_tbl = sm8250_usb3_tx_tbl,
683 .tx_tbl = sm8350_usb3_tx_tbl,
843 qmp_usb_legacy_configure_lane(tx, cfg->tx_tbl, cfg->tx_tbl_num, 1); in qmp_usb_legacy_power_on()
846 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-usbc.c305 const struct qmp_phy_init_tbl *tx_tbl; member
414 .tx_tbl = msm8998_usb3_tx_tbl,
430 .tx_tbl = qcm2290_usb3_tx_tbl,
446 .tx_tbl = qcm2290_usb3_tx_tbl,
539 qmp_configure_lane(qmp->dev, qmp->tx, cfg->tx_tbl, cfg->tx_tbl_num, 1); in qmp_usbc_power_on()
542 qmp_configure_lane(qmp->dev, qmp->tx2, cfg->tx_tbl, cfg->tx_tbl_num, 2); in qmp_usbc_power_on()
H A Dphy-qcom-qmp-combo.c1789 .tx_tbl = sm8550_usb3_tx_tbl,
1834 .tx_tbl = qmp_v3_usb3_tx_tbl,
1879 .tx_tbl = qmp_v3_usb3_tx_tbl,
1924 .tx_tbl = sm8150_usb3_tx_tbl,
1972 .tx_tbl = sc8280xp_usb43dp_tx_tbl,
2015 .tx_tbl = x1e80100_usb43dp_tx_tbl,
2060 .tx_tbl = qmp_v3_usb3_tx_tbl,
2103 .tx_tbl = sm8250_usb3_tx_tbl,
2151 .tx_tbl = sm8350_usb3_tx_tbl,
2198 .tx_tbl = sm8550_usb3_tx_tbl,
[all …]
H A Dphy-qcom-qmp-pcie-msm8996.c147 const struct qmp_phy_init_tbl *tx_tbl; member
265 .tx_tbl = msm8996_pcie_tx_tbl,
434 qmp_configure_lane(qmp->dev, tx, cfg->tx_tbl, cfg->tx_tbl_num, 1); in qmp_pcie_msm8996_power_on()