Home
last modified time | relevance | path

Searched refs:ptg (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/ptyfs/
H A Dt_nullpts.c68 struct ptmget ptg; in ATF_TC_BODY() local
96 if (rump_sys_ioctl(ptm, TIOCPTMGET, &ptg) == -1) in ATF_TC_BODY()
103 strcat(path, ptg.sn); in ATF_TC_BODY()
114 rump_sys_close(ptg.sfd); in ATF_TC_BODY()
/freebsd/sys/dev/ice/
H A Dice_flex_pipe.c749 sect->value[index] = hw->blk[blk].xlt1.ptypes[index].ptg; in ice_ptg_update_xlt1()
763 * @ptg: pointer to variable that receives the PTG
770 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg) in ice_ptg_find_ptype()
772 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype()
775 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype()
783 * @ptg: the PTG to allocate
788 static void ice_ptg_alloc_val(struct ice_hw *hw, enum ice_block blk, u8 ptg) in ice_ptg_alloc_val()
790 hw->blk[blk].xlt1.ptg_tbl[ptg].in_use = true; in ice_ptg_alloc_val()
797 * @ptg
769 ice_ptg_find_ptype(struct ice_hw * hw,enum ice_block blk,u16 ptype,u8 * ptg) ice_ptg_find_ptype() argument
787 ice_ptg_alloc_val(struct ice_hw * hw,enum ice_block blk,u8 ptg) ice_ptg_alloc_val() argument
801 ice_ptg_free(struct ice_hw * hw,enum ice_block blk,u8 ptg) ice_ptg_free() argument
828 ice_ptg_remove_ptype(struct ice_hw * hw,enum ice_block blk,u16 ptype,u8 ptg) ice_ptg_remove_ptype() argument
875 ice_ptg_add_mv_ptype(struct ice_hw * hw,enum ice_block blk,u16 ptype,u8 ptg) ice_ptg_add_mv_ptype() argument
1619 u8 ptg; ice_init_sw_xlt1_db() local
2146 ice_prof_gen_key(struct ice_hw * hw,enum ice_block blk,u8 ptg,u16 vsig,u8 cdid,u16 flags,u8 vl_msk[ICE_TCAM_KEY_VAL_SZ],u8 dc_msk[ICE_TCAM_KEY_VAL_SZ],u8 nm_msk[ICE_TCAM_KEY_VAL_SZ],u8 key[ICE_TCAM_KEY_SZ]) ice_prof_gen_key() argument
2203 ice_tcam_write_entry(struct ice_hw * hw,enum ice_block blk,u16 idx,u8 prof_id,u8 ptg,u16 vsig,u8 cdid,u16 flags,u8 vl_msk[ICE_TCAM_KEY_VAL_SZ],u8 dc_msk[ICE_TCAM_KEY_VAL_SZ],u8 nm_msk[ICE_TCAM_KEY_VAL_SZ]) ice_tcam_write_entry() argument
2584 u8 ptg; ice_add_prof() local
[all...]
H A Dice_flex_type.h294 u8 ptg; member
306 u8 ptg[ICE_MAX_PTG_PER_PROFILE]; member
313 u8 ptg; member
463 u8 ptg; member
H A Dice_flex_pipe.h64 void ice_ptg_free(struct ice_hw *hw, enum ice_block blk, u8 ptg);