Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 25 of 83) sorted by relevance

1234

/linux/net/tipc/
H A Dnetlink.c155 .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 …]
H A Dnetlink_compat.c73 int (*doit)(struct sk_buff *skb, struct genl_info *info); member
368 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
821 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
827 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1191 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1194 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1209 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1210 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
1211 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1214 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle()
[all …]
/linux/net/ethtool/
H A Dnetlink.c495 /* default ->doit() handler for GET type requests */ in ethnl_default_doit()
677 * same parser as for non-dump (doit) requests is used, it in ethnl_default_start()
1136 .doit = ethnl_default_doit,
1145 .doit = ethnl_default_doit,
1155 .doit = ethnl_default_set_doit,
1161 .doit = ethnl_default_doit,
1171 .doit = ethnl_default_set_doit,
1177 .doit = ethnl_default_doit,
1186 .doit = ethnl_default_doit,
1196 .doit
[all...]
/linux/drivers/nfc/st-nci/
H A Dvendor_cmds.c378 .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/net/smc/
H A Dsmc_netlink.c85 .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/net/core/
H A Dnetdev-genl-gen.c114 .doit = netdev_nl_dev_get_doit,
127 .doit = netdev_nl_page_pool_get_doit,
141 .doit = netdev_nl_page_pool_stats_get_doit,
154 .doit = netdev_nl_queue_get_doit,
168 .doit = netdev_nl_napi_get_doit,
189 .doit = netdev_nl_bind_rx_doit,
196 .doit = netdev_nl_napi_set_doit,
203 .doit = netdev_nl_bind_tx_doit,
/linux/drivers/nfc/st21nfca/
H A Dvendor_cmds.c302 .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/net/netlink/
H A Dgenetlink.c148 struct genl_split_ops doit; member
187 op->doit = family->small_ops[i].doit; in genl_op_from_small()
222 iter->doit = family->split_ops[i + cnt]; in genl_op_from_split()
223 genl_op_fill_in_reject_policy_split(family, &iter->doit); in genl_op_from_split()
226 memset(&iter->doit, 0, sizeof(iter->doit)); in genl_op_from_split()
231 (!cnt || family->split_ops[i + cnt].cmd == iter->doit.cmd)) { in genl_op_from_split()
264 if ((flags & GENL_CMD_CAP_DO && !full->doit) || in genl_cmd_full_to_split()
276 op->doit = full->doit; in genl_cmd_full_to_split()
326 struct genl_split_ops *doit, struct genl_split_ops *dumpit) in genl_get_cmd_both() argument
330 err1 = genl_get_cmd(cmd, GENL_CMD_CAP_DO, family, doit); in genl_get_cmd_both()
[all …]
/linux/fs/smb/server/
H A Dtransport_ipc.c134 .doit = handle_unsupported_event,
138 .doit = handle_unsupported_event,
142 .doit = handle_startup_event,
146 .doit = handle_unsupported_event,
150 .doit = handle_unsupported_event,
154 .doit = handle_generic_event,
158 .doit = handle_unsupported_event,
162 .doit = handle_generic_event,
166 .doit = handle_unsupported_event,
170 .doit = handle_generic_event,
[all …]
/linux/net/shaper/
H A Dshaper_nl_gen.c85 .doit = net_shaper_nl_get_doit,
103 .doit = net_shaper_nl_set_doit,
112 .doit = net_shaper_nl_delete_doit,
121 .doit = net_shaper_nl_group_doit,
130 .doit = net_shaper_nl_cap_get_doit,
/linux/net/ipv6/ila/
H A Dila_main.c19 .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/net/ipv4/
H A Dfou_nl.c34 .doit = fou_nl_add_doit,
40 .doit = fou_nl_del_doit,
46 .doit = fou_nl_get_doit,
/linux/include/math-emu/
H A Dop-4.h239 #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 …]
H A Dop-2.h236 #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); \
H A Dop-1.h138 #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/drivers/infiniband/core/
H A Dnetlink.c106 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()
/linux/tools/net/ynl/pyynl/
H A Dethtool.py87 def doit(ynl, args, op_name):
89 Prepare request header, parse arguments and doit.
184 doit(ynl, args, 'eee-set')
188 doit(ynl, args, 'pause-set')
192 doit(ynl, args, 'coalesce-set')
201 doit(ynl, args, 'channels-set')
205 doit(ynl, args, 'rings-set')
78 def doit(ynl, args, op_name): global() function
/linux/net/ieee802154/
H A Dnl802154.c2775 .doit = nl802154_get_wpan_phy,
2785 .doit = nl802154_get_interface,
2794 .doit = nl802154_new_interface,
2802 .doit = nl802154_del_interface,
2810 .doit = nl802154_set_channel,
2818 .doit = nl802154_set_cca_mode,
2826 .doit = nl802154_set_cca_ed_level,
2834 .doit = nl802154_set_tx_power,
2842 .doit = nl802154_wpan_phy_netns,
2850 .doit = nl802154_set_pan_id,
[all …]
H A Dieee802154.h14 .doit = _func, \
22 .doit = _func, \
/linux/net/netlabel/
H A Dnetlabel_mgmt.c761 .doit = netlbl_mgmt_add,
768 .doit = netlbl_mgmt_remove,
775 .doit = NULL,
782 .doit = netlbl_mgmt_adddef,
789 .doit = netlbl_mgmt_removedef,
796 .doit = netlbl_mgmt_listdef,
803 .doit = NULL,
810 .doit = netlbl_mgmt_version,
H A Dnetlabel_calipso.c337 .doit = netlbl_calipso_add,
344 .doit = netlbl_calipso_remove,
351 .doit = netlbl_calipso_list,
358 .doit = NULL,
/linux/net/handshake/
H A Dgenl.c30 .doit = handshake_nl_accept_doit,
37 .doit = handshake_nl_done_doit,
/linux/kernel/power/
H A Dem_netlink_autogen.c28 .doit = dev_energymodel_nl_get_perf_domains_doit,
40 .doit = dev_energymodel_nl_get_perf_table_doit,
/linux/net/nfc/
H A Dnetlink.c1607 err = cmd->doit(dev, data, data_len); in nfc_genl_vendor_cmd()
1700 .doit = nfc_genl_get_device,
1707 .doit = nfc_genl_dev_up,
1713 .doit = nfc_genl_dev_down,
1719 .doit = nfc_genl_start_poll,
1725 .doit = nfc_genl_stop_poll,
1731 .doit = nfc_genl_dep_link_up,
1737 .doit = nfc_genl_dep_link_down,
1750 .doit = nfc_genl_llc_get_params,
1755 .doit = nfc_genl_llc_set_params,
[all …]
/linux/net/phonet/
H A Dpn_netlink.c320 .doit = addr_doit, .flags = RTNL_FLAG_DOIT_UNLOCKED},
322 .doit = addr_doit, .flags = RTNL_FLAG_DOIT_UNLOCKED},
326 .doit = route_doit, .flags = RTNL_FLAG_DOIT_UNLOCKED},
328 .doit = route_doit, .flags = RTNL_FLAG_DOIT_UNLOCKED},

1234