Lines Matching refs:efx_channel

267 	struct efx_channel *channel;
495 struct efx_channel { struct
595 int (*pre_probe)(struct efx_channel *);
596 void (*post_remove)(struct efx_channel *);
597 void (*get_name)(struct efx_channel *, char *buf, size_t len);
598 struct efx_channel *(*copy)(const struct efx_channel *);
599 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);
600 bool (*want_txqs)(struct efx_channel *);
1029 struct efx_channel *channel[EFX_MAX_CHANNELS];
1391 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
1405 void (*push_irq_moderation)(struct efx_channel *channel);
1455 void (*rx_packet)(struct efx_channel *channel);
1457 int (*ev_probe)(struct efx_channel *channel);
1458 int (*ev_init)(struct efx_channel *channel);
1459 void (*ev_fini)(struct efx_channel *channel);
1460 void (*ev_remove)(struct efx_channel *channel);
1461 int (*ev_process)(struct efx_channel *channel, int quota);
1462 void (*ev_read_ack)(struct efx_channel *channel);
1463 void (*ev_test_generate)(struct efx_channel *channel);
1563 static inline struct efx_channel *
1584 static inline struct efx_channel *
1591 static inline struct efx_channel *
1598 static inline bool efx_channel_is_xdp_tx(struct efx_channel *channel) in efx_channel_is_xdp_tx()
1604 static inline bool efx_channel_has_tx_queues(struct efx_channel *channel) in efx_channel_has_tx_queues()
1609 static inline unsigned int efx_channel_num_tx_queues(struct efx_channel *channel) in efx_channel_num_tx_queues()
1617 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned int type) in efx_channel_get_tx_queue()
1626 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
1641 static inline bool efx_channel_has_rx_queue(struct efx_channel *channel) in efx_channel_has_rx_queue()
1647 efx_channel_get_rx_queue(struct efx_channel *channel) in efx_channel_get_rx_queue()
1662 static inline struct efx_channel *
1665 return container_of(rx_queue, struct efx_channel, rx_queue); in efx_rx_queue_channel()
1723 efx_channel_tx_fill_level(struct efx_channel *channel) in efx_channel_tx_fill_level()
1737 efx_channel_tx_old_fill_level(struct efx_channel *channel) in efx_channel_tx_old_fill_level()