Lines Matching refs:aac_fib_context
169 struct aac_fib_context * fibctx;
172 fibctx = kmalloc(sizeof(struct aac_fib_context), GFP_KERNEL);
178 struct aac_fib_context * context;
181 fibctx->size = sizeof(struct aac_fib_context);
209 context = list_entry(entry, struct aac_fib_context, next);
248 struct aac_fib_context *fibctx;
277 fibctx = list_entry(entry, struct aac_fib_context, next);
294 (fibctx->size != sizeof(struct aac_fib_context))) {
355 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context * fibctx)
402 struct aac_fib_context *fibctx;
418 fibctx = list_entry(entry, struct aac_fib_context, next);
432 (fibctx->size != sizeof(struct aac_fib_context)))