Searched refs:tx_tbl (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/marvell/mwifiex/ |
A 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()
|
A 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()
|
A D | ioctl.h | 205 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED]; member
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
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() 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() 664 kfree(ipsec->tx_tbl); in ixgbevf_init_ipsec_offload() [all …]
|
A D | ipsec.h | 54 struct tx_sa *tx_tbl; member
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_ipsec.c | 374 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_find_empty_idx() 796 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbe_ipsec_del_sa() 864 if (!ipsec->tx_tbl[i].used) in ixgbe_ipsec_vf_clear() 867 ipsec->tx_tbl[i].vf == vf) in ixgbe_ipsec_vf_clear() 959 ipsec->tx_tbl[sa_idx].vf = vf; in ixgbe_ipsec_vf_add_sa() 1038 tsa = &ipsec->tx_tbl[sa_idx]; in ixgbe_ipsec_vf_del_sa() 1049 xs = ipsec->tx_tbl[sa_idx].xs; in ixgbe_ipsec_vf_del_sa() 1097 tsa = &ipsec->tx_tbl[itd->sa_idx]; in ixgbe_ipsec_tx() 1258 if (!ipsec->tx_tbl) in ixgbe_init_ipsec_offload() 1280 kfree(ipsec->tx_tbl); in ixgbe_init_ipsec_offload() [all …]
|
A D | ixgbe_ipsec.h | 71 struct tx_sa *tx_tbl; member
|
/linux/drivers/phy/qualcomm/ |
A D | phy-qcom-qmp.c | 3142 .tx_tbl = msm8996_usb3_tx_tbl, 3167 .tx_tbl = msm8996_pcie_tx_tbl, 3199 .tx_tbl = msm8996_ufs_tx_tbl, 3458 .tx_tbl = qmp_v3_usb3_tx_tbl, 3490 .tx_tbl = qmp_v3_usb3_tx_tbl, 3522 .tx_tbl = qmp_v3_dp_tx_tbl, 3719 .tx_tbl = sm8150_usb3_tx_tbl, 3782 .tx_tbl = qmp_v4_dp_tx_tbl, 3851 .tx_tbl = sm8250_usb3_tx_tbl, 3912 .tx_tbl = qmp_v4_dp_tx_tbl, [all …]
|
Completed in 25 milliseconds