Home
last modified time | relevance | path

Searched refs:EF4_BUG_ON_PARANOID (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h44 #define EF4_BUG_ON_PARANOID(x) BUG_ON(x) macro
47 #define EF4_BUG_ON_PARANOID(x) do {} while (0) macro
1169 EF4_BUG_ON_PARANOID(index >= efx->n_channels); in ef4_get_channel()
1190 EF4_BUG_ON_PARANOID(index >= efx->n_tx_channels || in ef4_get_tx_queue()
1204 EF4_BUG_ON_PARANOID(!ef4_channel_has_tx_queues(channel) || in ef4_channel_get_tx_queue()
1242 EF4_BUG_ON_PARANOID(!ef4_channel_has_rx_queue(channel)); in ef4_channel_get_rx_queue()
1329 EF4_BUG_ON_PARANOID(buffer->len); in ef4_tx_queue_get_insert_buffer()
1330 EF4_BUG_ON_PARANOID(buffer->flags); in ef4_tx_queue_get_insert_buffer()
1331 EF4_BUG_ON_PARANOID(buffer->unmap_len); in ef4_tx_queue_get_insert_buffer()
H A Dtx.c140 EF4_BUG_ON_PARANOID(fill_level >= efx->txq_entries); in ef4_tx_maybe_stop_queue()
157 EF4_BUG_ON_PARANOID(copy_len > EF4_TX_CB_SIZE); in ef4_enqueue_skb_copy()
499 EF4_BUG_ON_PARANOID(index > tx_queue->ptr_mask); in ef4_xmit_done()
547 EF4_BUG_ON_PARANOID(entries > EF4_MAX_DMAQ_SIZE); in ef4_probe_tx_queue()
H A Drx.c342 EF4_BUG_ON_PARANOID(fill_level > rx_queue->efx->rxq_entries); in ef4_fast_push_rx_descriptors()
354 EF4_BUG_ON_PARANOID(space < batch_size); in ef4_fast_push_rx_descriptors()
490 EF4_BUG_ON_PARANOID(rx_buf->len < hdr_len); in ef4_rx_mk_skb()
694 EF4_BUG_ON_PARANOID(entries > EF4_MAX_DMAQ_SIZE); in ef4_probe_rx_queue()
H A Dmdio_10g.c37 EF4_BUG_ON_PARANOID(spins * spintime >= 5000); in ef4_mdio_reset_mmd()
H A Dethtool.c329 EF4_BUG_ON_PARANOID(efx->phy_op->test_name == NULL); in ef4_ethtool_fill_self_tests()
334 EF4_BUG_ON_PARANOID(i >= EF4_MAX_PHY_TESTS); in ef4_ethtool_fill_self_tests()
H A Dfarch.c175 EF4_BUG_ON_PARANOID(!buffer->buf.addr); in ef4_init_special_buffer()
323 EF4_BUG_ON_PARANOID(buffer->flags & EF4_TX_BUF_OPTION); in ef4_farch_tx_write()
1987 EF4_BUG_ON_PARANOID(!(gen_spec->flags & EF4_FILTER_FLAG_RX)); in ef4_farch_filter_from_gen_spec()
H A Defx.c341 EF4_BUG_ON_PARANOID(entries > EF4_MAX_EVQ_SIZE); in ef4_probe_eventq()