Searched refs:src_ctx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.c | 3657 from = src_ctx + ce_info->offset; in ice_write_byte() 3697 from = src_ctx + ce_info->offset; in ice_write_word() 3740 from = src_ctx + ce_info->offset; in ice_write_dword() 3791 from = src_ctx + ce_info->offset; in ice_write_qword() 3852 ice_write_byte(src_ctx, dest_ctx, &ce_info[f]); in ice_set_ctx() 3892 src = src_ctx + (ce_info->lsb / 8); in ice_read_byte() 3929 src = src_ctx + (ce_info->lsb / 8); in ice_read_word() 3980 src = src_ctx + (ce_info->lsb / 8); in ice_read_dword() 4031 src = src_ctx + (ce_info->lsb / 8); in ice_read_qword() 4066 ice_read_byte(src_ctx, dest_ctx, &ce_info[f]); in ice_get_ctx() [all …]
|
| H A D | ice_common.h | 114 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx, 184 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, struct ice_ctx_ele *ce_info);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 5512 redisContext *src_ctx = redisConnect(src_ip, src_port); in clusterManagerCommandImport() local 5513 if (src_ctx->err) { in clusterManagerCommandImport() 5516 src_port, src_ctx->errstr); in clusterManagerCommandImport() 5519 src_reply = reconnectingRedisCommand(src_ctx, "INFO"); in clusterManagerCommandImport() 5532 src_reply = reconnectingRedisCommand(src_ctx, "DBSIZE"); in clusterManagerCommandImport() 5571 src_reply = reconnectingRedisCommand(src_ctx, "SCAN %d COUNT %d", in clusterManagerCommandImport() 5593 redisReply *r = reconnectingRedisCommand(src_ctx, cmdfmt, in clusterManagerCommandImport() 5614 if (src_ctx) redisFree(src_ctx); in clusterManagerCommandImport()
|