Lines Matching defs:efx_channel
348 struct efx_channel { struct
349 struct efx_nic *efx;
350 int channel;
351 bool enabled;
352 int irq;
353 unsigned int irq_moderation;
354 struct net_device *napi_dev;
355 struct napi_struct napi_str;
356 bool work_pending;
357 struct efx_special_buffer eventq;
358 unsigned int eventq_mask;
359 unsigned int eventq_read_ptr;
360 unsigned int last_eventq_read_ptr;
362 unsigned int irq_count;
363 unsigned int irq_mod_score;
365 unsigned int rfs_filters_added;
368 int rx_alloc_level;
369 int rx_alloc_push_pages;
371 unsigned n_rx_tobe_disc;
372 unsigned n_rx_ip_hdr_chksum_err;
373 unsigned n_rx_tcp_udp_chksum_err;
374 unsigned n_rx_mcast_mismatch;
375 unsigned n_rx_frm_trunc;
376 unsigned n_rx_overlength;
377 unsigned n_skbuff_leaks;
382 struct efx_rx_buffer *rx_pkt;
383 bool rx_pkt_csummed;
385 struct efx_rx_queue rx_queue;
386 struct efx_tx_queue tx_queue[EFX_TXQ_TYPES];