Searched refs:tx_tbl (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
D | 11n.h | 43 *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()
|
D | util.c | 192 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()
|
D | ioctl.h | 205 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
|
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/ |
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() 365 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 402 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa() 408 ixgbevf_ipsec_del_pf_sa(adapter, ipsec->tx_tbl[sa_idx].pfsa); in ixgbevf_ipsec_del_sa() 409 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbevf_ipsec_del_sa() 478 tsa = &ipsec->tx_tbl[sa_idx]; in ixgbevf_ipsec_tx() 631 ipsec->tx_tbl = kzalloc(size, GFP_KERNEL); in ixgbevf_init_ipsec_offload() 632 if (!ipsec->tx_tbl) in ixgbevf_init_ipsec_offload() 653 kfree(ipsec->tx_tbl); in ixgbevf_init_ipsec_offload() [all …]
|
D | ipsec.h | 54 struct tx_sa *tx_tbl; member
|
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/ |
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() 724 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbe_ipsec_add_sa() 791 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbe_ipsec_del_sa() 798 memset(&ipsec->tx_tbl[sa_idx], 0, sizeof(struct tx_sa)); in ixgbe_ipsec_del_sa() 859 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_vf_clear() 861 if (ipsec->tx_tbl[i].mode & IXGBE_RXTXMOD_VF && in ixgbe_ipsec_vf_clear() 862 ipsec->tx_tbl[i].vf == vf) in ixgbe_ipsec_vf_clear() 863 ixgbe_ipsec_del_sa(ipsec->tx_tbl[i].xs); in ixgbe_ipsec_vf_clear() 954 ipsec->tx_tbl[sa_idx].vf = vf; in ixgbe_ipsec_vf_add_sa() [all …]
|
D | ixgbe_ipsec.h | 71 struct tx_sa *tx_tbl; member
|
/Linux-v5.10/drivers/phy/qualcomm/ |
D | phy-qcom-qmp.c | 1837 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 = qmp_v3_usb3_tx_tbl, [all …]
|