Home
last modified time | relevance | path

Searched refs:__struct_size (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Dcompiler_types.h532 #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 Dnouveau_chan.c340 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 Dnouveau_svm.c833 __struct_size(args), in nouveau_svm_fault()
837 __struct_size(args), in nouveau_svm_fault()
H A Dnouveau_fence.c201 args, __struct_size(args), &fctx->event); in nouveau_fence_context_new()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lag.c636 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 Dice_switch.c1890 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 Dice_ddp.c1995 u16 size = __struct_size(pkg_info); in ice_get_pkg_info()
2047 u16 size = __struct_size(pkg); in ice_chk_pkg_compat()
H A Dice_sched.c260 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 Dice_common.c5060 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 Dfun_dev.c552 __struct_size(cmd)); in fun_bind()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c155 __struct_size(wkc), wkc); in iwl_mvm_wowlan_program_keys()
H A Dmac80211.c6196 .len[0] = __struct_size(cmd), in iwl_mvm_sync_rx_queues_internal()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c4033 __struct_size(cmd), WMI_SET_LINK_MONITOR_EVENTID, in wmi_set_cqm_rssi_config()
/linux/net/bluetooth/
H A Dmgmt.c2223 memcpy(cp, cmd->param, min(__struct_size(cp), len)); in set_mesh_sync()