Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/sfxge/common/
H A Defx_phy.c86 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_probe()
142 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_verify()
143 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_phy_verify()
161 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_led_set()
162 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_phy_led_set()
175 EFSYS_ASSERT3U(mode, <, EFX_PHY_LED_NMODES); in efx_phy_led_set()
201 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_adv_cap_get()
202 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_phy_adv_cap_get()
231 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_phy_adv_cap_set()
232 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_phy_adv_cap_set()
[all …]
H A Defx_mac.c104 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_pdu_set()
105 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_pdu_set()
169 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_addr_set()
170 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_addr_set()
219 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_filter_set()
220 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_filter_set()
257 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_drain()
258 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_drain()
286 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_up()
287 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_mac_up()
[all …]
H A Defx_port.c45 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_init()
46 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_port_init()
47 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_port_init()
111 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_poll()
112 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_port_poll()
143 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_loopback_set()
144 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_port_loopback_set()
224 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_loopback_type_name()
225 EFSYS_ASSERT3U(type, <, EFX_LOOPBACK_NTYPES); in efx_loopback_type_name()
241 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_fini()
[all …]
H A Defx_nvram.c88 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_init()
89 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_nvram_init()
145 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_test()
146 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NVRAM); in efx_nvram_test()
171 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_size()
172 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NVRAM); in efx_nvram_size()
202 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
203 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE);
204 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NVRAM);
233 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_rw_start()
[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()
195 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_fini()
196 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_intr_fini()
197 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_intr_fini()
211 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_enable()
212 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_intr_enable()
224 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable()
225 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_intr_disable()
237 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable_unlocked()
[all …]
H A Defx_nic.c213 EFSYS_ASSERT3U(family, >, EFX_FAMILY_INVALID); in efx_nic_create()
214 EFSYS_ASSERT3U(family, <, EFX_FAMILY_NTYPES); in efx_nic_create()
334 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_probe()
336 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_nic_probe()
390 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_set_drv_limits()
391 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_nic_set_drv_limits()
416 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_bar_region()
417 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_nic_get_bar_region()
418 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_nic_get_bar_region()
451 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_vi_pool()
[all …]
H A Defx_vpd.c98 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_init()
99 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_vpd_init()
159 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_size()
160 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_size()
182 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_read()
183 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_read()
205 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_verify()
206 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_verify()
228 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_reinit()
229 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_reinit()
[all …]
H A Defx_tx.c241 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_init()
242 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_init()
285 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_init()
314 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_fini()
315 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_fini()
316 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_fini()
317 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_fini()
342 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_qcreate()
343 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_qcreate()
345 EFSYS_ASSERT3U(enp->en_tx_qcount + 1, <, in efx_tx_qcreate()
[all …]
H A Defx_mon.c56 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_name()
59 EFSYS_ASSERT3U(encp->enc_mon_type, <, EFX_MON_NTYPES); in efx_mon_name()
83 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_init()
84 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_mon_init()
221 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stat_name()
223 EFSYS_ASSERT3U(id, <, EFX_MON_NSTATS); in efx_mon_stat_name()
324 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stat_description()
326 EFSYS_ASSERT3U(id, <, EFX_MON_NSTATS); in efx_mon_stat_description()
839 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stats_update()
840 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MON); in efx_mon_stats_update()
[all …]
H A Defx_sram.c52 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_set()
53 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_set()
102 EFSYS_ASSERT3U(id, ==, stop); in efx_sram_buf_tbl_set()
175 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_clear()
176 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_clear()
195 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear()
316 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_test()
318 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_test()
329 EFSYS_ASSERT3U(type, <, EFX_PATTERN_NTYPES); in efx_sram_test()
H A Defx_rx.c215 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_init()
216 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_rx_init()
286 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_fini()
287 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_rx_fini()
288 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_fini()
289 EFSYS_ASSERT3U(enp->en_rx_qcount, ==, 0); in efx_rx_fini()
306 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scatter_enable()
307 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_scatter_enable()
436 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_hash_default_support_get()
437 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_hash_default_support_get()
[all …]
H A Defx_lic.c1277 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_init()
1278 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_lic_init()
1334 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_check_support()
1335 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_lic_check_support()
1336 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_LIC); in efx_lic_check_support()
1345 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_fini()
1346 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_lic_fini()
1347 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_LIC); in efx_lic_fini()
1360 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_update_licenses()
1361 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_LIC); in efx_lic_update_licenses()
[all …]
H A Defx_tunnel.c168 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tunnel_init()
169 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_tunnel_init()
229 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tunnel_fini()
230 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_tunnel_fini()
231 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_fini()
280 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_config_udp_add()
344 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_config_udp_remove()
357 EFSYS_ASSERT3U(etcp->etc_udp_entries_num, >, 0); in efx_tunnel_config_udp_remove()
391 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_config_clear()
408 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_reconfigure()
H A Defx_ev.c141 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_init()
142 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_ev_init()
180 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_init()
206 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_fini()
207 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_ev_fini()
208 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_fini()
211 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_fini()
234 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_qcreate()
235 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_qcreate()
237 EFSYS_ASSERT3U(enp->en_ev_qcount + 1, <, in efx_ev_qcreate()
[all …]
H A Defx_filter.c106 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_insert()
108 EFSYS_ASSERT3U(spec->efs_flags, &, EFX_FILTER_FLAG_RX); in efx_filter_insert()
139 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_remove()
141 EFSYS_ASSERT3U(spec->efs_flags, &, EFX_FILTER_FLAG_RX); in efx_filter_remove()
152 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_restore()
172 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_init()
173 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_filter_init()
228 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_fini()
229 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_filter_fini()
230 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_fini()
[all …]
H A Defx_mcdi.c96 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_init()
97 EFSYS_ASSERT3U(enp->en_mod_flags, ==, 0); in efx_mcdi_init()
170 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_fini()
171 EFSYS_ASSERT3U(enp->en_mod_flags, ==, EFX_MOD_MCDI); in efx_mcdi_fini()
261 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_start()
262 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_mcdi_request_start()
263 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_start()
509 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_poll()
510 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_mcdi_request_poll()
511 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_poll()
[all …]
H A Def10_rx.c65 EFSYS_ASSERT3U(ndescs, <=, EFX_RXQ_MAXNDESCS); in efx_mcdi_init_rxq()
454 EFSYS_ASSERT3U(n, ==, MC_CMD_RSS_CONTEXT_SET_KEY_IN_TOEPLITZ_KEY_LEN); in efx_mcdi_rss_context_set_key()
632 EFSYS_ASSERT3U(insert, ==, B_TRUE); in ef10_rx_scale_mode_set()
830 EFSYS_ASSERT3U(added - completed + ndescs, <=, in ef10_rx_qpost()
959 EFSYS_ASSERT3U(*next_offsetp, <=, buffer_length); in ef10_rx_qps_packet_info()
960 EFSYS_ASSERT3U(current_offset + *lengthp, <, *next_offsetp); in ef10_rx_qps_packet_info()
1032 EFSYS_ASSERT3U(label, <, EFX_EV_RX_NLABELS); in ef10_rx_qcreate()
1033 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()
229 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_mcdi_feature_supported()
H A Def10_ev.c1402 EFSYS_ASSERT3U(label, <, EFX_ARRAY_SIZE(eep->ee_rxq_state)); in ef10_ev_rxlabel_init()
1405 EFSYS_ASSERT3U(eersp->eers_rx_mask, ==, 0); in ef10_ev_rxlabel_init()
1429 EFSYS_ASSERT3U(eersp->eers_rx_packed_stream_credits, !=, 0); in ef10_ev_rxlabel_init()
1438 EFSYS_ASSERT3U(eersp->eers_rx_packed_stream_credits, <=, in ef10_ev_rxlabel_init()
1451 EFSYS_ASSERT3U(label, <, EFX_ARRAY_SIZE(eep->ee_rxq_state)); in ef10_ev_rxlabel_fini()
1454 EFSYS_ASSERT3U(eersp->eers_rx_mask, !=, 0); in ef10_ev_rxlabel_fini()
H A Dsiena_nic.c326 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_probe()
435 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_reset()
510 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_init()
H A Dsiena_sram.c47 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in siena_sram_init()
H A Def10_nic.c265 EFSYS_ASSERT3U(enp->en_vport_id, ==, EVB_PORT_ID_NULL); in efx_mcdi_vadaptor_alloc()
858 EFSYS_ASSERT3U(max_piobuf_count, <=, in ef10_nic_alloc_piobufs()
939 EFSYS_ASSERT3U(blk_per_buf, <=, (8 * sizeof (*map))); in ef10_nic_pio_alloc()
2108 EFSYS_ASSERT3U(blks_per_piobuf, <=, 32); in ef10_nic_set_drv_limits()
2250 EFSYS_ASSERT3U(enp->en_nic_cfg.enc_vi_window_shift, !=, in ef10_nic_init()
2252 EFSYS_ASSERT3U(enp->en_nic_cfg.enc_vi_window_shift, <=, in ef10_nic_init()
H A Dsiena_nvram.c246 EFSYS_ASSERT3U(type, !=, EFX_NVRAM_INVALID); in siena_nvram_type_to_partn()
247 EFSYS_ASSERT3U(type, <, EFX_NVRAM_NTYPES); in siena_nvram_type_to_partn()
H A Def10_nvram.c595 EFSYS_ASSERT3U((len & 3), ==, 0); in checksum_tlv_partition()
1869 EFSYS_ASSERT3U(partn, ==, NVRAM_PARTITION_TYPE_DYNAMIC_CONFIG); in ef10_nvram_partn_write_segment_tlv()
2333 EFSYS_ASSERT3U(type, !=, EFX_NVRAM_INVALID); in ef10_nvram_type_to_partn()
2334 EFSYS_ASSERT3U(type, <, EFX_NVRAM_NTYPES); in ef10_nvram_type_to_partn()
H A Def10_vpd.c51 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in ef10_vpd_init()

12