Lines Matching refs:efx_channel

247 	struct efx_channel *channel;
483 struct efx_channel { struct
586 int (*pre_probe)(struct efx_channel *);
587 int (*start)(struct efx_channel *);
588 void (*stop)(struct efx_channel *);
589 void (*post_remove)(struct efx_channel *);
590 void (*get_name)(struct efx_channel *, char *buf, size_t len);
591 struct efx_channel *(*copy)(const struct efx_channel *);
592 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);
594 bool (*want_txqs)(struct efx_channel *);
1011 struct efx_channel *channel[EFX_MAX_CHANNELS];
1368 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
1380 void (*push_irq_moderation)(struct efx_channel *channel);
1430 void (*rx_packet)(struct efx_channel *channel);
1432 int (*ev_probe)(struct efx_channel *channel);
1433 int (*ev_init)(struct efx_channel *channel);
1434 void (*ev_fini)(struct efx_channel *channel);
1435 void (*ev_remove)(struct efx_channel *channel);
1436 int (*ev_process)(struct efx_channel *channel, int quota);
1437 void (*ev_read_ack)(struct efx_channel *channel);
1438 void (*ev_test_generate)(struct efx_channel *channel);
1536 static inline struct efx_channel *
1557 static inline struct efx_channel *
1564 static inline struct efx_channel *
1571 static inline bool efx_channel_is_xdp_tx(struct efx_channel *channel) in efx_channel_is_xdp_tx()
1577 static inline bool efx_channel_has_tx_queues(struct efx_channel *channel) in efx_channel_has_tx_queues()
1582 static inline unsigned int efx_channel_num_tx_queues(struct efx_channel *channel) in efx_channel_num_tx_queues()
1590 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned int type) in efx_channel_get_tx_queue()
1599 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
1614 static inline bool efx_channel_has_rx_queue(struct efx_channel *channel) in efx_channel_has_rx_queue()
1620 efx_channel_get_rx_queue(struct efx_channel *channel) in efx_channel_get_rx_queue()
1635 static inline struct efx_channel *
1638 return container_of(rx_queue, struct efx_channel, rx_queue); in efx_rx_queue_channel()
1696 efx_channel_tx_fill_level(struct efx_channel *channel) in efx_channel_tx_fill_level()
1710 efx_channel_tx_old_fill_level(struct efx_channel *channel) in efx_channel_tx_old_fill_level()