virtchnl2_mac_addr
struct virtchnl2_mac_addr *mac_addr)
struct virtchnl2_mac_addr *mac_addr;
struct virtchnl2_mac_addr *mac_addr __free(kfree) = NULL;
mac_addr = kzalloc_objs(struct virtchnl2_mac_addr, total_filters,
entries_size = sizeof(struct virtchnl2_mac_addr) * num_entries;
VIRTCHNL2_CHECK_STRUCT_LEN(8, virtchnl2_mac_addr);
struct virtchnl2_mac_addr mac_addr_list[] __counted_by_le(num_mac_addr);