Searched refs:ice_block (Results 1 – 9 of 9) sorted by relevance
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_flex_pipe.h | 15 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, 42 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, 47 ice_search_prof_id(struct ice_hw *hw, enum ice_block blk, u64 id); 49 ice_add_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl); 51 ice_rem_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl); 53 ice_flow_assoc_fdir_prof(struct ice_hw *hw, enum ice_block blk, 64 int ice_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 id);
|
| A D | ice_flex_pipe.c | 84 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect) in ice_sect_id() 1870 ice_init_sw_xlt1_db(hw, (enum ice_block)i); in ice_init_sw_db() 1871 ice_init_sw_xlt2_db(hw, (enum ice_block)i); in ice_init_sw_db() 2018 enum ice_block blk_id = (enum ice_block)i; in ice_fill_blk_tbls() 2063 ice_flow_rem_entry(hw, (enum ice_block)blk_idx, in ice_free_flow_profs() 2117 ice_free_vsig_tbl(hw, (enum ice_block)i); in ice_free_hw_tbls() 2175 ice_free_vsig_tbl(hw, (enum ice_block)i); in ice_clear_hw_tbls() 2486 ice_prof_bld_es(struct ice_hw *hw, enum ice_block blk, in ice_prof_bld_es() 2524 ice_prof_bld_tcam(struct ice_hw *hw, enum ice_block blk, in ice_prof_bld_tcam() 2631 ice_upd_prof_hw(struct ice_hw *hw, enum ice_block blk, in ice_upd_prof_hw() [all …]
|
| A D | ice_flow.h | 417 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, 420 int ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id); 423 struct ice_parser_profile *prof, enum ice_block blk); 425 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id, 428 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
|
| A D | ice_flow.c | 612 enum ice_block blk; 1275 ice_flow_find_prof_conds(struct ice_hw *hw, enum ice_block blk, in ice_flow_find_prof_conds() 1369 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_add_prof_sync() 1455 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk, in ice_flow_rem_prof_sync() 1498 ice_flow_assoc_prof(struct ice_hw *hw, enum ice_block blk, in ice_flow_assoc_prof() 1529 ice_flow_disassoc_prof(struct ice_hw *hw, enum ice_block blk, in ice_flow_disassoc_prof() 1573 struct ice_parser_profile *prof, enum ice_block blk) in ice_flow_set_parser_prof() 1715 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id, in ice_flow_add_entry() 2066 const enum ice_block blk = ICE_BLK_RSS; in ice_rem_vsi_rss_cfg() 2339 const enum ice_block blk = ICE_BLK_RSS; in ice_add_rss_cfg_sync() [all …]
|
| A D | ice_ddp.h | 299 enum ice_block { enum
|
| A D | ice_parser.h | 534 int buf_len, enum ice_block blk,
|
| A D | ice_ethtool_fdir.c | 347 ice_fdir_get_hw_prof(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_get_hw_prof() 362 ice_fdir_erase_flow_from_hw(struct ice_hw *hw, enum ice_block blk, int flow) in ice_fdir_erase_flow_from_hw() 395 ice_fdir_rem_flow(struct ice_hw *hw, enum ice_block blk, in ice_fdir_rem_flow()
|
| A D | ice_virtchnl_fdir.c | 2249 enum ice_block blk = ICE_BLK_FD; in ice_vc_del_fdir_raw()
|
| A D | ice_parser.c | 2364 int buf_len, enum ice_block blk, in ice_parser_profile_init()
|
Completed in 33 milliseconds