/Linux-v6.6/net/devlink/ |
D | netlink.c | 262 .doit = devlink_nl_cmd_port_set_doit, 268 .doit = devlink_nl_cmd_rate_set_doit, 273 .doit = devlink_nl_cmd_rate_new_doit, 278 .doit = devlink_nl_cmd_rate_del_doit, 284 .doit = devlink_nl_cmd_port_split_doit, 291 .doit = devlink_nl_cmd_port_unsplit_doit, 297 .doit = devlink_nl_cmd_port_new_doit, 302 .doit = devlink_nl_cmd_port_del_doit, 309 .doit = devlink_nl_cmd_linecard_set_doit, 315 .doit = devlink_nl_cmd_sb_pool_set_doit, [all …]
|
D | netlink_gen.c | 216 .doit = devlink_nl_get_doit, 232 .doit = devlink_nl_port_get_doit, 249 .doit = devlink_nl_sb_get_doit, 266 .doit = devlink_nl_sb_pool_get_doit, 283 .doit = devlink_nl_sb_port_pool_get_doit, 300 .doit = devlink_nl_sb_tc_pool_bind_get_doit, 317 .doit = devlink_nl_param_get_doit, 334 .doit = devlink_nl_region_get_doit, 351 .doit = devlink_nl_info_get_doit, 367 .doit = devlink_nl_health_reporter_get_doit, [all …]
|
/Linux-v6.6/net/tipc/ |
D | netlink.c | 155 .doit = tipc_nl_bearer_disable, 160 .doit = tipc_nl_bearer_enable, 165 .doit = tipc_nl_bearer_get, 171 .doit = tipc_nl_bearer_add, 176 .doit = tipc_nl_bearer_set, 194 .doit = tipc_nl_node_get_link, 200 .doit = tipc_nl_node_set_link, 205 .doit = tipc_nl_node_reset_link_stats, 210 .doit = tipc_nl_media_get, 216 .doit = tipc_nl_media_set, [all …]
|
D | netlink_compat.c | 73 int (*doit)(struct sk_buff *skb, struct genl_info *info); member 370 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit() 823 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set() 829 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set() 1193 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local 1196 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle() 1211 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle() 1212 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle() 1213 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle() 1216 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle() [all …]
|
/Linux-v6.6/net/ethtool/ |
D | netlink.c | 784 .doit = ethnl_default_doit, 793 .doit = ethnl_default_doit, 803 .doit = ethnl_default_set_doit, 809 .doit = ethnl_default_doit, 819 .doit = ethnl_default_set_doit, 825 .doit = ethnl_default_doit, 834 .doit = ethnl_default_doit, 844 .doit = ethnl_default_set_doit, 851 .doit = ethnl_default_doit, 861 .doit = ethnl_default_set_doit, [all …]
|
/Linux-v6.6/net/smc/ |
D | smc_netlink.c | 85 .doit = smc_nl_add_ueid, 91 .doit = smc_nl_remove_ueid, 97 .doit = smc_nl_flush_ueid, 107 .doit = smc_nl_enable_seid, 112 .doit = smc_nl_disable_seid, 122 .doit = smc_nl_enable_hs_limitation, 127 .doit = smc_nl_disable_hs_limitation,
|
/Linux-v6.6/drivers/nfc/st-nci/ |
D | vendor_cmds.c | 378 .doit = st_nci_factory_mode, 383 .doit = st_nci_hci_clear_all_pipes, 388 .doit = st_nci_hci_dm_put_data, 393 .doit = st_nci_hci_dm_update_aid, 398 .doit = st_nci_hci_dm_get_info, 403 .doit = st_nci_hci_dm_get_data, 408 .doit = st_nci_hci_dm_direct_load, 413 .doit = st_nci_hci_dm_reset, 418 .doit = st_nci_hci_get_param, 423 .doit = st_nci_hci_dm_field_generator, [all …]
|
/Linux-v6.6/drivers/nfc/st21nfca/ |
D | vendor_cmds.c | 302 .doit = st21nfca_factory_mode, 307 .doit = st21nfca_hci_clear_all_pipes, 312 .doit = st21nfca_hci_dm_put_data, 317 .doit = st21nfca_hci_dm_update_aid, 322 .doit = st21nfca_hci_dm_get_info, 327 .doit = st21nfca_hci_dm_get_data, 332 .doit = st21nfca_hci_dm_load, 337 .doit = st21nfca_hci_dm_reset, 342 .doit = st21nfca_hci_get_param, 347 .doit = st21nfca_hci_dm_field_generator, [all …]
|
/Linux-v6.6/net/netlink/ |
D | genetlink.c | 146 struct genl_split_ops doit; member 185 op->doit = family->small_ops[i].doit; in genl_op_from_small() 220 iter->doit = family->split_ops[i + cnt]; in genl_op_from_split() 221 genl_op_fill_in_reject_policy_split(family, &iter->doit); in genl_op_from_split() 224 memset(&iter->doit, 0, sizeof(iter->doit)); in genl_op_from_split() 261 if ((flags & GENL_CMD_CAP_DO && !full->doit) || in genl_cmd_full_to_split() 273 op->doit = full->doit; in genl_cmd_full_to_split() 323 struct genl_split_ops *doit, struct genl_split_ops *dumpit) in genl_get_cmd_both() argument 327 err1 = genl_get_cmd(cmd, GENL_CMD_CAP_DO, family, doit); in genl_get_cmd_both() 372 genl_cmd_full_to_split(&iter->doit, family, in genl_op_iter_next() [all …]
|
/Linux-v6.6/net/ipv6/ila/ |
D | ila_main.c | 19 .doit = ila_xlat_nl_cmd_add_mapping, 25 .doit = ila_xlat_nl_cmd_del_mapping, 31 .doit = ila_xlat_nl_cmd_flush, 37 .doit = ila_xlat_nl_cmd_get_mapping,
|
/Linux-v6.6/fs/smb/server/ |
D | transport_ipc.c | 127 .doit = handle_unsupported_event, 131 .doit = handle_unsupported_event, 135 .doit = handle_startup_event, 139 .doit = handle_unsupported_event, 143 .doit = handle_unsupported_event, 147 .doit = handle_generic_event, 151 .doit = handle_unsupported_event, 155 .doit = handle_generic_event, 159 .doit = handle_unsupported_event, 163 .doit = handle_generic_event, [all …]
|
/Linux-v6.6/net/ipv4/ |
D | fou_nl.c | 33 .doit = fou_nl_add_doit, 39 .doit = fou_nl_del_doit, 45 .doit = fou_nl_get_doit,
|
/Linux-v6.6/crypto/ |
D | crypto_user_base.c | 408 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member 412 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg}, 413 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg}, 414 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg}, 415 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report, 418 [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, 419 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat}, 467 if (link->doit == NULL) in crypto_user_rcv_msg() 470 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
|
/Linux-v6.6/include/math-emu/ |
D | op-4.h | 239 #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit) \ argument 244 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \ 245 doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \ 246 doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \ 247 doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \ 248 doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \ 249 doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \ 268 doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \ 269 doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \ 270 doit(_d_f1, _d_f0, X##_f[1], Y##_f[2]); \ [all …]
|
D | op-2.h | 236 #define _FP_MUL_MEAT_2_wide(wfracbits, R, X, Y, doit) \ argument 240 doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 241 doit(_b_f1, _b_f0, X##_f0, Y##_f1); \ 242 doit(_c_f1, _c_f0, X##_f1, Y##_f0); \ 243 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \ 266 #define _FP_MUL_MEAT_2_wide_3mul(wfracbits, R, X, Y, doit) \ argument 276 doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 277 doit(_FP_FRAC_WORD_4(_z,2), _FP_FRAC_WORD_4(_z,1), _b_f0, _b_f1); \ 278 doit(_c_f1, _c_f0, X##_f1, Y##_f1); \
|
D | op-1.h | 138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument 141 doit(_Z_f1, _Z_f0, X##_f, Y##_f); \ 189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument 195 doit(_q, _r, X##_f, Y##_f); \
|
/Linux-v6.6/tools/net/ynl/ |
D | ethtool.py | 72 def doit(ynl, args, op_name): function 166 return doit(ynl, args, 'eee-set') 169 return doit(ynl, args, 'pause-set') 172 return doit(ynl, args, 'coalesce-set') 180 return doit(ynl, args, 'channels-set') 183 return doit(ynl, args, 'rings-set')
|
/Linux-v6.6/drivers/infiniband/core/ |
D | netlink.c | 106 if (!cb_table || (!cb_table[op].dump && !cb_table[op].doit)) in get_cb_table() 180 if (cb_table[op].doit) in rdma_nl_rcv_msg() 181 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg() 194 if (cb_table[op].doit) in rdma_nl_rcv_msg() 195 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg()
|
D | nldev.c | 2473 .doit = nldev_get_doit, 2477 .doit = nldev_get_chardev, 2480 .doit = nldev_set_doit, 2484 .doit = nldev_newlink, 2488 .doit = nldev_dellink, 2492 .doit = nldev_port_get_doit, 2496 .doit = nldev_res_get_doit, 2500 .doit = nldev_res_get_qp_doit, 2504 .doit = nldev_res_get_cm_id_doit, 2508 .doit = nldev_res_get_cq_doit, [all …]
|
/Linux-v6.6/net/handshake/ |
D | genl.c | 29 .doit = handshake_nl_accept_doit, 36 .doit = handshake_nl_done_doit,
|
/Linux-v6.6/drivers/net/wireless/ti/wlcore/ |
D | vendor_cmd.c | 159 .doit = wlcore_vendor_cmd_smart_config_start, 169 .doit = wlcore_vendor_cmd_smart_config_stop, 179 .doit = wlcore_vendor_cmd_smart_config_set_group_key,
|
/Linux-v6.6/net/ieee802154/ |
D | nl802154.c | 2602 .doit = nl802154_get_wpan_phy, 2612 .doit = nl802154_get_interface, 2621 .doit = nl802154_new_interface, 2629 .doit = nl802154_del_interface, 2637 .doit = nl802154_set_channel, 2645 .doit = nl802154_set_cca_mode, 2653 .doit = nl802154_set_cca_ed_level, 2661 .doit = nl802154_set_tx_power, 2669 .doit = nl802154_wpan_phy_netns, 2677 .doit = nl802154_set_pan_id, [all …]
|
D | ieee802154.h | 14 .doit = _func, \ 22 .doit = _func, \
|
/Linux-v6.6/net/nfc/ |
D | netlink.c | 1608 err = cmd->doit(dev, data, data_len); in nfc_genl_vendor_cmd() 1701 .doit = nfc_genl_get_device, 1708 .doit = nfc_genl_dev_up, 1714 .doit = nfc_genl_dev_down, 1720 .doit = nfc_genl_start_poll, 1726 .doit = nfc_genl_stop_poll, 1732 .doit = nfc_genl_dep_link_up, 1738 .doit = nfc_genl_dep_link_down, 1751 .doit = nfc_genl_llc_get_params, 1756 .doit = nfc_genl_llc_set_params, [all …]
|
/Linux-v6.6/net/netlabel/ |
D | netlabel_mgmt.c | 766 .doit = netlbl_mgmt_add, 773 .doit = netlbl_mgmt_remove, 780 .doit = NULL, 787 .doit = netlbl_mgmt_adddef, 794 .doit = netlbl_mgmt_removedef, 801 .doit = netlbl_mgmt_listdef, 808 .doit = NULL, 815 .doit = netlbl_mgmt_version,
|