Searched refs:tx_tbl (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11n.h | 31 *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 D | util.c | 162 info->tx_tbl); in mwifiex_get_debug_info() 273 info->tx_tbl[i].tid, info->tx_tbl[i].ra); in mwifiex_debug_info_to_buffer()
|
| H A D | ioctl.h | 199 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ipsec.c | 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() 386 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 430 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa() 436 ixgbevf_ipsec_del_pf_sa(adapter, ipsec->tx_tbl[sa_idx].pfsa); in ixgbevf_ipsec_del_sa() 437 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbevf_ipsec_del_sa() 485 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() 664 kfree(ipsec->tx_tbl); in ixgbevf_init_ipsec_offload() [all …]
|
| H A D | ipsec.h | 54 struct tx_sa *tx_tbl; member
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ipsec.c | 320 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() 738 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbe_ipsec_add_sa() 805 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbe_ipsec_del_sa() 812 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbe_ipsec_del_sa() 853 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_vf_clear() 855 if (ipsec->tx_tbl[i].mode & IXGBE_RXTXMOD_VF && in ixgbe_ipsec_vf_clear() 856 ipsec->tx_tbl[i].vf == vf) in ixgbe_ipsec_vf_clear() 858 ipsec->tx_tbl[i].xs); in ixgbe_ipsec_vf_clear() 949 ipsec->tx_tbl[sa_idx].vf = vf; in ixgbe_ipsec_vf_add_sa() [all …]
|
| H A D | ixgbe_ipsec.h | 71 struct tx_sa *tx_tbl; member
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-usb-legacy.c | 496 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 D | phy-qcom-qmp-pcie-msm8996.c | 147 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()
|