Lines Matching defs:channel
231 struct efx_channel *channel; member
427 int channel; member
482 static inline void efx_channel_busy_poll_init(struct efx_channel *channel) in efx_channel_busy_poll_init()
488 static inline bool efx_channel_lock_napi(struct efx_channel *channel) in efx_channel_lock_napi()
517 static inline void efx_channel_unlock_napi(struct efx_channel *channel) in efx_channel_unlock_napi()
525 static inline bool efx_channel_try_lock_poll(struct efx_channel *channel) in efx_channel_try_lock_poll()
531 static inline void efx_channel_unlock_poll(struct efx_channel *channel) in efx_channel_unlock_poll()
536 static inline bool efx_channel_busy_polling(struct efx_channel *channel) in efx_channel_busy_polling()
541 static inline void efx_channel_enable(struct efx_channel *channel) in efx_channel_enable()
550 static inline bool efx_channel_disable(struct efx_channel *channel) in efx_channel_disable()
559 static inline void efx_channel_busy_poll_init(struct efx_channel *channel) in efx_channel_busy_poll_init()
563 static inline bool efx_channel_lock_napi(struct efx_channel *channel) in efx_channel_lock_napi()
568 static inline void efx_channel_unlock_napi(struct efx_channel *channel) in efx_channel_unlock_napi()
572 static inline bool efx_channel_try_lock_poll(struct efx_channel *channel) in efx_channel_try_lock_poll()
577 static inline void efx_channel_unlock_poll(struct efx_channel *channel) in efx_channel_unlock_poll()
581 static inline bool efx_channel_busy_polling(struct efx_channel *channel) in efx_channel_busy_polling()
586 static inline void efx_channel_enable(struct efx_channel *channel) in efx_channel_enable()
590 static inline bool efx_channel_disable(struct efx_channel *channel) in efx_channel_disable()
944 struct efx_channel *channel[EFX_MAX_CHANNELS]; member
1408 static inline bool efx_channel_has_tx_queues(struct efx_channel *channel) in efx_channel_has_tx_queues()
1415 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned type) in efx_channel_get_tx_queue()
1447 static inline bool efx_channel_has_rx_queue(struct efx_channel *channel) in efx_channel_has_rx_queue()
1453 efx_channel_get_rx_queue(struct efx_channel *channel) in efx_channel_get_rx_queue()