ptypes            789 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	*ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg;
ptypes            837 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		if (ptype == (p - hw->blk[blk].xlt1.ptypes)) {
ptypes            846 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	hw->blk[blk].xlt1.ptypes[ptype].ptg = ICE_DEFAULT_PTG;
ptypes            847 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL;
ptypes            893 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	hw->blk[blk].xlt1.ptypes[ptype].next_ptype =
ptypes            896 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		&hw->blk[blk].xlt1.ptypes[ptype];
ptypes            898 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg;
ptypes           1387 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt1.ptypes);
ptypes           1418 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes));
ptypes           1465 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		xlt1->ptypes = devm_kcalloc(ice_hw_to_dev(hw), xlt1->count,
ptypes           1466 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 					    sizeof(*xlt1->ptypes), GFP_KERNEL);
ptypes           1468 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		if (!xlt1->ptypes)
ptypes            302 drivers/net/ethernet/intel/ice/ice_flex_type.h 	struct ice_ptg_ptype *ptypes;