/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_fw.c | 105 u32 *tbl_id, in mlx5dr_fw_create_md_tbl() 120 ret = mlx5dr_cmd_create_flow_table(dmn->mdev, &ft_attr, NULL, tbl_id); in mlx5dr_fw_create_md_tbl() 128 *tbl_id, group_id); in mlx5dr_fw_create_md_tbl() 134 ft_info.id = *tbl_id; in mlx5dr_fw_create_md_tbl() 151 *tbl_id, *group_id); in mlx5dr_fw_create_md_tbl() 153 mlx5dr_cmd_destroy_flow_table(dmn->mdev, *tbl_id, in mlx5dr_fw_create_md_tbl() 159 u32 tbl_id, u32 group_id) in mlx5dr_fw_destroy_md_tbl() 161 mlx5dr_cmd_del_flow_table_entry(dmn->mdev, FS_FT_FDB, tbl_id); in mlx5dr_fw_destroy_md_tbl() 164 tbl_id, group_id); in mlx5dr_fw_destroy_md_tbl() 165 mlx5dr_cmd_destroy_flow_table(dmn->mdev, tbl_id, in mlx5dr_fw_destroy_md_tbl() 101 mlx5dr_fw_create_md_tbl(struct mlx5dr_domain *dmn, struct mlx5dr_cmd_flow_destination_hw_info *dest, int num_dest, bool reformat_req, u32 *tbl_id, u32 *group_id) mlx5dr_fw_create_md_tbl() argument 158 mlx5dr_fw_destroy_md_tbl(struct mlx5dr_domain *dmn, u32 tbl_id, u32 group_id) mlx5dr_fw_destroy_md_tbl() argument [all...] |
H A D | dr_types.h | 1153 u32 *tbl_id, 1155 void mlx5dr_fw_destroy_md_tbl(struct mlx5dr_domain *dmn, u32 tbl_id,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_fw.c | 105 u32 *tbl_id, in mlx5dr_fw_create_md_tbl() 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() 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() 101 mlx5dr_fw_create_md_tbl(struct mlx5dr_domain *dmn, struct mlx5dr_cmd_flow_destination_hw_info *dest, int num_dest, bool reformat_req, u32 *tbl_id, u32 *group_id, bool ignore_flow_level, u32 flow_source) mlx5dr_fw_create_md_tbl() argument 162 mlx5dr_fw_destroy_md_tbl(struct mlx5dr_domain *dmn, u32 tbl_id, u32 group_id) mlx5dr_fw_destroy_md_tbl() argument [all...] |
H A D | dr_types.h | 1561 u32 *tbl_id, 1565 void mlx5dr_fw_destroy_md_tbl(struct mlx5dr_domain *dmn, u32 tbl_id,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | seg6_local.h | 18 u32 tbl_id);
|
H A D | seg6.h | 65 u32 tbl_id);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | seg6_local.h | 18 u32 tbl_id);
|
H A D | seg6.h | 67 u32 tbl_id);
|
/kernel/linux/linux-5.10/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 in wlc_lcnphy_tssi_setup() [all...] |
H A D | phy_cmn.c | 822 wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset, in wlc_phy_table_addr() argument 825 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_table_addr() 833 pi->tbl_save_id = tbl_id; in wlc_phy_table_addr() 863 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_write_table() local 870 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_write_table() 876 (tbl_id == NPHY_TBL_ID_ANTSWCTRLLUT)) { in wlc_phy_write_table() 880 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_write_table() 900 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_read_table() local [all...] |
H A D | phy_int.h | 241 u32 tbl_id; member 920 void wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset,
|
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() 17574 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local 17744 for (tbl_id = NPHY_TBL_ID_CORE1TXPWRCTL; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17745 tbl_id <= NPHY_TBL_ID_CORE2TXPWRCTL; tbl_id++) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17749 (16 * b0[tbl_id - 26] + b1[tbl_id - 26] * idx); in wlc_phy_txpwrctrl_pwr_setup_nphy() 17750 den = 32768 + a1[tbl_id - 26] * idx; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17754 (uint) (31 - idle_tssi[tbl_id in wlc_phy_txpwrctrl_pwr_setup_nphy() 18800 u32 tbl_id, tbl_len, tbl_offset; wlc_phy_txpwrctrl_coeff_setup_nphy() local [all...] |
/kernel/linux/linux-6.6/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 in wlc_lcnphy_tssi_setup() [all...] |
H A D | phy_cmn.c | 823 wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset, in wlc_phy_table_addr() argument 826 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_table_addr() 834 pi->tbl_save_id = tbl_id; in wlc_phy_table_addr() 864 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_write_table() local 871 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_write_table() 877 (tbl_id == NPHY_TBL_ID_ANTSWCTRLLUT)) { in wlc_phy_write_table() 881 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_write_table() 901 uint tbl_id = ptbl_info->tbl_id; in wlc_phy_read_table() local [all...] |
H A D | phy_int.h | 241 u32 tbl_id; member 920 void wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset,
|
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() 17574 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local 17744 for (tbl_id = NPHY_TBL_ID_CORE1TXPWRCTL; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17745 tbl_id <= NPHY_TBL_ID_CORE2TXPWRCTL; tbl_id++) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17749 (16 * b0[tbl_id - 26] + b1[tbl_id - 26] * idx); in wlc_phy_txpwrctrl_pwr_setup_nphy() 17750 den = 32768 + a1[tbl_id - 26] * idx; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17754 (uint) (31 - idle_tssi[tbl_id in wlc_phy_txpwrctrl_pwr_setup_nphy() 18800 u32 tbl_id, tbl_len, tbl_offset; wlc_phy_txpwrctrl_coeff_setup_nphy() local [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 156 u32 tbl_id, bool local_delivery) in seg6_lookup_any_nexthop() 176 if (!tbl_id) { in seg6_lookup_any_nexthop() 181 table = fib6_get_table(net, tbl_id); in seg6_lookup_any_nexthop() 213 struct in6_addr *nhaddr, u32 tbl_id) in seg6_lookup_nexthop() 215 return seg6_lookup_any_nexthop(skb, nhaddr, tbl_id, false); in seg6_lookup_nexthop() 155 seg6_lookup_any_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr, u32 tbl_id, bool local_delivery) seg6_lookup_any_nexthop() argument 212 seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr, u32 tbl_id) seg6_lookup_nexthop() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 29 enum rocker_of_dpa_table_id tbl_id; member 519 entry->key.tbl_id)) in ofdpa_cmd_flow_tbl_add() 530 switch (entry->key.tbl_id) { in ofdpa_cmd_flow_tbl_add() 846 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_INGRESS_PORT; in ofdpa_flow_tbl_ig_port() 868 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_VLAN; in ofdpa_flow_tbl_vlan() 903 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_TERMINATION_MAC; in ofdpa_flow_tbl_term_mac() 933 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_BRIDGING; in ofdpa_flow_tbl_bridge() 983 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_UNICAST_ROUTING; in ofdpa_flow_tbl_ucast4_routing() 1022 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_ACL_POLICY; in ofdpa_flow_tbl_acl() 2790 if (flow_entry->key.tbl_id ! in ofdpa_fib4_abort() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 29 enum rocker_of_dpa_table_id tbl_id; member 519 entry->key.tbl_id)) in ofdpa_cmd_flow_tbl_add() 530 switch (entry->key.tbl_id) { in ofdpa_cmd_flow_tbl_add() 846 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_INGRESS_PORT; in ofdpa_flow_tbl_ig_port() 868 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_VLAN; in ofdpa_flow_tbl_vlan() 903 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_TERMINATION_MAC; in ofdpa_flow_tbl_term_mac() 933 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_BRIDGING; in ofdpa_flow_tbl_bridge() 983 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_UNICAST_ROUTING; in ofdpa_flow_tbl_ucast4_routing() 1022 entry->key.tbl_id = ROCKER_OF_DPA_TABLE_ID_ACL_POLICY; in ofdpa_flow_tbl_acl() 2779 if (flow_entry->key.tbl_id ! in ofdpa_fib4_abort() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 273 u32 tbl_id, bool local_delivery) in seg6_lookup_any_nexthop() 294 if (!tbl_id) { in seg6_lookup_any_nexthop() 299 table = fib6_get_table(net, tbl_id); in seg6_lookup_any_nexthop() 331 struct in6_addr *nhaddr, u32 tbl_id) in seg6_lookup_nexthop() 333 return seg6_lookup_any_nexthop(skb, nhaddr, tbl_id, false); in seg6_lookup_nexthop() 272 seg6_lookup_any_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr, u32 tbl_id, bool local_delivery) seg6_lookup_any_nexthop() argument 330 seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr, u32 tbl_id) seg6_lookup_nexthop() argument
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bq25890_charger.c | 857 enum bq25890_table_ids tbl_id; in bq25890_fw_read_u32_props() member 893 props[i].tbl_id); in bq25890_fw_read_u32_props()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | bq25890_charger.c | 1350 enum bq25890_table_ids tbl_id; in bq25890_fw_read_u32_props() member 1386 props[i].tbl_id); in bq25890_fw_read_u32_props()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mae.c | 410 u32 tbl_id, tbl_total, tbl_cnt, pos = 0; in efx_mae_check_table_exists() local 432 tbl_id = MCDI_ARRAY_DWORD(outbuf, TABLE_LIST_OUT_TABLE_ID, idx); in efx_mae_check_table_exists() 433 if (tbl_id == tbl_req) { in efx_mae_check_table_exists()
|