Lines Matching refs:efx_channel
265 struct efx_channel *channel;
491 struct efx_channel { struct
590 int (*pre_probe)(struct efx_channel *);
591 void (*post_remove)(struct efx_channel *);
592 void (*get_name)(struct efx_channel *, char *buf, size_t len);
593 struct efx_channel *(*copy)(const struct efx_channel *);
594 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);
595 bool (*want_txqs)(struct efx_channel *);
976 struct efx_channel *channel[EFX_MAX_CHANNELS];
1317 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
1331 void (*push_irq_moderation)(struct efx_channel *channel);
1381 void (*rx_packet)(struct efx_channel *channel);
1383 int (*ev_probe)(struct efx_channel *channel);
1384 int (*ev_init)(struct efx_channel *channel);
1385 void (*ev_fini)(struct efx_channel *channel);
1386 void (*ev_remove)(struct efx_channel *channel);
1387 int (*ev_process)(struct efx_channel *channel, int quota);
1388 void (*ev_read_ack)(struct efx_channel *channel);
1389 void (*ev_test_generate)(struct efx_channel *channel);
1489 static inline struct efx_channel *
1510 static inline struct efx_channel *
1517 static inline struct efx_channel *
1524 static inline bool efx_channel_is_xdp_tx(struct efx_channel *channel) in efx_channel_is_xdp_tx()
1530 static inline bool efx_channel_has_tx_queues(struct efx_channel *channel) in efx_channel_has_tx_queues()
1535 static inline unsigned int efx_channel_num_tx_queues(struct efx_channel *channel) in efx_channel_num_tx_queues()
1543 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned int type) in efx_channel_get_tx_queue()
1552 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
1567 static inline bool efx_channel_has_rx_queue(struct efx_channel *channel) in efx_channel_has_rx_queue()
1573 efx_channel_get_rx_queue(struct efx_channel *channel) in efx_channel_get_rx_queue()
1588 static inline struct efx_channel *
1591 return container_of(rx_queue, struct efx_channel, rx_queue); in efx_rx_queue_channel()
1649 efx_channel_tx_fill_level(struct efx_channel *channel) in efx_channel_tx_fill_level()
1663 efx_channel_tx_old_fill_level(struct efx_channel *channel) in efx_channel_tx_old_fill_level()