Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompiler_types.h525 #define __struct_size(p) __builtin_dynamic_object_size(p, 0) macro
528 #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()
/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_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.c5058 u16 i, buf_size = __struct_size(qg_list); in ice_dis_vsi_txq()
5280 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()
/linux/net/bluetooth/
H A Dmgmt.c2223 memcpy(cp, cmd->param, min(__struct_size(cp), len)); in set_mesh_sync()