Searched defs:efx_channel_type (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| D | net_driver.h | 584 struct efx_channel_type { struct 585 void (*handle_no_channel)(struct efx_nic *); 586 int (*pre_probe)(struct efx_channel *); 587 int (*start)(struct efx_channel *); 588 void (*stop)(struct efx_channel *); 589 void (*post_remove)(struct efx_channel *); 590 void (*get_name)(struct efx_channel *, char *buf, size_t len); 591 struct efx_channel *(*copy)(const struct efx_channel *); 592 bool (*receive_skb)(struct efx_channel *, struct sk_buff *); 593 bool (*receive_raw)(struct efx_rx_queue *, u32); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| D | net_driver.h | 589 struct efx_channel_type { struct 590 void (*handle_no_channel)(struct efx_nic *); 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 *); 597 bool keep_eventq; 598 bool want_pio;
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
| D | net_driver.h | 588 struct efx_channel_type { struct 589 void (*handle_no_channel)(struct efx_nic *); 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 *); 596 bool keep_eventq; 597 bool want_pio;
|