Searched refs:dst_id (Results 1 – 7 of 7) sorted by relevance
/freebsd/tests/sys/cddl/zfs/tests/history/ |
H A D | history_common.kshlib | 164 typeset dst_id=$($ZDB $ds | $GREP "^Dataset $ds " | \ 167 $ECHO $dst_id 211 typeset dst_id=$(get_dataset_id $ds) 214 $ECHO $line | $GREP -E "\[txg:[0-9]+\] $subcmd $ds \($dst_id\)" | \
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dev_api.h | 590 u16 *dst_id); 603 u8 *dst_id); 616 u8 *dst_id);
|
H A D | ecore_dev.c | 6371 u16 src_id, u16 *dst_id) in ecore_fw_l2_queue() argument 6384 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue() 6390 u8 src_id, u8 *dst_id) in ecore_fw_vport() argument 6403 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport() 6409 u8 src_id, u8 *dst_id) in ecore_fw_rss_eng() argument 6422 *dst_id = RESC_START(p_hwfn, ECORE_RSS_ENG) + src_id; in ecore_fw_rss_eng()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.td | 18 def ASSIGN_TYPE: Pseudo<(outs ANYID:$dst_id), (ins ANYID:$src_id, TYPE:$src_ty)>; 19 def DECL_TYPE: Pseudo<(outs ANYID:$dst_id), (ins ANYID:$src_id, TYPE:$src_ty)>; 20 def GET_ID: Pseudo<(outs ID:$dst_id), (ins ANYID:$src)>; 21 def GET_ID64: Pseudo<(outs ID64:$dst_id), (ins ANYID:$src)>; 22 def GET_fID: Pseudo<(outs fID:$dst_id), (ins ANYID:$src)>; 23 def GET_fID64: Pseudo<(outs fID64:$dst_id), (ins ANYID:$src)>; 24 def GET_pID32: Pseudo<(outs pID32:$dst_id), (ins ANYID:$src)>; 25 def GET_pID64: Pseudo<(outs pID64:$dst_id), (ins ANYID:$src)>; 26 def GET_vID: Pseudo<(outs vID:$dst_id), (ins ANYID:$src)>; 27 def GET_vfID: Pseudo<(outs vfID:$dst_id), (ins ANYID:$src)>; [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_lash.c | 1284 unsigned dst_id; in get_lash_sl() local 1306 dst_id = get_lash_id(p_sw); in get_lash_sl() 1313 if (src_id == dst_id) in get_lash_sl() 1316 return (uint8_t) ((switch_t *) p_sw->priv)->routing_table[dst_id].lane; in get_lash_sl()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.c | 2080 req.dst_id = htole16(vnic->id); in bnxt_hwrm_l2_filter_alloc()
|
H A D | hsi_struct_def.h | 44414 uint16_t dst_id; member 44685 uint32_t dst_id; member 46265 uint16_t dst_id; member 46954 uint16_t dst_id; member 48333 uint16_t dst_id; member 52630 uint16_t dst_id; member
|