Lines Matching defs:channel

230 	struct efx_channel *channel;  member
424 int channel; member
482 static inline void efx_channel_init_lock(struct efx_channel *channel) in efx_channel_init_lock()
488 static inline bool efx_channel_lock_napi(struct efx_channel *channel) in efx_channel_lock_napi()
505 static inline void efx_channel_unlock_napi(struct efx_channel *channel) in efx_channel_unlock_napi()
516 static inline bool efx_channel_lock_poll(struct efx_channel *channel) in efx_channel_lock_poll()
533 static inline void efx_channel_unlock_poll(struct efx_channel *channel) in efx_channel_unlock_poll()
544 static inline bool efx_channel_busy_polling(struct efx_channel *channel) in efx_channel_busy_polling()
550 static inline void efx_channel_enable(struct efx_channel *channel) in efx_channel_enable()
558 static inline bool efx_channel_disable(struct efx_channel *channel) in efx_channel_disable()
573 static inline void efx_channel_init_lock(struct efx_channel *channel) in efx_channel_init_lock()
577 static inline bool efx_channel_lock_napi(struct efx_channel *channel) in efx_channel_lock_napi()
582 static inline void efx_channel_unlock_napi(struct efx_channel *channel) in efx_channel_unlock_napi()
586 static inline bool efx_channel_lock_poll(struct efx_channel *channel) in efx_channel_lock_poll()
591 static inline void efx_channel_unlock_poll(struct efx_channel *channel) in efx_channel_unlock_poll()
595 static inline bool efx_channel_busy_polling(struct efx_channel *channel) in efx_channel_busy_polling()
600 static inline void efx_channel_enable(struct efx_channel *channel) in efx_channel_enable()
604 static inline bool efx_channel_disable(struct efx_channel *channel) in efx_channel_disable()
958 struct efx_channel *channel[EFX_MAX_CHANNELS]; member
1397 static inline bool efx_channel_has_tx_queues(struct efx_channel *channel) in efx_channel_has_tx_queues()
1404 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned type) in efx_channel_get_tx_queue()
1436 static inline bool efx_channel_has_rx_queue(struct efx_channel *channel) in efx_channel_has_rx_queue()
1442 efx_channel_get_rx_queue(struct efx_channel *channel) in efx_channel_get_rx_queue()