Searched refs:__struct_size (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | compiler_types.h | 525 #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 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()
|
| /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_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 | 5058 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 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()
|
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 2223 memcpy(cp, cmd->param, min(__struct_size(cp), len)); in set_mesh_sync()
|