Searched refs:otx2_flow_config (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_devlink.c | 16 struct otx2_flow_config *flow_cfg; in otx2_dl_mcam_count_validate() 53 struct otx2_flow_config *flow_cfg; in otx2_dl_mcam_count_get()
|
| D | otx2_flows.c | 35 static void otx2_clear_ntuple_flow_info(struct otx2_nic *pfvf, struct otx2_flow_config *flow_cfg) in otx2_clear_ntuple_flow_info() 44 struct otx2_flow_config *flow_cfg = pfvf->flow_cfg; in otx2_free_ntuple_mcam_entries() 76 struct otx2_flow_config *flow_cfg = pfvf->flow_cfg; in otx2_alloc_mcam_entries() 166 struct otx2_flow_config *flow_cfg = pfvf->flow_cfg; in otx2_mcam_entry_init() 263 struct otx2_flow_config *flow_cfg; in otx2vf_mcam_flow_init() 266 sizeof(struct otx2_flow_config), in otx2vf_mcam_flow_init() 290 pf->flow_cfg = devm_kzalloc(pf->dev, sizeof(struct otx2_flow_config), in otx2_mcam_flow_init() 350 struct otx2_flow_config *flow_cfg = pf->flow_cfg; in otx2_do_add_macfilter() 475 int otx2_get_maxflows(struct otx2_flow_config *flow_cfg) in otx2_get_maxflows() 1085 struct otx2_flow_config *flow_cfg = pfvf->flow_cfg; in otx2_add_flow() [all …]
|
| D | otx2_tc.c | 746 struct otx2_flow_config *flow_cfg = pfvf->flow_cfg; in otx2_destroy_tc_flow_list() 759 static struct otx2_tc_flow *otx2_tc_get_entry_by_cookie(struct otx2_flow_config *flow_cfg, in otx2_tc_get_entry_by_cookie() 772 static struct otx2_tc_flow *otx2_tc_get_entry_by_index(struct otx2_flow_config *flow_cfg, in otx2_tc_get_entry_by_index() 787 static void otx2_tc_del_from_flow_list(struct otx2_flow_config *flow_cfg, in otx2_tc_del_from_flow_list() 802 static int otx2_tc_add_to_flow_list(struct otx2_flow_config *flow_cfg, in otx2_tc_add_to_flow_list() 894 struct otx2_flow_config *flow_cfg, in otx2_tc_update_mcam_table_del_req() 933 struct otx2_flow_config *flow_cfg, in otx2_tc_update_mcam_table_add_req() 964 struct otx2_flow_config *flow_cfg, in otx2_tc_update_mcam_table() 977 struct otx2_flow_config *flow_cfg = nic->flow_cfg; in otx2_tc_del_flow() 1020 struct otx2_flow_config *flow_cfg = nic->flow_cfg; in otx2_tc_add_flow()
|
| D | otx2_common.h | 344 struct otx2_flow_config { struct 490 struct otx2_flow_config *flow_cfg; 1053 int otx2_get_maxflows(struct otx2_flow_config *flow_cfg);
|
| D | otx2_pf.c | 2330 struct otx2_flow_config *flow_cfg = pf->flow_cfg; in otx2_do_set_vf_vlan()
|