Searched refs:n_split_ops (Results 1 – 6 of 6) sorted by relevance
56 .n_split_ops = ARRAY_SIZE(handshake_nl_ops),
58 .n_split_ops = ARRAY_SIZE(dev_energymodel_nl_ops),
223 if (i + cnt < family->n_split_ops && in genl_op_from_split()243 for (i = 0; i < family->n_split_ops; i++) in genl_get_cmd_split()342 iter->family->n_split_ops; in genl_op_iter_init()357 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next()573 WARN_ON(family->n_split_ops && !family->split_ops)) in genl_validate_ops()591 if (family->n_split_ops) { in genl_validate_ops()596 for (s = 1; s < family->n_split_ops; s++) { in genl_validate_ops()1801 .n_split_ops = ARRAY_SIZE(genl_ctrl_ops),
136 .n_split_ops = ARRAY_SIZE(psp_nl_ops),
159 .n_split_ops = ARRAY_SIZE(net_shaper_nl_ops),
87 u8 n_split_ops; member