Lines Matching refs:efx_channel
266 struct efx_channel *channel;
492 struct efx_channel { struct
591 int (*pre_probe)(struct efx_channel *);
592 void (*post_remove)(struct efx_channel *);
593 void (*get_name)(struct efx_channel *, char *buf, size_t len);
594 struct efx_channel *(*copy)(const struct efx_channel *);
595 bool (*receive_skb)(struct efx_channel *, struct sk_buff *);
596 bool (*want_txqs)(struct efx_channel *);
982 struct efx_channel *channel[EFX_MAX_CHANNELS];
1322 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
1336 void (*push_irq_moderation)(struct efx_channel *channel);
1386 void (*rx_packet)(struct efx_channel *channel);
1388 int (*ev_probe)(struct efx_channel *channel);
1389 int (*ev_init)(struct efx_channel *channel);
1390 void (*ev_fini)(struct efx_channel *channel);
1391 void (*ev_remove)(struct efx_channel *channel);
1392 int (*ev_process)(struct efx_channel *channel, int quota);
1393 void (*ev_read_ack)(struct efx_channel *channel);
1394 void (*ev_test_generate)(struct efx_channel *channel);
1493 static inline struct efx_channel *
1514 static inline struct efx_channel *
1521 static inline struct efx_channel *
1528 static inline bool efx_channel_is_xdp_tx(struct efx_channel *channel) in efx_channel_is_xdp_tx()
1534 static inline bool efx_channel_has_tx_queues(struct efx_channel *channel) in efx_channel_has_tx_queues()
1539 static inline unsigned int efx_channel_num_tx_queues(struct efx_channel *channel) in efx_channel_num_tx_queues()
1547 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned int type) in efx_channel_get_tx_queue()
1556 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
1571 static inline bool efx_channel_has_rx_queue(struct efx_channel *channel) in efx_channel_has_rx_queue()
1577 efx_channel_get_rx_queue(struct efx_channel *channel) in efx_channel_get_rx_queue()
1592 static inline struct efx_channel *
1595 return container_of(rx_queue, struct efx_channel, rx_queue); in efx_rx_queue_channel()
1653 efx_channel_tx_fill_level(struct efx_channel *channel) in efx_channel_tx_fill_level()
1667 efx_channel_tx_old_fill_level(struct efx_channel *channel) in efx_channel_tx_old_fill_level()