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 *);
968 struct efx_channel *channel[EFX_MAX_CHANNELS];
1304 bool (*handle_global_event)(struct efx_channel *channel, efx_qword_t *);
1318 void (*push_irq_moderation)(struct efx_channel *channel);
1361 void (*rx_packet)(struct efx_channel *channel);
1363 int (*ev_probe)(struct efx_channel *channel);
1364 int (*ev_init)(struct efx_channel *channel);
1365 void (*ev_fini)(struct efx_channel *channel);
1366 void (*ev_remove)(struct efx_channel *channel);
1367 int (*ev_process)(struct efx_channel *channel, int quota);
1368 void (*ev_read_ack)(struct efx_channel *channel);
1369 void (*ev_test_generate)(struct efx_channel *channel);
1469 static inline struct efx_channel *
1490 static inline struct efx_channel *
1497 static inline struct efx_channel *
1504 static inline bool efx_channel_is_xdp_tx(struct efx_channel *channel) in efx_channel_is_xdp_tx()
1510 static inline bool efx_channel_has_tx_queues(struct efx_channel *channel) in efx_channel_has_tx_queues()
1515 static inline unsigned int efx_channel_num_tx_queues(struct efx_channel *channel) in efx_channel_num_tx_queues()
1523 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned int type) in efx_channel_get_tx_queue()
1532 struct efx_channel *channel = efx_get_tx_channel(efx, index); in efx_get_tx_queue()
1547 static inline bool efx_channel_has_rx_queue(struct efx_channel *channel) in efx_channel_has_rx_queue()
1553 efx_channel_get_rx_queue(struct efx_channel *channel) in efx_channel_get_rx_queue()
1568 static inline struct efx_channel *
1571 return container_of(rx_queue, struct efx_channel, rx_queue); in efx_rx_queue_channel()
1629 efx_channel_tx_fill_level(struct efx_channel *channel) in efx_channel_tx_fill_level()
1643 efx_channel_tx_old_fill_level(struct efx_channel *channel) in efx_channel_tx_old_fill_level()