Home
last modified time | relevance | path

Searched refs:EFSYS_ASSERT3U (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_phy.c83 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_probe()
130 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_verify()
131 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_phy_verify()
149 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_led_set()
150 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_phy_led_set()
163 EFSYS_ASSERT3U(mode, <, EFX_PHY_LED_NMODES); in efx_phy_led_set()
189 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_adv_cap_get()
190 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_phy_adv_cap_get()
218 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_adv_cap_set()
219 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_phy_adv_cap_set()
[all …]
H A Defx_nvram.c83 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_init()
84 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_nvram_init()
132 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_test()
133 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NVRAM); in efx_nvram_test()
158 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_size()
159 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NVRAM); in efx_nvram_size()
161 EFSYS_ASSERT3U(type, <, EFX_NVRAM_NTYPES); in efx_nvram_size()
191 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
192 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE);
193 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NVRAM);
[all …]
H A Defx_mac.c96 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_pdu_set()
97 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_pdu_set()
141 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_addr_set()
142 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_addr_set()
191 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_filter_set()
192 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_filter_set()
229 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_drain()
230 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_drain()
258 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_up()
259 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_up()
[all …]
H A Defx_mon.c53 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_name()
56 EFSYS_ASSERT3U(encp->enc_mon_type, <, EFX_MON_NTYPES); in efx_mon_name()
80 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_init()
81 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_mon_init()
215 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stat_name()
217 EFSYS_ASSERT3U(id, <, EFX_MON_NSTATS); in efx_mon_stat_name()
232 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stats_update()
233 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MON); in efx_mon_stats_update()
246 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_fini()
247 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_mon_fini()
[all …]
H A Defx_port.c42 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_init()
43 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_port_init()
44 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_port_init()
108 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_poll()
109 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_port_poll()
141 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_loopback_set()
142 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_port_loopback_set()
219 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_loopback_type_name()
220 EFSYS_ASSERT3U(type, <, EFX_LOOPBACK_NTYPES); in efx_loopback_type_name()
236 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_fini()
[all …]
H A Defx_wol.c43 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_wol_init()
44 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_wol_init()
53 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in efx_wol_init()
74 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_wol_filter_clear()
75 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_wol_filter_clear()
116 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_wol_filter_add()
117 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_WOL); in efx_wol_filter_add()
155 EFSYS_ASSERT3U(EFX_WOL_BITMAP_MASK_SIZE % 4, ==, 0); in efx_wol_filter_add()
178 EFSYS_ASSERT3U(paramp->ewp_bitmap.value_len, <=, in efx_wol_filter_add()
199 EFSYS_ASSERT3U(type, !=, type); in efx_wol_filter_add()
[all …]
H A Defx_intr.c126 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_init()
127 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_intr_init()
189 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_fini()
190 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_intr_fini()
191 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_intr_fini()
205 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_enable()
206 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_intr_enable()
218 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable()
219 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_intr_disable()
231 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable_unlocked()
[all …]
H A Defx_nic.c246 EFSYS_ASSERT3U(family, >, EFX_FAMILY_INVALID); in efx_nic_create()
247 EFSYS_ASSERT3U(family, <, EFX_FAMILY_NTYPES); in efx_nic_create()
346 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_probe()
348 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_nic_probe()
382 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_set_drv_limits()
383 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_nic_set_drv_limits()
408 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_bar_region()
409 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_nic_get_bar_region()
410 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_nic_get_bar_region()
444 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_vi_pool()
[all …]
H A Defx_vpd.c95 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_init()
96 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_vpd_init()
150 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_size()
151 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_size()
173 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_read()
174 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_read()
196 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_verify()
197 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_verify()
219 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_reinit()
220 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_reinit()
[all …]
H A Defx_rx.c182 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_init()
183 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_rx_init()
247 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_fini()
248 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_rx_fini()
249 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_fini()
250 EFSYS_ASSERT3U(enp->en_rx_qcount, ==, 0); in efx_rx_fini()
267 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scatter_enable()
268 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_scatter_enable()
289 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_hash_support_get()
290 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_hash_support_get()
[all …]
H A Defx_tx.c209 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_init()
210 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_init()
247 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_init()
276 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_fini()
277 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_fini()
278 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_fini()
279 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_fini()
305 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_qcreate()
306 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_qcreate()
308 EFSYS_ASSERT3U(enp->en_tx_qcount + 1, <, encp->enc_txq_limit); in efx_tx_qcreate()
[all …]
H A Defx_sram.c49 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_set()
50 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_set()
98 EFSYS_ASSERT3U(id, ==, stop); in efx_sram_buf_tbl_set()
171 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_clear()
172 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_clear()
190 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear()
312 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_test()
314 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_test()
325 EFSYS_ASSERT3U(type, <, EFX_PATTERN_NTYPES); in efx_sram_test()
H A Defx_lic.c1327 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_init()
1328 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_lic_init()
1374 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_fini()
1375 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_lic_fini()
1376 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_LIC); in efx_lic_fini()
1390 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_update_licenses()
1391 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_LIC); in efx_lic_update_licenses()
1412 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_get_key_stats()
1413 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_LIC); in efx_lic_get_key_stats()
1435 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_app_state()
[all …]
H A Defx_ev.c146 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_init()
147 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_ev_init()
179 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_init()
205 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_fini()
206 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_ev_fini()
207 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_fini()
210 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_fini()
233 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_qcreate()
234 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_qcreate()
236 EFSYS_ASSERT3U(enp->en_ev_qcount + 1, <, encp->enc_evq_limit); in efx_ev_qcreate()
[all …]
H A Defx_filter.c101 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_insert()
103 EFSYS_ASSERT3U(spec->efs_flags, &, EFX_FILTER_FLAG_RX); in efx_filter_insert()
115 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_remove()
117 EFSYS_ASSERT3U(spec->efs_flags, &, EFX_FILTER_FLAG_RX); in efx_filter_remove()
132 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_restore()
155 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_init()
156 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_filter_init()
205 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_fini()
206 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_filter_fini()
207 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_fini()
[all …]
H A Defx_mcdi.c95 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_init()
96 EFSYS_ASSERT3U(enp->en_mod_flags, ==, 0); in efx_mcdi_init()
163 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_fini()
164 EFSYS_ASSERT3U(enp->en_mod_flags, ==, EFX_MOD_MCDI); in efx_mcdi_fini()
254 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_start()
255 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_mcdi_request_start()
256 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_start()
503 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_poll()
504 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_mcdi_request_poll()
505 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_poll()
[all …]
H A Def10_rx.c59 EFSYS_ASSERT3U(MC_CMD_INIT_RXQ_OUT_LEN, ==, 0); in efx_mcdi_init_rxq()
60 EFSYS_ASSERT3U(size, <=, EFX_RXQ_MAXNDESCS); in efx_mcdi_init_rxq()
352 EFSYS_ASSERT3U(n, ==, MC_CMD_RSS_CONTEXT_SET_KEY_IN_TOEPLITZ_KEY_LEN); in efx_mcdi_rss_context_set_key()
488 EFSYS_ASSERT3U(alg, ==, EFX_RX_HASHALG_TOEPLITZ); in ef10_rx_scale_mode_set()
489 EFSYS_ASSERT3U(insert, ==, B_TRUE); in ef10_rx_scale_mode_set()
652 EFSYS_ASSERT3U(added - completed + n, <=, in ef10_rx_qpost()
752 EFSYS_ASSERT3U(label, <, EFX_EV_RX_NLABELS); in ef10_rx_qcreate()
753 EFSYS_ASSERT3U(enp->en_rx_qcount + 1, <, encp->enc_rxq_limit); in ef10_rx_qcreate()
H A Dsiena_mcdi.c73 EFSYS_ASSERT3U(hdr_len, ==, sizeof (efx_dword_t)); in siena_mcdi_send_request()
226 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_mcdi_feature_supported()
H A Dsiena_nic.c196 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_probe()
305 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_reset()
380 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_init()
H A Def10_ev.c960 EFSYS_ASSERT3U(label, <, EFX_ARRAY_SIZE(eep->ee_rxq_state)); in ef10_ev_rxlabel_init()
963 EFSYS_ASSERT3U(eersp->eers_rx_mask, ==, 0); in ef10_ev_rxlabel_init()
976 EFSYS_ASSERT3U(label, <, EFX_ARRAY_SIZE(eep->ee_rxq_state)); in ef10_ev_rxlabel_fini()
979 EFSYS_ASSERT3U(eersp->eers_rx_mask, !=, 0); in ef10_ev_rxlabel_fini()
H A Dsiena_sram.c44 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in siena_sram_init()
H A Dmcdi_mon.c210 EFSYS_ASSERT3U(id, ==, MCDI_MON_NEXT_PAGE); in mcdi_mon_decode_stats()
278 EFSYS_ASSERT3U(sensor, <, (8 * encp->enc_mcdi_sensor_mask_size)); in mcdi_mon_ev()
H A Def10_nic.c145 EFSYS_ASSERT3U(enp->en_vport_id, ==, EVB_PORT_ID_NULL); in efx_mcdi_vadaptor_alloc()
731 EFSYS_ASSERT3U(max_piobuf_count, <=, in ef10_nic_alloc_piobufs()
812 EFSYS_ASSERT3U(blk_per_buf, <=, (8 * sizeof (*map))); in ef10_nic_pio_alloc()
1271 EFSYS_ASSERT3U(blks_per_piobuf, <=, 32); in ef10_nic_set_drv_limits()
H A Def10_vpd.c51 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in ef10_vpd_init()
H A Def10_nvram.c595 EFSYS_ASSERT3U((len & 3), ==, 0); in checksum_tlv_partition()
1734 EFSYS_ASSERT3U(partn, ==, NVRAM_PARTITION_TYPE_DYNAMIC_CONFIG); in ef10_nvram_partn_write_segment_tlv()
2179 EFSYS_ASSERT3U(type, <, EFX_NVRAM_NTYPES); in ef10_nvram_type_to_partn()

12