Home
last modified time | relevance | path

Searched refs:target_id (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h34 uint16_t target_id; member
176 uint16_t target_id; member
228 uint16_t target_id; member
995 uint16_t target_id; member
10093 uint16_t target_id; member
10197 uint16_t target_id; member
10274 uint16_t target_id; member
10347 uint16_t target_id; member
10421 uint16_t target_id; member
10702 uint16_t target_id; member
[all …]
H A Dbnxt_hwrm.h135 int bnxt_hwrm_exec_fwd_resp(struct bnxt *bp, uint16_t target_id,
137 int bnxt_hwrm_reject_fwd_resp(struct bnxt *bp, uint16_t target_id,
H A Dbnxt_hwrm.c197 (req)->target_id = rte_cpu_to_le_16(0xffff); \
846 req.target_id = rte_cpu_to_le_16(0xffff); in bnxt_hwrm_vnic_qcaps()
4052 int bnxt_hwrm_reject_fwd_resp(struct bnxt *bp, uint16_t target_id, in bnxt_hwrm_reject_fwd_resp() argument
4064 req.encap_resp_target_id = rte_cpu_to_le_16(target_id); in bnxt_hwrm_reject_fwd_resp()
4096 int bnxt_hwrm_exec_fwd_resp(struct bnxt *bp, uint16_t target_id, in bnxt_hwrm_exec_fwd_resp() argument
4108 req.encap_resp_target_id = rte_cpu_to_le_16(target_id); in bnxt_hwrm_exec_fwd_resp()
5551 req.target_id = rte_cpu_to_le_16(bp->fw_fid); in bnxt_hwrm_cfa_counter_qcaps()
5633 req.target_id = rte_cpu_to_le_16(bp->fw_fid); in bnxt_hwrm_cfa_counter_cfg()
5679 req.target_id = rte_cpu_to_le_16(bp->fw_fid); in bnxt_hwrm_cfa_counter_qstats()
/f-stack/app/redis-5.0.5/src/
H A Dredismodule.h334 int REDISMODULE_API_FUNC(RedisModule_SendClusterMessage)(RedisModuleCtx *ctx, char *target_id, uint…
H A Dredis-cli.c4095 sds target_id = NULL; in clusterManagerFixOpenSlot() local
4099 target_id = src->migrating[i + 1]; in clusterManagerFixOpenSlot()
4103 assert(target_id != NULL); in clusterManagerFixOpenSlot()
4114 if (strcmp(n->name, target_id) == 0) dst = n; in clusterManagerFixOpenSlot()
H A Dmodule.c4110 int RM_SendClusterMessage(RedisModuleCtx *ctx, char *target_id, uint8_t type, unsigned char *msg, u… in RM_SendClusterMessage() argument
4113 if (clusterSendModuleMessageToTarget(target_id,module_id,type,msg,len) == C_OK) in RM_SendClusterMessage()