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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h586 * @param dst_id - absolute per engine
592 u16 *dst_id);
599 * @param dst_id - absolute per engine
605 u8 *dst_id);
612 * @param dst_id - absolute per engine
618 u8 *dst_id);
H A Decore_dev.c6375 u16 src_id, u16 *dst_id)
6388 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id;
6394 u8 src_id, u8 *dst_id)
6407 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id;
6413 u8 src_id, u8 *dst_id)
6426 *dst_id = RESC_START(p_hwfn, ECORE_RSS_ENG) + src_id;
6374 ecore_fw_l2_queue(struct ecore_hwfn *p_hwfn, u16 src_id, u16 *dst_id) argument
6393 ecore_fw_vport(struct ecore_hwfn *p_hwfn, u8 src_id, u8 *dst_id) argument
6412 ecore_fw_rss_eng(struct ecore_hwfn *p_hwfn, u8 src_id, u8 *dst_id) argument
/freebsd-11-stable/sys/mips/nlm/hal/
H A Dfmn.c333 int dst_id, int match_srcid_en, int src_id,
343 ((dst_id & 0xfff) << 24) |
331 nlm_cms_trace_setup(uint64_t base, int en, uint64_t trace_base, uint64_t trace_limit, int match_dstid_en, int dst_id, int match_srcid_en, int src_id, int wrap) argument
H A Dfmn.h238 extern void nlm_cms_trace_setup(uint64_t base, int en, uint64_t trace_base, uint64_t trace_limit, int match_dstid_en, int dst_id, int match_srcid_en, int src_id, int wrap);
/freebsd-11-stable/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-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c933 req.dst_id = htole16(vnic->id);
H A Dhsi_struct_def.h17017 /* This bit must be '1' for the dst_id field to be configured. */
17125 uint16_t dst_id; member in struct:hwrm_cfa_l2_filter_alloc_input
17320 /* This bit must be '1' for the dst_id field to be configured. */
17332 uint32_t dst_id; member in struct:hwrm_cfa_l2_filter_cfg_input
18211 /* This bit must be '1' for the dst_id field to be configured. */
18248 uint16_t dst_id; member in struct:hwrm_cfa_ntuple_filter_alloc_input
18676 /* This bit must be '1' for the dst_id field to be configured. */
18792 uint16_t dst_id; member in struct:hwrm_cfa_em_flow_alloc_input
19763 /* This bit must be '1' for the dst_id field to be configured. */
19874 uint16_t dst_id; member in struct:hwrm_cfa_decap_filter_alloc_input
[all...]

Completed in 174 milliseconds