Searched refs:ctx_p (Results 1 – 4 of 4) sorted by relevance
311 struct aac_fib_context *fibctx_p, *ctx_p; in aac_open_getadapter_fib() local324 for (ctx_p = softs->fibctx_p; ctx_p->next; ctx_p = ctx_p->next) in aac_open_getadapter_fib()326 ctx_p->next = fibctx_p; in aac_open_getadapter_fib()327 fibctx_p->prev = ctx_p; in aac_open_getadapter_fib()332 ctx_p = softs->fibctx_p; in aac_open_getadapter_fib()333 while (ctx_p != fibctx_p) { in aac_open_getadapter_fib()334 if (ctx_p->unique == fibctx_p->unique) { in aac_open_getadapter_fib()336 ctx_p = softs->fibctx_p; in aac_open_getadapter_fib()338 ctx_p = ctx_p->next; in aac_open_getadapter_fib()361 struct aac_fib_context *ctx_p; in aac_next_getadapter_fib() local[all …]
6372 struct aac_fib_context *ctx_p; in aac_save_aif() local6375 for (ctx_p = softs->fibctx_p; ctx_p; ctx_p = ctx_p->next) { in aac_save_aif()6376 if (next == ctx_p->ctx_idx) { in aac_save_aif()6377 ctx_p->ctx_flags |= AAC_CTXFLAG_FILLED; in aac_save_aif()6378 } else if (current == ctx_p->ctx_idx && in aac_save_aif()6379 (ctx_p->ctx_flags & AAC_CTXFLAG_FILLED)) { in aac_save_aif()6380 ctx_p->ctx_idx = next; in aac_save_aif()6381 ctx_p->ctx_overrun++; in aac_save_aif()
106 smbrdr_ctx_new(struct smb_ctx **ctx_p, char *server, in smbrdr_ctx_new() argument170 *ctx_p = ctx; in smbrdr_ctx_new()
5229 IN void * ctx_p /* context with updated data */ in lm_tcp_get_delegated() argument5253 xst_tcp = &((struct toe_context *)ctx_p)->xstorm_st_context.context.common.tcp; in lm_tcp_get_delegated()5254 xag_tcp = &((struct toe_context *)ctx_p)->xstorm_ag_context.tcp; in lm_tcp_get_delegated()5255 tst_tcp = &((struct toe_context *)ctx_p)->tstorm_st_context.context.tcp; in lm_tcp_get_delegated()5256 tag_tcp = &((struct toe_context *)ctx_p)->tstorm_ag_context.tcp; in lm_tcp_get_delegated()5258 xst_toe = &((struct toe_context *)ctx_p)->xstorm_st_context.context.toe; in lm_tcp_get_delegated()5259 xag_toe = &((struct toe_context *)ctx_p)->xstorm_ag_context; in lm_tcp_get_delegated()5260 cst_toe = &((struct toe_context *)ctx_p)->cstorm_st_context.context; in lm_tcp_get_delegated()5261 ust_toe = &((struct toe_context *)ctx_p)->ustorm_st_context.context; in lm_tcp_get_delegated()5283 xst_tcp = &((struct iscsi_context *)ctx_p)->xstorm_st_context.common.tcp; in lm_tcp_get_delegated()[all …]