Searched refs:notif_sz (Results 1 – 2 of 2) sorted by relevance
395 _iwl_mld_kunit_create_pkt(const void *notif, size_t notif_sz) in _iwl_mld_kunit_create_pkt() argument400 KUNIT_ALLOC_AND_ASSERT_SIZE(test, pkt, sizeof(pkt) + notif_sz); in _iwl_mld_kunit_create_pkt()402 memcpy(pkt->data, notif, notif_sz); in _iwl_mld_kunit_create_pkt()403 pkt->len_n_flags = cpu_to_le32(sizeof(pkt->hdr) + notif_sz); in _iwl_mld_kunit_create_pkt()
107 _iwl_mld_kunit_create_pkt(const void *notif, size_t notif_sz);