Searched refs:__struct_size (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/ |
| H A D | compiler_types.h | 532 #define __struct_size(p) __builtin_dynamic_object_size(p, 0) macro 535 #define __struct_size(p) __builtin_object_size(p, 0) macro
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_chan.c | 340 args, __struct_size(args), &chan->user); in nouveau_channel_ctor() 377 args, __struct_size(args), &chan->kill); in nouveau_channel_init() 540 __struct_size(args)); in nouveau_channels_init() 561 __struct_size(args)); in nouveau_channels_init()
|
| H A D | nouveau_svm.c | 833 __struct_size(args), in nouveau_svm_fault() 837 __struct_size(args), in nouveau_svm_fault()
|
| H A D | nouveau_fence.c | 201 args, __struct_size(args), &fctx->event); in nouveau_fence_context_new()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_lag.c | 636 u16 buf_size = __struct_size(buf); in ice_lag_move_vf_node_tc() 1061 qbuf_size = __struct_size(qbuf); in ice_lag_aa_move_vf_qs() 1234 u16 buf_size = __struct_size(buf); in ice_lag_reclaim_vf_tc() 2455 u16 buf_size = __struct_size(buf); in ice_lag_move_vf_nodes_tc_sync()
|
| H A D | ice_switch.c | 1890 u16 buf_len = __struct_size(sw_buf); in ice_aq_alloc_free_vsi_list() 2182 u16 buf_len = __struct_size(sw_buf); in ice_alloc_recipe() 4566 u16 buf_len = __struct_size(buf); in ice_alloc_res_cntr() 4594 u16 buf_len = __struct_size(buf); in ice_free_res_cntr() 4624 u16 buf_len = __struct_size(buf); in ice_share_res() 5268 u16 buf_len = __struct_size(sw_buf); in ice_subscribe_recipe()
|
| H A D | ice_ddp.c | 1995 u16 size = __struct_size(pkg_info); in ice_get_pkg_info() 2047 u16 size = __struct_size(pkg); in ice_chk_pkg_compat()
|
| H A D | ice_sched.c | 260 u16 buf_size = __struct_size(buf); in ice_sched_remove_elems() 2339 u16 buf_len = __struct_size(buf); in ice_sched_move_nodes()
|
| H A D | ice_common.c | 5060 u16 i, buf_size = __struct_size(qg_list); in ice_dis_vsi_txq() 5282 u16 qg_size = __struct_size(qg_list); in ice_dis_vsi_rdma_qset()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_dev.c | 552 __struct_size(cmd)); in fun_bind()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 155 __struct_size(wkc), wkc); in iwl_mvm_wowlan_program_keys()
|
| H A D | mac80211.c | 6196 .len[0] = __struct_size(cmd), in iwl_mvm_sync_rx_queues_internal()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.c | 4033 __struct_size(cmd), WMI_SET_LINK_MONITOR_EVENTID, in wmi_set_cqm_rssi_config()
|
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 2223 memcpy(cp, cmd->param, min(__struct_size(cp), len)); in set_mesh_sync()
|