Searched refs:xlt1 (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 4123 struct ice_xlt1 *xlt1 = &hw->blk[i].xlt1; in ice_clear_hw_tbls() local 4134 ice_memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes), in ice_clear_hw_tbls() 4139 ice_memset(xlt1->t, 0, xlt1->count * sizeof(*xlt1->t), in ice_clear_hw_tbls() 4182 struct ice_xlt1 *xlt1 = &hw->blk[i].xlt1; in ice_init_hw_tbls() local 4199 xlt1->count = blk_sizes[i].xlt1; in ice_init_hw_tbls() 4202 ice_calloc(hw, xlt1->count, sizeof(*xlt1->ptypes)); in ice_init_hw_tbls() 4213 xlt1->t = (u8 *)ice_calloc(hw, xlt1->count, sizeof(*xlt1->t)); in ice_init_hw_tbls() 4214 if (!xlt1->t) in ice_init_hw_tbls() 4602 u16 xlt1 = 0; in ice_upd_prof_hw() local 4613 xlt1++; in ice_upd_prof_hw() [all …]
|
| H A D | ice_flex_type.h | 912 u8 xlt1; member 966 struct ice_xlt1 xlt1; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_hash.c | 1221 ptg = hw->blk[ICE_BLK_RSS].xlt1.t[id]; in ice_hash_add_raw_cfg() 1359 ptg = hw->blk[ICE_BLK_RSS].xlt1.t[id]; in ice_hash_rem_raw_cfg()
|
| H A D | ice_fdir_filter.c | 1329 int ptg = hw->blk[ICE_BLK_FD].xlt1.t[id]; in ice_fdir_create_filter() 1488 int ptg = hw->blk[ICE_BLK_FD].xlt1.t[id]; in ice_fdir_destroy_filter()
|