Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_phy.c80 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()
161 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); 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()
460 EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS); in efx_phy_stat_name()
528 EFSYS_ASSERT3U(type, <, EFX_BIST_TYPE_NTYPES); in efx_bist_start()
567 EFSYS_ASSERT3U(type, <, EFX_BIST_TYPE_NTYPES); in efx_bist_poll()
568 EFSYS_ASSERT3U(epp->ep_current_bist, ==, type); in efx_bist_poll()
601 EFSYS_ASSERT3U(type, <, EFX_BIST_TYPE_NTYPES); in efx_bist_stop()
[all …]
H A Defx_port.c18 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_init()
19 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_port_init()
20 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_port_init()
84 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_poll()
85 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_port_poll()
116 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_loopback_set()
117 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PORT); in efx_port_loopback_set()
197 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_loopback_type_name()
198 EFSYS_ASSERT3U(type, <, EFX_LOOPBACK_NTYPES); in efx_loopback_type_name()
214 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_port_fini()
[all …]
H A Defx_mac.c102 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_pdu_set()
167 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_addr_set()
217 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_filter_set()
254 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_filter_get_all_ucast_mcast()
270 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_drain()
299 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_up()
327 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mac_fcntl_set()
654 EFSYS_ASSERT3U(id, <, EFX_MAC_NSTATS); in efx_mac_stat_name()
681 EFSYS_ASSERT3U(rngp->first, <=, rngp->last); in efx_mac_stats_mask_add_range()
682 EFSYS_ASSERT3U(rngp->last, <, EFX_MAC_NSTATS); in efx_mac_stats_mask_add_range()
[all …]
H A Defx_nvram.c61 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_init()
118 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_test()
145 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_size()
177 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_info()
208 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
239 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_rw_start()
274 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_read_chunk()
312 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nvram_read_backup()
664 EFSYS_ASSERT3U(desclen, <=,
908 EFSYS_ASSERT3U(payload_len, >, 0); in efx_mcdi_nvram_write()
[all …]
H A Defx_intr.c116 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_init()
117 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_intr_init()
191 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_fini()
192 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_intr_fini()
207 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_enable()
220 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable()
233 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_disable_unlocked()
248 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_trigger()
263 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_status_line()
278 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_intr_status_message()
[all …]
H A Defx_nic.c267 EFSYS_ASSERT3U(family, >, EFX_FAMILY_INVALID); in efx_nic_create()
268 EFSYS_ASSERT3U(family, <, EFX_FAMILY_NTYPES); in efx_nic_create()
410 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_probe()
468 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_set_drv_limits()
492 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_set_drv_version()
529 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_bar_region()
565 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_get_vi_pool()
601 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_init()
630 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_nic_fini()
674 EFSYS_ASSERT3U(enp->en_mod_flags, ==, 0); in efx_nic_destroy()
[all …]
H A Defx_vpd.c71 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_init()
132 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_size()
133 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_VPD); in efx_vpd_size()
155 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_read()
178 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_verify()
201 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_reinit()
232 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_get()
260 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_vpd_set()
662 EFSYS_ASSERT3U(taglen, <, 0x100); in efx_vpd_hunk_next()
733 EFSYS_ASSERT3U(taglen, <, 0x100); in efx_vpd_hunk_get()
[all …]
H A Defx_mon.c29 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_name()
32 EFSYS_ASSERT3U(encp->enc_mon_type, <, EFX_MON_NTYPES); in efx_mon_name()
57 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_init()
58 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_mon_init()
195 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stat_name()
197 EFSYS_ASSERT3U(id, <, EFX_MON_NSTATS); in efx_mon_stat_name()
298 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stat_description()
300 EFSYS_ASSERT3U(id, <, EFX_MON_NSTATS); in efx_mon_stat_description()
813 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_stats_update()
827 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mon_limits_update()
[all …]
H A Defx_sram.c25 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_set()
26 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_set()
73 EFSYS_ASSERT3U(id, ==, stop); in efx_sram_buf_tbl_set()
146 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_buf_tbl_clear()
147 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_clear()
164 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear()
286 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_sram_test()
288 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_test()
299 EFSYS_ASSERT3U(type, <, EFX_PATTERN_NTYPES); in efx_sram_test()
H A Defx_tx.c243 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_init()
293 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_init()
322 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_fini()
324 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_fini()
325 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_fini()
369 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_qcreate()
370 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_qcreate()
372 EFSYS_ASSERT3U(enp->en_tx_qcount + 1, <, in efx_tx_qcreate()
428 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdestroy()
987 EFSYS_ASSERT3U(label, <, EFX_EV_TX_NLABELS); in siena_tx_qcreate()
[all …]
H A Defx_rx.c220 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_init()
221 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_rx_init()
297 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_fini()
299 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_fini()
300 EFSYS_ASSERT3U(enp->en_rx_qcount, ==, 0); in efx_rx_fini()
317 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_scatter_enable()
318 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_scatter_enable()
447 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_rx_hash_default_support_get()
448 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_RX); in efx_rx_hash_default_support_get()
1577 EFSYS_ASSERT3U(added - completed + ndescs, <=, in siena_rx_qpost()
[all …]
H A Defx_lic.c1258 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_init()
1316 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_check_support()
1327 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_fini()
1343 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_update_licenses()
1365 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_get_key_stats()
1388 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_app_state()
1416 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_get_id()
1450 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_find_start()
1476 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_find_end()
1503 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_lic_find_key()
[all …]
H A Defx_ev.c136 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_init()
137 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_ev_init()
181 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_init()
241 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_fini()
243 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_fini()
246 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_fini()
271 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_qcreate()
272 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_qcreate()
274 EFSYS_ASSERT3U(enp->en_ev_qcount + 1, <, in efx_ev_qcreate()
387 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qdestroy()
[all …]
H A Defx_tunnel.c219 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tunnel_init()
220 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_tunnel_init()
284 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tunnel_fini()
285 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_tunnel_fini()
286 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_fini()
328 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_config_udp_add()
392 EFSYS_ASSERT3U(etcp->etc_udp_entries_num, >, 0); in efx_tunnel_config_udp_do_remove()
449 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_config_udp_remove()
509 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_config_clear()
546 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TUNNEL); in efx_tunnel_reconfigure()
H A Defx_filter.c92 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_insert()
133 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_remove()
146 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_FILTER); in efx_filter_restore()
166 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_init()
167 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()
257 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_filter_supported_filters()
295 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);
885 EFSYS_ASSERT3U(sftp->sft_used, >=, 0); in siena_filter_clear_used()
[all …]
H A Defx_mcdi.c88 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_init()
89 EFSYS_ASSERT3U(enp->en_mod_flags, ==, 0); in efx_mcdi_init()
168 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_fini()
169 EFSYS_ASSERT3U(enp->en_mod_flags, ==, EFX_MOD_MCDI); in efx_mcdi_fini()
259 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_start()
260 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_mcdi_request_start()
539 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_poll()
540 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_mcdi_request_poll()
612 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_mcdi_request_abort()
613 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_MCDI); in efx_mcdi_request_abort()
[all …]
H A Defx_proxy.c47 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_proxy_auth_init()
48 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_proxy_auth_init()
110 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_proxy_auth_fini()
H A Dsiena_mcdi.c49 EFSYS_ASSERT3U(hdr_len, ==, sizeof (efx_dword_t)); in siena_mcdi_send_request()
206 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_mcdi_feature_supported()
H A Def10_rx.c264 EFSYS_ASSERT3U(n, ==, MC_CMD_RSS_CONTEXT_SET_KEY_IN_TOEPLITZ_KEY_LEN); in efx_mcdi_rss_context_set_key()
447 EFSYS_ASSERT3U(insert, ==, B_TRUE); in ef10_rx_scale_mode_set()
718 EFSYS_ASSERT3U(added - completed + ndescs, <=, in ef10_rx_qpost()
847 EFSYS_ASSERT3U(*next_offsetp, <=, buffer_length); in ef10_rx_qps_packet_info()
848 EFSYS_ASSERT3U(current_offset + *lengthp, <, *next_offsetp); in ef10_rx_qps_packet_info()
916 EFSYS_ASSERT3U(label, <, EFX_EV_RX_NLABELS); in ef10_rx_qcreate()
H A Def10_ev.c1084 EFSYS_ASSERT3U(label, <, EFX_ARRAY_SIZE(eep->ee_rxq_state)); in ef10_ev_rxlabel_init()
1087 EFSYS_ASSERT3U(eersp->eers_rx_mask, ==, 0); in ef10_ev_rxlabel_init()
1111 EFSYS_ASSERT3U(eersp->eers_rx_packed_stream_credits, !=, 0); in ef10_ev_rxlabel_init()
1120 EFSYS_ASSERT3U(eersp->eers_rx_packed_stream_credits, <=, in ef10_ev_rxlabel_init()
1133 EFSYS_ASSERT3U(label, <, EFX_ARRAY_SIZE(eep->ee_rxq_state)); in ef10_ev_rxlabel_fini()
1136 EFSYS_ASSERT3U(eersp->eers_rx_mask, !=, 0); in ef10_ev_rxlabel_fini()
H A Drhead_nic.c351 EFSYS_ASSERT3U(edcp->edc_max_piobuf_count, ==, 0); in rhead_nic_init()
384 EFSYS_ASSERT3U(enp->en_nic_cfg.enc_vi_window_shift, !=, in rhead_nic_init()
386 EFSYS_ASSERT3U(enp->en_nic_cfg.enc_vi_window_shift, <=, in rhead_nic_init()
H A Defx_evb.c75 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_evb_init()
76 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_PROBE); in efx_evb_init()
144 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_evb_fini()
H A Dsiena_sram.c20 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in siena_sram_init()
H A Dsiena_nic.c319 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_probe()
426 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_reset()
501 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_nic_init()
H A Drhead_ev.c288 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in rhead_ev_qpoll()
427 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in rhead_ev_ew_qpoll()

12