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

/freebsd-13-stable/contrib/netbsd-tests/fs/ptyfs/
H A Dt_nullpts.c68 struct ptmget ptg; local
96 if (rump_sys_ioctl(ptm, TIOCPTMGET, &ptg) == -1)
103 strcat(path, ptg.sn);
114 rump_sys_close(ptg.sfd);
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c2533 sect->value[index] = hw->blk[blk].xlt1.ptypes[index].ptg;
2547 * @ptg: pointer to variable that receives the PTG
2554 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg) argument
2556 if (ptype >= ICE_XLT1_CNT || !ptg)
2559 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg;
2567 * @ptg: the PTG to allocate
2572 static void ice_ptg_alloc_val(struct ice_hw *hw, enum ice_block blk, u8 ptg) argument
2574 hw->blk[blk].xlt1.ptg_tbl[ptg].in_use = true;
2581 * @ptg
2586 ice_ptg_free(struct ice_hw *hw, enum ice_block blk, u8 ptg) argument
2613 ice_ptg_remove_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) argument
2660 ice_ptg_add_mv_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) argument
3404 u8 ptg; local
3906 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]) argument
3962 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]) argument
4357 u8 ptg; local
[all...]
H A Dice_flex_type.h547 u8 ptg; member in struct:ice_ptg_ptype
559 u8 ptg[ICE_MAX_PTG_PER_PROFILE]; member in struct:ice_prof_map
566 u8 ptg; member in struct:ice_tcam_inf
716 u8 ptg; member in struct:ice_chs_chg
H A Dice_flex_pipe.h86 void ice_ptg_free(struct ice_hw *hw, enum ice_block blk, u8 ptg);

Completed in 142 milliseconds