Lines Matching refs:f_ncm_opts
1184 struct f_ncm_opts *ncm_opts; in ncm_unwrap_ntb()
1186 ncm_opts = container_of(port->func.fi, struct f_ncm_opts, func_inst); in ncm_unwrap_ntb()
1437 struct f_ncm_opts *ncm_opts; in ncm_bind()
1442 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_bind()
1583 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) in to_f_ncm_opts()
1585 return container_of(to_config_group(item), struct f_ncm_opts, in to_f_ncm_opts()
1607 struct f_ncm_opts *opts = to_f_ncm_opts(item); in ncm_opts_max_segment_size_show()
1620 struct f_ncm_opts *opts = to_f_ncm_opts(item); in ncm_opts_max_segment_size_store()
1665 struct f_ncm_opts *opts; in ncm_free_inst()
1667 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst()
1678 struct f_ncm_opts *opts; in ncm_alloc_inst()
1718 struct f_ncm_opts *opts; in ncm_free()
1721 opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_free()
1754 struct f_ncm_opts *opts; in ncm_alloc()
1762 opts = container_of(fi, struct f_ncm_opts, func_inst); in ncm_alloc()