Searched refs:dst_id (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/tests/sys/cddl/zfs/tests/history/
H A Dhistory_common.kshlib164 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-current/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h584 * @param dst_id - absolute per engine
590 u16 *dst_id);
597 * @param dst_id - absolute per engine
603 u8 *dst_id);
610 * @param dst_id - absolute per engine
616 u8 *dst_id);
H A Decore_dev.c6371 u16 src_id, u16 *dst_id)
6384 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id;
6390 u8 src_id, u8 *dst_id)
6403 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id;
6409 u8 src_id, u8 *dst_id)
6422 *dst_id = RESC_START(p_hwfn, ECORE_RSS_ENG) + src_id;
6370 ecore_fw_l2_queue(struct ecore_hwfn *p_hwfn, u16 src_id, u16 *dst_id) argument
6389 ecore_fw_vport(struct ecore_hwfn *p_hwfn, u8 src_id, u8 *dst_id) argument
6408 ecore_fw_rss_eng(struct ecore_hwfn *p_hwfn, u8 src_id, u8 *dst_id) argument
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c1284 unsigned dst_id; local
1306 dst_id = get_lash_id(p_sw);
1313 if (src_id == dst_id)
1316 return (uint8_t) ((switch_t *) p_sw->priv)->routing_table[dst_id].lane;
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c2080 req.dst_id = htole16(vnic->id);
H A Dhsi_struct_def.h44414 uint16_t dst_id; member in struct:hwrm_cfa_l2_filter_alloc_input
44685 uint32_t dst_id; member in struct:hwrm_cfa_l2_filter_cfg_input
46265 uint16_t dst_id; member in struct:hwrm_cfa_ntuple_filter_alloc_input
46954 uint16_t dst_id; member in struct:hwrm_cfa_em_flow_alloc_input
48333 uint16_t dst_id; member in struct:hwrm_cfa_decap_filter_alloc_input
52630 uint16_t dst_id; member in struct:hwrm_cfa_tls_filter_alloc_input
[all...]

Completed in 431 milliseconds