| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_fw.c | 105 u32 *tbl_id, in mlx5dr_fw_create_md_tbl() argument 122 ret = mlx5dr_cmd_create_flow_table(dmn->mdev, &ft_attr, NULL, tbl_id); in mlx5dr_fw_create_md_tbl() 130 *tbl_id, group_id); in mlx5dr_fw_create_md_tbl() 136 ft_info.id = *tbl_id; in mlx5dr_fw_create_md_tbl() 155 *tbl_id, *group_id); in mlx5dr_fw_create_md_tbl() 157 mlx5dr_cmd_destroy_flow_table(dmn->mdev, *tbl_id, in mlx5dr_fw_create_md_tbl() 163 u32 tbl_id, u32 group_id) in mlx5dr_fw_destroy_md_tbl() argument 165 mlx5dr_cmd_del_flow_table_entry(dmn->mdev, FS_FT_FDB, tbl_id); in mlx5dr_fw_destroy_md_tbl() 168 tbl_id, group_id); in mlx5dr_fw_destroy_md_tbl() 169 mlx5dr_cmd_destroy_flow_table(dmn->mdev, tbl_id, in mlx5dr_fw_destroy_md_tbl()
|
| H A D | dr_types.h | 1562 u32 *tbl_id, 1566 void mlx5dr_fw_destroy_md_tbl(struct mlx5dr_domain *dmn, u32 tbl_id,
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 921 wlc_lcnphy_common_read_table(struct brcms_phy *pi, u32 tbl_id, in wlc_lcnphy_common_read_table() argument 926 tab.tbl_id = tbl_id; in wlc_lcnphy_common_read_table() 935 wlc_lcnphy_common_write_table(struct brcms_phy *pi, u32 tbl_id, in wlc_lcnphy_common_write_table() argument 941 tab.tbl_id = tbl_id; in wlc_lcnphy_common_write_table() 1898 tab.tbl_id = LCNPHY_TBL_ID_IQLOCAL; in wlc_lcnphy_get_bbmult() 1913 tab.tbl_id = LCNPHY_TBL_ID_IQLOCAL; in wlc_lcnphy_set_bbmult() 1926 tab.tbl_id = LCNPHY_TBL_ID_TXPWRCTL; in wlc_lcnphy_clear_tx_power_offsets() 2078 tab.tbl_id = LCNPHY_TBL_ID_TXPWRCTL; in wlc_lcnphy_tssi_setup() 2167 tab.tbl_id = LCNPHY_TBL_ID_RFSEQ; in wlc_lcnphy_tssi_setup() 2248 tab.tbl_id = LCNPHY_TBL_ID_TXPWRCTL; in wlc_lcnphy_txpower_recalc_target() [all …]
|
| H A D | phy_cmn.c | 788 wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset, in wlc_phy_table_addr() argument 791 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_table_addr() 799 pi->tbl_save_id = tbl_id; in wlc_phy_table_addr() 829 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_write_table() local 836 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_write_table() 842 (tbl_id == NPHY_TBL_ID_ANTSWCTRLLUT)) { in wlc_phy_write_table() 846 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_write_table() 866 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_read_table() local 873 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_read_table() 882 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_read_table()
|
| H A D | phy_n.c | 14155 tbl.tbl_id = id; in wlc_phy_table_write_nphy() 14169 tbl.tbl_id = id; in wlc_phy_table_read_nphy() 17569 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local 17739 for (tbl_id = NPHY_TBL_ID_CORE1TXPWRCTL; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17740 tbl_id <= NPHY_TBL_ID_CORE2TXPWRCTL; tbl_id++) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17744 (16 * b0[tbl_id - 26] + b1[tbl_id - 26] * idx); in wlc_phy_txpwrctrl_pwr_setup_nphy() 17745 den = 32768 + a1[tbl_id - 26] * idx; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17749 (uint) (31 - idle_tssi[tbl_id - 26] + 1)) in wlc_phy_txpwrctrl_pwr_setup_nphy() 17753 [tbl_id - 26] + 1); in wlc_phy_txpwrctrl_pwr_setup_nphy() 17757 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy() [all …]
|
| H A D | phy_int.h | 241 u32 tbl_id; member 918 void wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset,
|
| /linux/include/net/ |
| H A D | seg6_local.h | 18 u32 tbl_id);
|
| H A D | seg6.h | 74 u32 tbl_id);
|
| /linux/net/ipv6/ |
| H A D | seg6_local.c | 273 u32 tbl_id, bool local_delivery, int oif) in seg6_lookup_any_nexthop() argument 295 if (!tbl_id && !oif) { in seg6_lookup_any_nexthop() 297 } else if (tbl_id) { in seg6_lookup_any_nexthop() 300 table = fib6_get_table(net, tbl_id); in seg6_lookup_any_nexthop() 334 struct in6_addr *nhaddr, u32 tbl_id) in seg6_lookup_nexthop() argument 336 return seg6_lookup_any_nexthop(skb, nhaddr, tbl_id, false, 0); in seg6_lookup_nexthop()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mae.c | 397 u32 tbl_id, tbl_total, tbl_cnt, pos = 0; in efx_mae_check_table_exists() local 419 tbl_id = MCDI_ARRAY_DWORD(outbuf, TABLE_LIST_OUT_TABLE_ID, idx); in efx_mae_check_table_exists() 420 if (tbl_id == tbl_req) { in efx_mae_check_table_exists()
|